Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a problem in pagerfault.test causing an assert() to fail. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ba8d2d507f82e2baaceadcf7ac6d71bb |
User & Date: | dan 2014-01-27 14:19:22.594 |
Context
2014-01-27
| ||
15:02 | Update some requirements marks to conform with improvements in the documentation. (check-in: be1acb610f user: drh tags: trunk) | |
14:19 | Fix a problem in pagerfault.test causing an assert() to fail. (check-in: ba8d2d507f user: dan tags: trunk) | |
13:58 | Fix (harmless) duplicate variable declaration. (check-in: 94ed9bc420 user: drh tags: trunk) | |
Changes
Changes to test/pagerfault.test.
︙ | ︙ | |||
1540 1541 1542 1543 1544 1545 1546 1547 1548 | faultsim_test_result {0 {}} catch { db close } catch { db2 close } } sqlite3_shutdown sqlite3_config_uri 0 finish_test | > | 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 | faultsim_test_result {0 {}} catch { db close } catch { db2 close } } sqlite3_shutdown sqlite3_config_uri 0 sqlite3_initialize finish_test |