1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Begin adding the ability to remove unused features at compile-time and still

have all the tests pass. (CVS 2033)

FossilOrigin-Name: 2aa506ccb003a25555b414772002d0130db93052
This commit is contained in:
drh
2004-10-30 20:23:09 +00:00
parent 2536ee480b
commit 27d258a3ec
11 changed files with 136 additions and 49 deletions

View File

@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this script is the sqlite_interrupt() API.
#
# $Id: interrupt.test,v 1.4 2004/02/18 16:57:23 drh Exp $
# $Id: interrupt.test,v 1.5 2004/10/30 20:23:10 drh Exp $
set testdir [file dirname $argv0]
@ -100,9 +100,11 @@ do_test interrupt-2.3 {
SELECT md5sum(a || b) FROM t1;
}
} $cksum
do_test interrupt-2.4 {
expr {$::origsize>[file size test.db]}
} 1
ifcapable vacuum {
do_test interrupt-2.4 {
expr {$::origsize>[file size test.db]}
} 1
}
integrity_check interrupt-2.5
# Ticket #594. If an interrupt occurs in the middle of a transaction