diff options
author | dan <dan@noemail.net> | 2012-01-14 13:50:12 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2012-01-14 13:50:12 +0000 |
commit | af49af7f9e622c5cfd74dbb9b37d22e9f34e2a6a (patch) | |
tree | 285105fcfe9c3316202f384f460513767b2cb877 /test/tclsqlite.test | |
parent | 54cced185c6affa94c321847a18a0c72185c8fc7 (diff) | |
parent | 1b904bf766386207ac23d48d3a8980561fb7cb4d (diff) | |
download | sqlite-af49af7f9e622c5cfd74dbb9b37d22e9f34e2a6a.tar.gz sqlite-af49af7f9e622c5cfd74dbb9b37d22e9f34e2a6a.zip |
Update sessions branch with latest changes from trunk.
FossilOrigin-Name: 01c84fd391a0ca1f5245c7eff0644d0cc6cff86b
Diffstat (limited to 'test/tclsqlite.test')
-rw-r--r-- | test/tclsqlite.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tclsqlite.test b/test/tclsqlite.test index 3b3f750fe..9245bd701 100644 --- a/test/tclsqlite.test +++ b/test/tclsqlite.test @@ -25,7 +25,7 @@ source $testdir/tester.tcl if {[sqlite3 -has-codec]} { set r "sqlite_orig HANDLE FILENAME ?-key CODEC-KEY?" } else { - set r "sqlite_orig HANDLE FILENAME ?-vfs VFSNAME? ?-readonly BOOLEAN? ?-create BOOLEAN? ?-nomutex BOOLEAN? ?-fullmutex BOOLEAN?" + set r "sqlite_orig HANDLE FILENAME ?-vfs VFSNAME? ?-readonly BOOLEAN? ?-create BOOLEAN? ?-nomutex BOOLEAN? ?-fullmutex BOOLEAN? ?-uri BOOLEAN?" } do_test tcl-1.1 { set v [catch {sqlite3 bogus} msg] |