From: drh Date: Mon, 4 Jan 2016 04:44:31 +0000 (+0000) Subject: Improved comment on the vtabH-3.1 test. X-Git-Tag: version-3.10.0~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc54f43442076f01ccda13db4fc576cd468817f6;p=thirdparty%2Fsqlite.git Improved comment on the vtabH-3.1 test. FossilOrigin-Name: 22abe08038cc7b66cbc25e733246d210197c9215 --- diff --git a/manifest b/manifest index d08d409a94..7763520f01 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index 7e2cd0ba52..3bbab58916 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -73e3355004b8b7ce2e1bb937725f429795528a4f \ No newline at end of file +22abe08038cc7b66cbc25e733246d210197c9215 \ No newline at end of file diff --git a/test/vtabH.test b/test/vtabH.test index 606c8f1da1..c15ab87de8 100644 --- a/test/vtabH.test +++ b/test/vtabH.test @@ -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] {