From: mistachkin Date: Wed, 7 Oct 2015 04:20:34 +0000 (+0000) Subject: Fix a typo in the previous check-in. X-Git-Tag: version-3.9.0~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6418ffab8272dce0584e5d4f7d1e2039a2af8961;p=thirdparty%2Fsqlite.git Fix a typo in the previous check-in. FossilOrigin-Name: 80027709c3ba2a8c9bda4d37779f65104be1045c --- diff --git a/manifest b/manifest index dc0bcca20a..6c17fe9621 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C When\srunning\stests\son\sTcl\s8.6\sunder\sWindows,\sskip\stests\s'uri-1.12.*'\sdue\sto\sa\schange\sin\sTcl\sbehavior\srelated\sto\sNTFS\sADS\s(alternate\sdata\sstreams). -D 2015-10-07T03:07:41.412 +C Fix\sa\stypo\sin\sthe\sprevious\scheck-in. +D 2015-10-07T04:20:34.157 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 2143eeef6d0cc26006ae5fc4bb242a4a8b973412 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -1243,7 +1243,7 @@ F test/unique2.test 3674e9f2a3f1fbbfd4772ac74b7a97090d0f77d2 F test/unixexcl.test cd6c765f75e50e8e2c2ba763149e5d340ea19825 F test/unordered.test ca7adce0419e4ca0c50f039885e76ed2c531eda8 F test/update.test 6c68446b8a0a33d522a7c72b320934596a2d7d32 -F test/uri.test 1864342401046f8741d6040da9dbc6fbd3c032a1 +F test/uri.test 6630ecbdea2aac10df3c89dbae2243f4c2c353e4 F test/userauth01.test e740a2697a7b40d7c5003a7d7edaee16acd349a9 F test/utf16align.test 54cd35a27c005a9b6e7815d887718780b6a462ae F test/vacuum.test ce91c39f7f91a4273bf620efad21086b5aa6ef1d @@ -1389,7 +1389,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f -P 0abd65294e6e8db68e7ce6724f02f17ba1cb3422 -R 5358569f2baa63663f07678b869229da +P 8a0a2aa5a6df3d7b5995457b57f051e39d6cf9e9 +R 836bac276dc589a367243d9338c8814b U mistachkin -Z e72fb6725790034f4f337251024aae57 +Z 346e5b00d67d042049be71228aef2eb1 diff --git a/manifest.uuid b/manifest.uuid index 2ae93081f2..ae04b786ae 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -8a0a2aa5a6df3d7b5995457b57f051e39d6cf9e9 \ No newline at end of file +80027709c3ba2a8c9bda4d37779f65104be1045c \ No newline at end of file diff --git a/test/uri.test b/test/uri.test index 3acb3baa92..a0a88d2263 100644 --- a/test/uri.test +++ b/test/uri.test @@ -69,7 +69,7 @@ foreach {tn uri file} { # (ADS) named "test.db" for the "http" file, causing some spurious # failures of this test. # - if {$tn==12 && $::tcl_version>=8.6} break + if {$tn==12 && $::tcl_version>=8.6} continue # # NOTE: On Windows, we need to account for the fact that the current