Various minor fixes and updates to make more test cases pass. (CVS 1370)

FossilOrigin-Name: dbe8385ecf1df8bf0b1baf5e811ec5a1de5c4c42
This commit is contained in:
danielk1977
2004-05-13 11:34:16 +00:00
parent 183f9f7360
commit 96fc5fe6a5
14 changed files with 107 additions and 90 deletions
+3 -2
View File
@@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this script is btree database backend
#
# $Id: btree5.test,v 1.3 2004/05/12 19:18:17 drh Exp $
# $Id: btree5.test,v 1.4 2004/05/13 11:34:17 danielk1977 Exp $
set testdir [file dirname $argv0]
@@ -283,8 +283,9 @@ for {set i 1} {$i<=100} {incr i} {
incr end 100
}
btree_close_cursor $c2
btree_commit $b1
btree_close $b1
finish_test