]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typos in permutations.test.
authordan <dan@noemail.net>
Mon, 5 Jul 2010 05:31:48 +0000 (05:31 +0000)
committerdan <dan@noemail.net>
Mon, 5 Jul 2010 05:31:48 +0000 (05:31 +0000)
FossilOrigin-Name: b6600ecb4ee8e4d0fe5e8399450ef25b15071a91

manifest
manifest.uuid
test/permutations.test

index 8376e4a7faf430531d61d326d71c338b1202c37f..6298a5538ee10b38e54f5a350352924a2bb9c952 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Do\snot\srun\sthe\smemsubsys1.test\sscript\sunder\sthe\smemsubsys1\spermutation.
-D 2010-07-03T19:08:19
+C Fix\stypos\sin\spermutations.test.
+D 2010-07-05T05:31:48
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in a5cad1f8f3e021356bfcc6c77dc16f6f1952bbc3
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -543,7 +543,7 @@ F test/pageropt.test 8146bf448cf09e87bb1867c2217b921fb5857806
 F test/pagesize.test 76aa9f23ecb0741a4ed9d2e16c5fa82671f28efb
 F test/pcache.test 4118a183908ecaed343a06fcef3ba82e87e0129d
 F test/pcache2.test 0d85f2ab6963aee28c671d4c71bec038c00a1d16
-F test/permutations.test ed03346f6c99678689f56ec89e36263afda5380b
+F test/permutations.test 6c13e67946426b47913fc9edb220c14bc0568d05
 F test/pragma.test a869b428b861f9dbbdb25461a104e8e830fc3026
 F test/pragma2.test 5364893491b9231dd170e3459bfc2e2342658b47
 F test/printf.test 05970cde31b1a9f54bd75af60597be75a5c54fea
@@ -830,7 +830,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P 51ec0e5432dd6849b83a3d969a018482eb3bb083
-R 0d4987db4075afdd0ccada0e82664783
+P 3a1a8c77a5c7b57755f18d84234faed1f16c2103
+R 0edaed14d2de387fb9cb51b5f15550b0
 U dan
-Z c188f3bded8cfb5c3073565799273dd8
+Z 88c6c1d7ea1b74c9a571ddc21e6c35e7
index 8898ab3078e89064aa056368a6643884fa05062f..412325dfeb3386b91f58684a59ae38677069d5bc 100644 (file)
@@ -1 +1 @@
-3a1a8c77a5c7b57755f18d84234faed1f16c2103
\ No newline at end of file
+b6600ecb4ee8e4d0fe5e8399450ef25b15071a91
\ No newline at end of file
index ffd14c6616a90a83200b6cc1a9d2a22fd9c32771..1f30476ef14063aff06bef21e81752637f0d4a82 100644 (file)
@@ -493,7 +493,7 @@ test_suite "inmemory_journal" -description {
 ifcapable mem3 {
   test_suite "memsys3" -description {
     Run tests using the allocator in mem3.c.
-  } [test_set $::allquicktests -exclude {
+  } -files [test_set $::allquicktests -exclude {
     autovacuum.test           delete3.test              manydb.test
     bigrow.test               incrblob2.test            memdb.test
     bitvec.test               index2.test               memsubsys1.test
@@ -531,7 +531,7 @@ ifcapable mem3 {
 ifcapable mem5 {
   test_suite "memsys5" -description {
     Run tests using the allocator in mem5.c.
-  } [test_set $::allquicktests -exclude {
+  } -files [test_set $::allquicktests -exclude {
     autovacuum.test           delete3.test              manydb.test
     bigrow.test               incrblob2.test            memdb.test
     bitvec.test               index2.test               memsubsys1.test