From: danielk1977 Date: Wed, 7 May 2008 15:44:25 +0000 (+0000) Subject: Modify the header comment in jrnlmode2.test. No code or test changes. (CVS 5100) X-Git-Tag: version-3.6.10~1077 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea142bb6e670e6738fc999df32191c3551306871;p=thirdparty%2Fsqlite.git Modify the header comment in jrnlmode2.test. No code or test changes. (CVS 5100) FossilOrigin-Name: ed728104c8e77a5526a2fcb62fea577940731d90 --- diff --git a/manifest b/manifest index f4e5643f5d..ad0c35b2a1 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index 26d5778b2f..5e3d4b98b9 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -0bf656a401b9fc16b33ecd49a6db9b769156494d \ No newline at end of file +ed728104c8e77a5526a2fcb62fea577940731d90 \ No newline at end of file diff --git a/test/jrnlmode2.test b/test/jrnlmode2.test index d3b304ff80..0c87a9e0d4 100644 --- a/test/jrnlmode2.test +++ b/test/jrnlmode2.test @@ -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 diff --git a/test/jrnlmode4.test b/test/jrnlmode4.test index 73ade8303f..c69d797ad6 100644 --- a/test/jrnlmode4.test +++ b/test/jrnlmode4.test @@ -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