]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update the error message on one of the corruption tests to account for the fact
authordrh <drh@noemail.net>
Sat, 6 Jun 2009 19:21:13 +0000 (19:21 +0000)
committerdrh <drh@noemail.net>
Sat, 6 Jun 2009 19:21:13 +0000 (19:21 +0000)
that we are finding the corruption sooner. (CVS 6726)

FossilOrigin-Name: ba9848e7b89df1fb6bf6db2b9d66cd3ffce375df

manifest
manifest.uuid
test/corruptC.test

index 515d0c9a6e5434e3538ea185a0bc605065e44b59..f38c620c8b860e9c7f5b4f8c21b30bf256d1661e 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\san\serror\sin\sthe\smalloc.test\stest\sscript\scausing\sa\ssmall\sbuffer\soverread.\s(CVS\s6725)
-D 2009-06-06T16:08:23
+C Update\sthe\serror\smessage\son\sone\sof\sthe\scorruption\stests\sto\saccount\sfor\sthe\sfact\nthat\swe\sare\sfinding\sthe\scorruption\ssooner.\s(CVS\s6726)
+D 2009-06-06T19:21:13
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in 8b8fb7823264331210cddf103831816c286ba446
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -290,7 +290,7 @@ F test/corrupt8.test 9992ef7f67cefc576b92373f6bf5ab8775280f51
 F test/corrupt9.test 4aa1cb1ef091cb0e13e89a819c72911631b5176a
 F test/corruptA.test 99e95620b980161cb3e79f06a884a4bb8ae265ff
 F test/corruptB.test 267be7fbb7bdb89df40007178437ebdd0cd9c174
-F test/corruptC.test 9b70fa2bfd33a58c32f6ce3a1b6d793b218c2955
+F test/corruptC.test 4ee86485de5263ed050729c11650dd59ca288bd3
 F test/corruptD.test 3ae6e2dc6e2226c6935a8a40d4b5ee3eba75f8c0
 F test/count.test 454e1ce985c94d13efeac405ce54439f49336163
 F test/crash.test 1b6ac8410689ff78028887f445062dc897c9ac89
@@ -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 127b13981960a9690de09e8f9d0b38a4bd76015f
-R f21870f75d20b7f8e75a8d0c48e772bc
-U danielk1977
-Z 84816671ae9d277e110f802df30e0a1b
+P 4d129bee696f3a537f7ea5501a387012fc08c27e
+R 0886867af8335377b414a641e43ab0d1
+U drh
+Z 92acfcf11caa462c7de054705c7ddd22
index 0f57fb22312c09290dbcb5c5de4fbe4d628c079a..586ac5ba53a73b6e0c9f4648bb0343e391b3d29c 100644 (file)
@@ -1 +1 @@
-4d129bee696f3a537f7ea5501a387012fc08c27e
\ No newline at end of file
+ba9848e7b89df1fb6bf6db2b9d66cd3ffce375df
\ No newline at end of file
index a5a342513d6e2dc209e1872dcd359cb78646fd35..6b8cddd62cbe87d1eae95f0557cec6030224948f 100644 (file)
@@ -15,7 +15,7 @@
 # data base file, then tests that single byte corruptions in 
 # increasingly larger quantities are handled gracefully.
 #
-# $Id: corruptC.test,v 1.12 2009/06/04 02:46:20 shane Exp $
+# $Id: corruptC.test,v 1.13 2009/06/06 19:21:13 drh Exp $
 
 catch {file delete -force test.db test.db-journal test.bu}
 
@@ -94,8 +94,7 @@ do_test corruptC-2.1 {
 
   sqlite3 db test.db
   catchsql {PRAGMA integrity_check}
-} {0 {{*** in database main ***
-Corruption detected in header on page 3}}}
+} {1 {database disk image is malformed}}
 
 # test that a corrupt content offset size is handled (seed 5649)
 do_test corruptC-2.2 {