]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Improved comment on the vtabH-3.1 test.
authordrh <drh@noemail.net>
Mon, 4 Jan 2016 04:44:31 +0000 (04:44 +0000)
committerdrh <drh@noemail.net>
Mon, 4 Jan 2016 04:44:31 +0000 (04:44 +0000)
FossilOrigin-Name: 22abe08038cc7b66cbc25e733246d210197c9215

manifest
manifest.uuid
test/vtabH.test

index d08d409a94d58e7924cd5b83bc9c44cc59ed2462..7763520f01745a847f31f17f13e99cd2fab246d4 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Adjust\sthe\svtabH.test\smodule\sto\signore\sfiles\sin\sthe\sroot\sdirectory\sof\sWindows\nmachines\sthat\scontain\sthe\s"$"\scharacter.
-D 2016-01-04T04:41:13.895
+C Improved\scomment\son\sthe\svtabH-3.1\stest.
+D 2016-01-04T04:44:31.090
 F Makefile.in 28bcd6149e050dff35d4dcfd97e890cd387a499d
 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
 F Makefile.msc 5fff077fcc46de7714ed6eebb6159a4c00eab751
@@ -1274,7 +1274,7 @@ F test/vtabC.test 4528f459a13136f982e75614d120aef165f17292
 F test/vtabD.test 05b3f1d77117271671089e48719524b676842e96
 F test/vtabE.test d5024aa42754962f6bb0afd261681686488e7afe
 F test/vtabF.test fd5ad376f5a34fe0891df1f3cddb4fe7c3eb077e
-F test/vtabH.test 0def52cbcf8d68793d982329a72d70cef8308e35
+F test/vtabH.test 7a21f18546cb9ab38df009e718300c40b552bb2b
 F test/vtabI.test 751b07636700dbdea328e4265b6077ccd6811a3f
 F test/vtab_alter.test 9e374885248f69e251bdaacf480b04a197f125e5
 F test/vtab_err.test 0d4d8eb4def1d053ac7c5050df3024fd47a3fbd8
@@ -1406,7 +1406,7 @@ F tool/vdbe_profile.tcl 246d0da094856d72d2c12efec03250d71639d19f
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P d655a665acfae676d30e90e3731f483bee6acc63
-R 0d20e16c42f612598f302d493261df54
+P 73e3355004b8b7ce2e1bb937725f429795528a4f
+R add896a0a928f0a416eb15bec81a6801
 U drh
-Z 4891b25ab1f0ba8193051c36d1d029ea
+Z 9b39ca76b9261d7edc0d476f6827134f
index 7e2cd0ba52a012e71f0543b38ca363d5c8974753..3bbab58916f708e1f4bb3dda8e86f854d4823d53 100644 (file)
@@ -1 +1 @@
-73e3355004b8b7ce2e1bb937725f429795528a4f
\ No newline at end of file
+22abe08038cc7b66cbc25e733246d210197c9215
\ No newline at end of file
index 606c8f1da10e95378d71e96f9a9ed133fd58bd9e..c15ab87de8fa348b481cdffc7fcbfbad178f5069 100644 (file)
@@ -142,7 +142,9 @@ if {1} {
     }
   }
 
-  # Read the first 5 entries from the root directory.
+  # Read the first 5 entries from the root directory.  Except, ignore
+  # files that contain the "$" character in their names as these are
+  # special files on some Windows platforms.
   #
   set res [list]
   foreach p [lrange [list_root_files] 0 4] {