Adjust some of the pager tests to accommodate longer database pathnames.

FossilOrigin-Name: 22eef1d8a81ea95612f7973e242fa333c51ae399
This commit is contained in:
drh
2012-05-11 23:03:44 +00:00
parent 957ed0b3fe
commit 0971140bec
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -462,7 +462,7 @@ do_test pager1.4.2.3 {
} {64 ok}
do_test pager1.4.2.4 {
faultsim_restore_and_reopen
hexio_write test.db-journal [expr [file size test.db-journal]-20] 123456
hexio_write test.db-journal [expr [file size test.db-journal]-30] 123456
execsql {
SELECT count(*) FROM t1;
PRAGMA integrity_check;
@@ -470,7 +470,7 @@ do_test pager1.4.2.4 {
} {4 ok}
do_test pager1.4.2.5 {
faultsim_restore_and_reopen
hexio_write test.db-journal [expr [file size test.db-journal]-20] 123456
hexio_write test.db-journal [expr [file size test.db-journal]-30] 123456
foreach f [glob test.db-mj*] { forcedelete $f }
execsql {
SELECT count(*) FROM t1;