]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Adjustment to tests for PRAGMA integrity_check so that they run under windows. (CVS...
authordrh <drh@noemail.net>
Sat, 27 Jan 2007 14:04:13 +0000 (14:04 +0000)
committerdrh <drh@noemail.net>
Sat, 27 Jan 2007 14:04:13 +0000 (14:04 +0000)
FossilOrigin-Name: a79914ccbc9e33a1dbc9be3de805f99ab3b61c78

manifest
manifest.uuid
test/pragma.test

index 0ff13c04d10b669c6062652e02681f6d61a12782..2cd5cde5e3f9fcfb1ebf97a309d1a04fe491748e 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Increment\sthe\sversion\snumber\sin\spreparation\sfor\sthe\s3.3.12\srelease.\s(CVS\s3612)
-D 2007-01-27T13:38:26
+C Adjustment\sto\stests\sfor\sPRAGMA\sintegrity_check\sso\sthat\sthey\srun\sunder\swindows.\s(CVS\s3613)
+D 2007-01-27T14:04:13
 F Makefile.in 7fa74bf4359aa899da5586e394d17735f221315f
 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -269,7 +269,7 @@ F test/pager.test 6ee95e90ee8295e376e39a6c6566ef6df993601a
 F test/pager2.test 49c0f57c7da0b060f0486b85fdd074025caa694e
 F test/pager3.test 2323bf27fd5bd887b580247e5bce500ceee994b4
 F test/pagesize.test 05c74ea49f790734ec1e9ab765d9bf1cce79b8f2
-F test/pragma.test b523286a32bfab309dd42d21ccdc9f5e51e3b2e9
+F test/pragma.test ec7fbfc1dd15c148222e50270b590a4bfc4b6099
 F test/printf.test cdd8e20dd901382a385afcbaa777b9377815c2ad
 F test/progress.test 8b22b4974b0a95272566385f8cb8c341c7130df8 x
 F test/quick.test 6bc0f7c7b905f7de5fe4d3f13239ced3e4e66fe7
@@ -428,7 +428,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 3eec703beb91be44ded629335001c238052480e7
-R 909b338864fff052a38cb6fa2060932d
+P 24e465af92505589ecde1747fb29d4f449c1a12c
+R f8fcdafe2be9ea7ec5f01d487266081d
 U drh
-Z bbc05d272231436690ecbb7ea02a60d1
+Z 6e7fc13046185720aeffcf9e54a488b4
index 6d69900b18b5acda06d41c062959970736500499..13d6c531806ca8a6b6a92ab7920ee43ee176b49a 100644 (file)
@@ -1 +1 @@
-24e465af92505589ecde1747fb29d4f449c1a12c
\ No newline at end of file
+a79914ccbc9e33a1dbc9be3de805f99ab3b61c78
\ No newline at end of file
index ae8b2ec59405693dab3d4de024784f2e0b1913cc..556bede81232f08263f68a8de923a15d70a22bd7 100644 (file)
@@ -12,7 +12,7 @@
 #
 # This file implements tests for the PRAGMA command.
 #
-# $Id: pragma.test,v 1.48 2007/01/27 02:24:56 drh Exp $
+# $Id: pragma.test,v 1.49 2007/01/27 14:04:13 drh Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -389,10 +389,10 @@ Page 5 is never used
 Page 6 is never used} {rowid 1 missing from index i2}}
 }
 do_test pragma-3.99 {
-  file delete -force testerr.db testerr.db-journal
   catchsql {DETACH t3}
   catchsql {DETACH t2}
   catchsql {DROP INDEX i2}
+  file delete -force testerr.db testerr.db-journal
 } {0 {}}
 
 # Test modifying the cache_size of an attached database.