]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo of test prefix in the new WHERE test file.
authormistachkin <mistachkin@noemail.net>
Mon, 16 Mar 2015 18:08:56 +0000 (18:08 +0000)
committermistachkin <mistachkin@noemail.net>
Mon, 16 Mar 2015 18:08:56 +0000 (18:08 +0000)
FossilOrigin-Name: 34779c528f1817d6ec34216b58fb4277956b5167

manifest
manifest.uuid
test/whereK.test

index c44128ac44d179137884d947346dbad385ca0ef1..80af8718b8d8fd420b43896fe1fce1dac4033eaf 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C When\sthe\sWHERE\sclause\scontains\stwo\sOR-connected\sterms\swith\sidentical\noperands\sbut\sdifferent\soperators,\stry\sto\scombine\sthem\sinto\sa\ssingle\sterm.\nExample:\s\s(X=A\sOR\sX&gt;A)\sbecomes\s(X&gt;=A).
-D 2015-03-16T17:48:12.769
+C Fix\stypo\sof\stest\sprefix\sin\sthe\snew\sWHERE\stest\sfile.
+D 2015-03-16T18:08:56.916
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 88a3e6261286db378fdffa1124cad11b3c05f5bb
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -1175,7 +1175,7 @@ F test/whereG.test 69f5ec4b15760a8c860f80e2d55525669390aab3
 F test/whereH.test e4b07f7a3c2f5d31195cd33710054c78667573b2
 F test/whereI.test 1d89199697919d4930be05a71e7fe620f114e622
 F test/whereJ.test 55a3221706a7ab706293f17cc8f96da563bf0767
-F test/whereK.test 78fb50c74c9a91efc97a1daa39bcf7b8b68d8bff
+F test/whereK.test f8e3cf26a8513ecc7f514f54df9f0572c046c42b
 F test/wherelimit.test 5e9fd41e79bb2b2d588ed999d641d9c965619b31
 F test/wild001.test bca33f499866f04c24510d74baf1e578d4e44b1c
 F test/win32heap.test ea19770974795cff26e11575e12d422dbd16893c
@@ -1245,8 +1245,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P f61fd24b4d3b686911ea578f77612309099f0cc6 23f71a26386ff2aff9800fe96cec1dc9c805b5b6
-R 0810c9b992d63ac661e729a83d3536b4
-T +closed 23f71a26386ff2aff9800fe96cec1dc9c805b5b6
-U drh
-Z f335a12b6cd889ae802417698f792d1a
+P 8bdda827a3d268009297a0216e3d94bf0eceeb2e
+R 5cfb4e6342c564787ed07b1b1007b605
+U mistachkin
+Z 76cd4818fe183f76c64a28733f84e037
index ecc96888a0a2586a877b1cc45b407ea22ca4699c..b5adcae9f429d76213df5c800eac7f636a49db07 100644 (file)
@@ -1 +1 @@
-8bdda827a3d268009297a0216e3d94bf0eceeb2e
\ No newline at end of file
+34779c528f1817d6ec34216b58fb4277956b5167
\ No newline at end of file
index 8d294446a55e6becbb945ddffa2e03e7fdd9d8b3..13c86508f906ed902d839469aeaf94d4f49a23ae 100644 (file)
@@ -21,7 +21,7 @@
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
-set ::testprefix whereD
+set ::testprefix whereK
 
 do_execsql_test 1.1 {
   CREATE TABLE t1(a,b,c);