Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Checked in the wrong fix. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | mistake |
Files: | files | file ages | folders |
SHA1: |
4b0f44848dfcf2253014c8a50ee8f52e |
User & Date: | drh 2015-04-16 12:09:39.260 |
Original Comment: | Fix the corruptC.test module due to a change in error message text. |
Context
2015-04-16
| ||
12:09 | Checked in the wrong fix. (Closed-Leaf check-in: 4b0f44848d user: drh tags: mistake) | |
08:54 | Fix a problem in test file e_reindex.test. (check-in: 5b3de9390f user: dan tags: trunk) | |
Changes
Changes to test/corruptC.test.
︙ | ︙ | |||
287 288 289 290 291 292 293 | # overread. Which caused a crash in a run of all.test once. # do_test corruptC-2.15 { db close forcecopy test.bu test.db hexio_write test.db 986 b9 sqlite3 db test.db | | | | 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 | # overread. Which caused a crash in a run of all.test once. # do_test corruptC-2.15 { db close forcecopy test.bu test.db hexio_write test.db 986 b9 sqlite3 db test.db db eval {PRAGMA writable_schema=ON} } {1 {database disk image is malformed}} # # Now test for a series of quasi-random seeds. # We loop over the entire file size and touch # each byte at least once. for {set tn 0} {$tn<$fsize} {incr tn 1} { |
︙ | ︙ |