From: mistachkin Date: Fri, 11 Oct 2013 22:17:39 +0000 (+0000) Subject: Fix test numbering. X-Git-Tag: version-3.8.1~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbc53fec75965f89b8720ae6efc16aa4f2df78f1;p=thirdparty%2Fsqlite.git Fix test numbering. FossilOrigin-Name: cef39f6933dcfec4b4a087a05dbb4e7766003fb7 --- diff --git a/manifest b/manifest index 5250a5d48f..e0eaf91fdc 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Add\srequirements\smarks.\s\sNo\scode\schanges. -D 2013-10-11T20:14:37.415 +C Fix\stest\snumbering. +D 2013-10-11T22:17:39.287 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 5e41da95d92656a5004b03d3576e8b226858a28e F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -564,7 +564,7 @@ F test/fts4merge2.test 5faa558d1b672f82b847d2a337465fa745e46891 F test/fts4merge3.test aab02a09f50fe6baaddc2e159c3eabc116d45fc7 F test/fts4merge4.test c19c85ca1faa7b6d536832b49c12e1867235f584 F test/fts4noti.test aed33ba44808852dcb24bf70fa132e7bf530f057 -F test/fts4unicode.test ebd937061e1ce096240d2352feb424587f2187b9 +F test/fts4unicode.test 20195bca1e3a4301924c2c8b46257d64127f17df F test/full.test 6b3c8fb43c6beab6b95438c1675374b95fab245d F test/func.test c7e80a44eebac8604397eb2ad83d0d5d9d541237 F test/func2.test 772d66227e4e6684b86053302e2d74a2500e1e0f @@ -1123,7 +1123,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh d1a6de74685f360ab718efda6265994b99bbea01 F tool/win/sqlite.vsix 030f3eeaf2cb811a3692ab9c14d021a75ce41fff -P 5f01cd36ee8678a07b79f9e01855daffb6bb8c43 -R 9bc31ca11c970b0b1f57ebe7aef5f122 -U drh -Z e5a31fb8b2987670c6226df61ef5e152 +P 5e0d43ab55de006b20c58cb18b938d1c7b658e51 +R 1b1171afe4edda3c5b3cb5d754aa44ea +U mistachkin +Z 4ee7f0b668ae06fb4348c4967185c786 diff --git a/manifest.uuid b/manifest.uuid index 48aa688296..8f8d83af40 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -5e0d43ab55de006b20c58cb18b938d1c7b658e51 \ No newline at end of file +cef39f6933dcfec4b4a087a05dbb4e7766003fb7 \ No newline at end of file diff --git a/test/fts4unicode.test b/test/fts4unicode.test index f49a9fd2a0..b8b98a327a 100644 --- a/test/fts4unicode.test +++ b/test/fts4unicode.test @@ -378,10 +378,10 @@ foreach T $tokenizers { do_isspace_test 6.$T.18 $T 12288 do_isspace_test 6.$T.19 $T {32 160 5760 6158} - do_isspace_test 6.$T.19 $T {8192 8193 8194 8195} - do_isspace_test 6.$T.19 $T {8196 8197 8198 8199} - do_isspace_test 6.$T.19 $T {8200 8201 8202 8239} - do_isspace_test 6.$T.19 $T {8287 12288} + do_isspace_test 6.$T.20 $T {8192 8193 8194 8195} + do_isspace_test 6.$T.21 $T {8196 8197 8198 8199} + do_isspace_test 6.$T.22 $T {8200 8201 8202 8239} + do_isspace_test 6.$T.23 $T {8287 12288} } #-------------------------------------------------------------------------