]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a problem in the pragma.test script. (CVS 2041)
authordrh <drh@noemail.net>
Tue, 2 Nov 2004 18:15:49 +0000 (18:15 +0000)
committerdrh <drh@noemail.net>
Tue, 2 Nov 2004 18:15:49 +0000 (18:15 +0000)
FossilOrigin-Name: a2c9c45c803350f45911a72eb61efa9c3089f8ca

manifest
manifest.uuid
test/pragma.test

index 8a738f72f905f1de131f9f5b3ed0b8ba507a7c03..a34c6f666256625030b3941f02139b30c694960a 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Get\sbtree.c\sto\scompile\swith\s-DNDEBUG=1.\s(CVS\s2040)
-D 2004-11-02T18:05:09
+C Fix\sa\sproblem\sin\sthe\spragma.test\sscript.\s(CVS\s2041)
+D 2004-11-02T18:15:49
 F Makefile.in 9e90c685d69f09039015a6b1f3b0a48e9738c9e5
 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@@ -155,7 +155,7 @@ F test/pager.test 394455707a079804e8a4e431d12edce831a065f0
 F test/pager2.test c7e731ac56a2984a605b032ffd19b9deee820377
 F test/pager3.test 16f546293bb751b8151dc17df613fca938bbec8b
 F test/pagesize.test f4b97dc161c99f9712ffa8ebe6c0eb62c2209ee6
-F test/pragma.test 66a66b7f3b273b93325c9a5794acb418f52fdcbf
+F test/pragma.test 128ed309441fa057717dbf10ce8f20d68cf940fc
 F test/printf.test 92ba4c510b4fc61120ffa4a01820446ed917ae57
 F test/progress.test 5ddba78cb6011fba36093973cfb3ac473b8fb96a x
 F test/quick.test 2dca186ebd5c418a7699944ba3b5e437d765eddd
@@ -252,7 +252,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25
 F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
 F www/whentouse.tcl fdacb0ba2d39831e8a6240d05a490026ad4c4e4c
-P 40249ed19cd53cb61f9575d8165316faf2627479
-R 8fad660a81a265b89a489362e616e523
+P 8378c144c1e1cedb7deea271fa274182d08198b8
+R 848edcf7b102a68d3a9a6c2cf44e2d8c
 U drh
-Z 71c4afd4c0621c58a095f076710df854
+Z 690835edd5903b7dbaa32b08cc18b618
index 8092c9be212b6bcbef826a6f525e99002d6de87d..101a11bf7497b53caa9d850341106bb67ba3b6d2 100644 (file)
@@ -1 +1 @@
-8378c144c1e1cedb7deea271fa274182d08198b8
\ No newline at end of file
+a2c9c45c803350f45911a72eb61efa9c3089f8ca
\ No newline at end of file
index 490851f1061bb7140892e0681f9d5051b4529ab3..67126a00053936a23ea53b07a6673a694a8a3eeb 100644 (file)
@@ -12,7 +12,7 @@
 #
 # This file implements tests for the PRAGMA command.
 #
-# $Id: pragma.test,v 1.17 2004/07/24 17:38:30 drh Exp $
+# $Id: pragma.test,v 1.18 2004/11/02 18:15:49 drh Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -311,7 +311,7 @@ do_test pragma-6.1 {
     lappend res $idx $name
   }
   set res
-} {0 main 1 temp 2 aux}
+} {0 main 2 aux}
 do_test pragma-6.2 {
   execsql {
     pragma table_info(t2)