Minor updates to comments in test scripts. (CVS 6714)

FossilOrigin-Name: 453ff88f73a01a54ff464563effdb63014b1972c
This commit is contained in:
shane 2009-06-04 02:47:03 +00:00
parent bbc795fdaf
commit e71169ba30
4 changed files with 13 additions and 12 deletions

View File

@ -1,5 +1,5 @@
C Minor\stweak\sto\stest\sscript\sto\sensure\severy\sbyte\sin\sfile\stouched\sat\sleast\sonce.\s(CVS\s6713)
D 2009-06-04T02:46:20
C Minor\supdates\sto\scomments\sin\stest\sscripts.\s(CVS\s6714)
D 2009-06-04T02:47:04
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
F Makefile.in 8b8fb7823264331210cddf103831816c286ba446
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@ -283,11 +283,11 @@ F test/corrupt.test 5bcf7a986358123b8055dfa64b45fc2fb54dcaa9
F test/corrupt2.test a571e30ea4e82318f319a24b6cc55935ce862079
F test/corrupt3.test 263e8bb04e2728df832fddf6973cf54c91db0c32
F test/corrupt4.test acdb01afaedf529004b70e55de1a6f5a05ae7fff
F test/corrupt5.test 7796d5bdfe155ed824cee9dff371f49da237cfe0
F test/corrupt5.test c23da7bfb20917cc7fdbb13ee25c7cc4e9fffeff
F test/corrupt6.test e69b877d478224deab7b66844566258cecacd25e
F test/corrupt7.test 7a3be79b93dba88ba8472d61b57cb6d7b66cb69e
F test/corrupt8.test 9992ef7f67cefc576b92373f6bf5ab8775280f51
F test/corrupt9.test 794d284109c65c8f10a2b275479045e02d163bae
F test/corrupt9.test 4aa1cb1ef091cb0e13e89a819c72911631b5176a
F test/corruptA.test 99e95620b980161cb3e79f06a884a4bb8ae265ff
F test/corruptB.test 505331779fe7a96fe38ecbb817f19c63bc27d171
F test/corruptC.test 9b70fa2bfd33a58c32f6ce3a1b6d793b218c2955
@ -733,7 +733,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
F tool/vdbe-compress.tcl 672f81d693a03f80f5ae60bfefacd8a349e76746
P 4e92c7f20afa51849128aa1d784ab885b517a73d
R 6c3f94297a246afd7faadc68772a84da
P bc6c2d894b711361808a19b673803186d3a28369
R 9dd9dd8b1b74bf1fededc820a0a5d128
U shane
Z 0969cd8bf673070e19fdc7b97a370594
Z 1d673d399a0b5a991b96f6d097baa1ce

View File

@ -1 +1 @@
bc6c2d894b711361808a19b673803186d3a28369
453ff88f73a01a54ff464563effdb63014b1972c

View File

@ -11,9 +11,10 @@
# This file implements regression tests for SQLite library.
#
# This file implements tests to make sure SQLite does not crash or
# segfault if it sees a corrupt database file.
# segfault if it sees a corrupt database file. Checks for
# malformed schema.
#
# $Id: corrupt5.test,v 1.2 2008/03/19 13:03:34 drh Exp $
# $Id: corrupt5.test,v 1.3 2009/06/04 02:47:04 shane Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl

View File

@ -12,9 +12,9 @@
#
# This file implements tests to make sure SQLite does not crash or
# segfault if it sees a corrupt database file. It specifically focuses
# on corruption in the form of duplicate entries no the freelist.
# on corruption in the form of duplicate entries on the freelist.
#
# $Id: corrupt9.test,v 1.2 2008/07/16 12:25:32 drh Exp $
# $Id: corrupt9.test,v 1.3 2009/06/04 02:47:04 shane Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl