aboutsummaryrefslogtreecommitdiff
path: root/test/ioerr5.test
diff options
context:
space:
mode:
authordan <dan@noemail.net>2010-08-18 15:25:17 +0000
committerdan <dan@noemail.net>2010-08-18 15:25:17 +0000
commit5a9e07eb405d04a6f8b51b97f6c73a3de442965f (patch)
tree377e1f78d9e12126b50c86837cfe8fe6f4085fa5 /test/ioerr5.test
parent35cf908a86dbde84b778d411ce18811a90ad0b99 (diff)
downloadsqlite-5a9e07eb405d04a6f8b51b97f6c73a3de442965f.tar.gz
sqlite-5a9e07eb405d04a6f8b51b97f6c73a3de442965f.zip
Disable the SQLITE_MAX_PAGE_SIZE compile time option (it is now always set to 65536). Fix some other problems in test files.
FossilOrigin-Name: 56cc883d3af5574c9dafecef8aa96d1d05c01b83
Diffstat (limited to 'test/ioerr5.test')
-rw-r--r--test/ioerr5.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ioerr5.test b/test/ioerr5.test
index 74fe10412..a430f5340 100644
--- a/test/ioerr5.test
+++ b/test/ioerr5.test
@@ -129,7 +129,7 @@ foreach locking_mode {normal exclusive} {
do_test ioerr5-1.$locking_mode-$iFail.3 {
sqlite3_soft_heap_limit 1024
compilesql16 "SELECT 10"
- } {}
+ } {SQLITE_OK}
close $channel