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:
@ -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
|
||||
|
Reference in New Issue
Block a user