diff options
author | drh <drh@noemail.net> | 2016-07-15 02:55:51 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2016-07-15 02:55:51 +0000 |
commit | 0e15d921d9daf3f4ea0fd4d74c2a8734b944a852 (patch) | |
tree | cef5f1b8a418f64d47f8a5ec1a557c5446e5fc03 /test/tclsqlite.test | |
parent | de6fde6af69f9ea2cc0e3a0180cf97a48a0dcb03 (diff) | |
parent | eb5a549ecfb1fb67c66b1061f5db95bae46f4c47 (diff) | |
download | sqlite-0e15d921d9daf3f4ea0fd4d74c2a8734b944a852.tar.gz sqlite-0e15d921d9daf3f4ea0fd4d74c2a8734b944a852.zip |
Merge fixes from trunk. Fix the tclsqlite.test script.
FossilOrigin-Name: d2b1fa55e8809ffc25a25f256349b8d08beadab5
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 767dd01be..bdb0fc56d 100644 --- a/test/tclsqlite.test +++ b/test/tclsqlite.test @@ -34,7 +34,7 @@ do_test tcl-1.1 { do_test tcl-1.2 { set v [catch {db bogus} msg] lappend v $msg -} {1 {bad option "bogus": must be authorizer, backup, busy, cache, changes, close, collate, collation_needed, commit_hook, complete, copy, enable_load_extension, errorcode, eval, exists, function, incrblob, interrupt, last_insert_rowid, nullvalue, onecolumn, preupdate, profile, progress, rekey, restore, rollback_hook, status, timeout, total_changes, trace, transaction, unlock_notify, update_hook, version, or wal_hook}} +} {1 {bad option "bogus": must be authorizer, backup, busy, cache, changes, close, collate, collation_needed, commit_hook, complete, copy, enable_load_extension, errorcode, eval, exists, function, incrblob, interrupt, last_insert_rowid, nullvalue, onecolumn, preupdate, profile, progress, rekey, restore, rollback_hook, status, timeout, total_changes, trace, trace_v2, transaction, unlock_notify, update_hook, version, or wal_hook}} do_test tcl-1.2.1 { set v [catch {db cache bogus} msg] lappend v $msg |