summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/test/filectrl.test
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/sqlite/test/filectrl.test')
-rw-r--r--third_party/sqlite/test/filectrl.test14
1 files changed, 12 insertions, 2 deletions
diff --git a/third_party/sqlite/test/filectrl.test b/third_party/sqlite/test/filectrl.test
index eb0a0e4..fe89a62 100644
--- a/third_party/sqlite/test/filectrl.test
+++ b/third_party/sqlite/test/filectrl.test
@@ -9,7 +9,7 @@
#
#***********************************************************************
#
-# $Id: filectrl.test,v 1.1 2008/01/22 14:50:17 drh Exp $
+# $Id: filectrl.test,v 1.2 2008/11/21 00:10:35 aswift Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -27,5 +27,15 @@ do_test filectrl-1.3 {
sqlite3 db :memory:
file_control_test db
} {}
-
+do_test filectrl-1.4 {
+ sqlite3 db test.db
+ file_control_lasterrno_test db
+} {}
+do_test filectrl-1.5 {
+ db close
+ sqlite3 db test_control_lockproxy.db
+ file_control_lockproxy_test db
+} {}
+db close
+file delete -force .test_control_lockproxy.db-conch test.proxy
finish_test