]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Modify the header comment in jrnlmode2.test. No code or test changes. (CVS 5100)
authordanielk1977 <danielk1977@noemail.net>
Wed, 7 May 2008 15:44:25 +0000 (15:44 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Wed, 7 May 2008 15:44:25 +0000 (15:44 +0000)
FossilOrigin-Name: ed728104c8e77a5526a2fcb62fea577940731d90

manifest
manifest.uuid
test/jrnlmode2.test
test/jrnlmode4.test

index f4e5643f5db1d723e411d921fd27afa7347e35b4..ad0c35b2a18218089393f4a88a3dec3889d2ba87 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Change\sthe\sheader\scomment\sin\sjrnlmode4.test.\sNo\schanges\sto\sany\scode\sor\stests.\s(CVS\s5099)
-D 2008-05-07T15:42:25
+C Modify\sthe\sheader\scomment\sin\sjrnlmode2.test.\sNo\scode\sor\stest\schanges.\s(CVS\s5100)
+D 2008-05-07T15:44:26
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
 F Makefile.in 8b9b8263852f0217157f9042b8e3dae7427ec739
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -351,9 +351,9 @@ F test/join4.test 1a352e4e267114444c29266ce79e941af5885916
 F test/join5.test 86675fc2919269aa923c84dd00ee4249b97990fe
 F test/journal1.test 36f2d1bb9bf03f790f43fbdb439e44c0657fab19
 F test/jrnlmode.test 89acaa81503e349a49da73570b1a104f8fd93de7
-F test/jrnlmode2.test 0e88856faaf4ea7449751cd427ecd670bed92a31
+F test/jrnlmode2.test e48ec49320a3f849a5036e3551bf2394112a4aae
 F test/jrnlmode3.test c77f9d4095945f234dddd60ca0f73c24802ed0c1
-F test/jrnlmode4.test 9dc6b6d7c5d140fb9397f5dfd4b807e4224e3253
+F test/jrnlmode4.test 8ee031603fef8ed5deba0de8b012a82be6d5a6a0
 F test/lastinsert.test 474d519c68cb79d07ecae56a763aa7f322c72f51
 F test/laststmtchanges.test 18ead86c8a87ade949a1d5658f6dc4bb111d1b02
 F test/like.test 2a3ddbd5d91503f914eabae67a47c4196fe33a58
@@ -633,7 +633,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 3fbcef46f7b6dcd20c1137692aa5bc0f64eaa3dd
-R 8165c33f3507a28156d24a235b7adf86
+P 0bf656a401b9fc16b33ecd49a6db9b769156494d
+R 8f0ba5ce595d9ce17b29f3fa13b18680
 U danielk1977
-Z e376f1822c5f15fbe832661f8bb0fd06
+Z 8ee24fcee9bfb70ecd48023f6f69896f
index 26d5778b2ffbaa78e889251221225606014878a0..5e3d4b98b92698a31e824a40bdcf6b6432d8c228 100644 (file)
@@ -1 +1 @@
-0bf656a401b9fc16b33ecd49a6db9b769156494d
\ No newline at end of file
+ed728104c8e77a5526a2fcb62fea577940731d90
\ No newline at end of file
index d3b304ff80d6d24c095a5afe3992bac302142520..0c87a9e0d47840f1be64533b80582ed5618d6ed4 100644 (file)
@@ -9,10 +9,10 @@
 #
 #***********************************************************************
 #
-# This file runs the tests in the file ioerr.test with 
+# This file runs a few of the other test files (select1.test etc.) with
 # persistent journal mode enabled.
 #
-# $Id: jrnlmode2.test,v 1.2 2008/04/19 20:53:26 drh Exp $
+# $Id: jrnlmode2.test,v 1.3 2008/05/07 15:44:26 danielk1977 Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
index 73ade8303f391e3f52f380cd23bc669081f7f4fa..c69d797ad6ea72bb417a664ef59f5f4cef542676 100644 (file)
@@ -10,9 +10,9 @@
 #***********************************************************************
 #
 # This file runs a few of the other test files (select1.test etc.) with
-# persistent journal mode enabled.
+# persistent journal mode disabled.
 #
-# $Id: jrnlmode4.test,v 1.2 2008/05/07 15:42:25 danielk1977 Exp $
+# $Id: jrnlmode4.test,v 1.3 2008/05/07 15:44:26 danielk1977 Exp $
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl