diff --git a/manifest b/manifest index 18a883cb28..f2e3704406 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Minor\schanges\sto\sremove\sa\sfew\sMSVC\scompiler\swarnings\sat\s/W3.\s\sTicket\s#3610.\s(CVS\s6215) -D 2009-01-30T05:40:27 +C In\stest\scase\sincrvacuum-15.1\sclose\sboth\sdb\shandles\s(db\sand\sdb2)\sbefore\sattempting\sto\sdelete\stest.db.\sTicket\s#3614.\s(CVS\s6216) +D 2009-01-30T05:47:15 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 F Makefile.in 3871d308188cefcb7c5ab20da4c7b6aad023bc52 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -386,7 +386,7 @@ F test/in4.test f795d65cbcb402d3e5c016ada8f9521d6119eca8 F test/incrblob.test 4b9437bbb38724343dadbbcca6356bc2a9b435d1 F test/incrblob2.test 5cca1c3cb29064c504b3b0cc3e2cd43e8053cfdf F test/incrblob_err.test c577c91d4ed9e8336cdb188b15d6ee2a6fe9604e -F test/incrvacuum.test 6ef5877f26d1e7bc9bc137ea8f8f069a260ff9c6 +F test/incrvacuum.test 39518fb7afbccc435be5d99f0b786d2396d7335c F test/incrvacuum2.test 46ef65f377e3937cfd1ba66e818309dab46f590d F test/incrvacuum_ioerr.test 57d2f5777ab13fa03b87b262a4ea1bad5cfc0291 F test/index.test cbf301cdb2da43e4eac636c3400c2439af1834ad @@ -693,7 +693,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e -P 6041ca87a16858f047727bc01f10b0bbc83609ed -R a851df11f0d7cbfaf098052579ba3c63 +P c74c78e4eb7f6d674b7564b33387db996fbe5725 +R bd514c1147976bc40b8b0f95aec439c1 U shane -Z ad023aaa740a87e78d48a907891c19d8 +Z 7d969085719e2b9de7da3842fea43e26 diff --git a/manifest.uuid b/manifest.uuid index 2a59aece54..10667a4972 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -c74c78e4eb7f6d674b7564b33387db996fbe5725 \ No newline at end of file +e764a7c5d369e2ff736d662b1209b3d54d778caf \ No newline at end of file diff --git a/test/incrvacuum.test b/test/incrvacuum.test index 4234a454fa..e1c920377c 100644 --- a/test/incrvacuum.test +++ b/test/incrvacuum.test @@ -14,7 +14,7 @@ # Note: There are also some tests for incremental vacuum and IO # errors in incrvacuum_ioerr.test. # -# $Id: incrvacuum.test,v 1.21 2008/12/27 15:23:13 danielk1977 Exp $ +# $Id: incrvacuum.test,v 1.22 2009/01/30 05:47:15 shane Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl @@ -734,6 +734,7 @@ do_test incrvacuum-14.1 { do_test incrvacuum-15.1 { db close + db2 close file delete -force test.db sqlite3 db test.db @@ -774,6 +775,5 @@ do_test incrvacuum-15.1 { } } {ok} -db2 close db3 close finish_test