From: danielk1977 Date: Mon, 10 Aug 2009 10:18:07 +0000 (+0000) Subject: Update a couple of tests in corrupt7.test to account for a change in the error messag... X-Git-Tag: cvs-to-fossil-cutover~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f00a826caf3cfa386bdf61f1eff4a6dbfc24a50;p=thirdparty%2Fsqlite.git Update a couple of tests in corrupt7.test to account for a change in the error message text emitted by SQLite. (CVS 6968) FossilOrigin-Name: 3172a296926c6b50af5b6edfe38013056e155fa0 --- diff --git a/manifest b/manifest index 174f2b4073..5e04a782cb 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Exclude\sa\sstatic\sfunction\sin\stest1.c\sfrom\sthe\sbuild\swhen\sOMIT_DEPRECATED\sis\sdefined.\sThis\savoids\sa\scompiler\swarning\sthat\soccurs\swith\ssome\scompilers.\s(CVS\s6967) -D 2009-08-10T04:37:50 +C Update\sa\scouple\sof\stests\sin\scorrupt7.test\sto\saccount\sfor\sa\schange\sin\sthe\serror\smessage\stext\semitted\sby\sSQLite.\s(CVS\s6968) +D 2009-08-10T10:18:08 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 F Makefile.in df9359da7a726ccb67a45db905c5447d5c00c6ef F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -287,7 +287,7 @@ F test/corrupt3.test 263e8bb04e2728df832fddf6973cf54c91db0c32 F test/corrupt4.test acdb01afaedf529004b70e55de1a6f5a05ae7fff F test/corrupt5.test c23da7bfb20917cc7fdbb13ee25c7cc4e9fffeff F test/corrupt6.test e69b877d478224deab7b66844566258cecacd25e -F test/corrupt7.test 8bfb08842642b1a598a915b52a7f51fbc0289b62 +F test/corrupt7.test e66cb109ed64e7ac985d8b4a3422c213d074c62d F test/corrupt8.test 9992ef7f67cefc576b92373f6bf5ab8775280f51 F test/corrupt9.test 4aa1cb1ef091cb0e13e89a819c72911631b5176a F test/corruptA.test 99e95620b980161cb3e79f06a884a4bb8ae265ff @@ -741,7 +741,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/vdbe-compress.tcl 672f81d693a03f80f5ae60bfefacd8a349e76746 -P 4f0096d7ef43f4b9f32c4d78b3dfe34271f2120a -R 8572262da1e41d66412339ca650c3aa4 +P ace499506e3c7a315f66928d8a98de255491b2b9 +R 0550a36def123768957593cd7b73b730 U danielk1977 -Z 11f9e6a9da7f8d6c44a6b0c52b76d145 +Z f1a01f4d4c3a932d95e491ebb3b6d4b1 diff --git a/manifest.uuid b/manifest.uuid index 2c9ea7ea03..88c2867b8c 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -ace499506e3c7a315f66928d8a98de255491b2b9 \ No newline at end of file +3172a296926c6b50af5b6edfe38013056e155fa0 \ No newline at end of file diff --git a/test/corrupt7.test b/test/corrupt7.test index 4284b30f53..8f8d437a62 100644 --- a/test/corrupt7.test +++ b/test/corrupt7.test @@ -14,7 +14,7 @@ # segfault if it sees a corrupt database file. It specifically focuses # on corrupt cell offsets in a btree page. # -# $Id: corrupt7.test,v 1.7 2009/06/09 13:42:25 drh Exp $ +# $Id: corrupt7.test,v 1.8 2009/08/10 10:18:08 danielk1977 Exp $ set testdir [file dirname $argv0] source $testdir/tester.tcl @@ -67,14 +67,14 @@ ifcapable oversize_cell_check { sqlite3 db test.db db eval {PRAGMA integrity_check(1)} } {{*** in database main *** -Page 2: sqlite3BtreeInitPage() returns error code 11}} +Page 2: btreeInitPage() returns error code 11}} do_test corrupt7-2.2 { db close hexio_write test.db 1062 04 sqlite3 db test.db db eval {PRAGMA integrity_check(1)} } {{*** in database main *** -Page 2: sqlite3BtreeInitPage() returns error code 11}} +Page 2: btreeInitPage() returns error code 11}} } else { do_test corrupt7-2.1 { db close