]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix an problem in the test scripts that was show false failures under
authordrh <drh@noemail.net>
Tue, 31 Jan 2006 15:19:45 +0000 (15:19 +0000)
committerdrh <drh@noemail.net>
Tue, 31 Jan 2006 15:19:45 +0000 (15:19 +0000)
windows. (CVS 3044)

FossilOrigin-Name: 0cf4e3c6e767cab7e145c50f1fa7097844ad5abc

manifest
manifest.uuid
test/sync.test

index baf502f38336b3d55e944dd3ce80bf9e8c6c80bb..451feb4c449628ba581e55715329ca80d8e06d09 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Authorization\scallback\son\sthe\sALTER\sTABLE\sADD\sCOLUMN\scommand.\nTicket\s#1479.\s(CVS\s3043)
-D 2006-01-31T14:28:45
+C Fix\san\sproblem\sin\sthe\stest\sscripts\sthat\swas\sshow\sfalse\sfailures\sunder\nwindows.\s(CVS\s3044)
+D 2006-01-31T15:19:45
 F Makefile.in e936c6fc3134838318aa0335a85041e6da31f6ee
 F Makefile.linux-gcc 74ba0eadf88748a9ce3fd03d2a3ede2e6715baec
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -234,7 +234,7 @@ F test/shared_err.test 299a9180a6376b2089e8e0d469f383fe91bfa4ff
 F test/sort.test 0e4456e729e5a92a625907c63dcdedfbe72c5dc5
 F test/subquery.test ae324ee928c5fb463a3ce08a8860d6e7f1ca5797
 F test/subselect.test 2d13fb7f450db3595adcdd24079a0dd1d2d6abc2
-F test/sync.test 0c43399676de101e3af4d6069a94e211bb77f6b9
+F test/sync.test 6c8dc6592cd8dd770c739d9b5a9a9976c7124de6
 F test/table.test 6dc0dfa44dd429520e0e5a0c5e55025f730e9403
 F test/tableapi.test 6a66d58b37d46dc0f2b3c7d4bd2617d209399bd1
 F test/tclsqlite.test 96f5dbba15df0523e889b8d892f152c2f60b8efb
@@ -349,7 +349,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 669bcf5ab694359485ab30913d8d9e4926f41789
-R 4b5ade492de8c6b62c2b554228989dab
+P 461f586973431438bb074aa3077f705e9b1b80da
+R 8a8d87eab3c72570754b9d0235917eb5
 U drh
-Z 0fb072b4d2cf3aad6fe401cc0c34a782
+Z 94cbca4d87e9ca81c663c480614ee7f3
index dc9e590d2d3d3b67cabaef8c29a0c38e50b89f35..bae9ecb33a2641fc28902642dd3af62259a1fe05 100644 (file)
@@ -1 +1 @@
-461f586973431438bb074aa3077f705e9b1b80da
\ No newline at end of file
+0cf4e3c6e767cab7e145c50f1fa7097844ad5abc
\ No newline at end of file
index abeb319d444debaa859af8918636b8ecedbb0ce0..61f821740117b00f481d9f6b1b0081fa721162d4 100644 (file)
@@ -13,7 +13,7 @@
 # This file implements tests to verify that fsync is disabled when
 # pragma synchronous=off even for multi-database commits.
 #
-# $Id: sync.test,v 1.3 2006/01/17 09:35:02 danielk1977 Exp $
+# $Id: sync.test,v 1.4 2006/01/31 15:19:45 drh Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
@@ -24,9 +24,11 @@ source $testdir/tester.tcl
 #
 if {$::tcl_platform(platform)!="unix"} {
   finish_test
+  return
 }
 ifcapable !pager_pragmas {
   finish_test
+  return
 }
 
 do_test sync-1.1 {