mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Test coverage improvements. (CVS 3807)
FossilOrigin-Name: 25f49acc5662ed8dd321b83a60aeeab93a37e129
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#
|
||||
#***********************************************************************
|
||||
#
|
||||
# $Id: shared.test,v 1.21 2006/01/23 21:38:03 drh Exp $
|
||||
# $Id: shared.test,v 1.22 2007/04/04 01:27:44 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -848,6 +848,9 @@ do_test shared-$av.11.8 {
|
||||
}
|
||||
set res
|
||||
} {1 4 {} 7}
|
||||
do_test shared-$av.11.9 {
|
||||
sqlite_shared_cache_report
|
||||
} [list [file normalize test.db] 2]
|
||||
|
||||
do_test shared-$av.11.11 {
|
||||
db close
|
||||
|
Reference in New Issue
Block a user