1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

More adjustments to the pragma test for windows. (CVS 3614)

FossilOrigin-Name: 79a65436d1cd10ed6318edfaa7d76e2b99c7c879
This commit is contained in:
drh
2007-01-27 14:11:41 +00:00
parent 90ddb12399
commit 05a6f4ac56
3 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@
#
# This file implements tests for the PRAGMA command.
#
# $Id: pragma.test,v 1.49 2007/01/27 14:04:13 drh Exp $
# $Id: pragma.test,v 1.50 2007/01/27 14:11:42 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -391,8 +391,8 @@ Page 6 is never used} {rowid 1 missing from index i2}}
do_test pragma-3.99 {
catchsql {DETACH t3}
catchsql {DETACH t2}
catchsql {DROP INDEX i2}
file delete -force testerr.db testerr.db-journal
catchsql {DROP INDEX i2}
} {0 {}}
# Test modifying the cache_size of an attached database.