mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Update tests to work even if some features of the library are disabled. (CVS 2050)
FossilOrigin-Name: b11fc9b3f3a2711f98e7e45724aa1d30081197f3
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
# it tests that the different storage classes (integer, real, text etc.)
|
||||
# all work correctly.
|
||||
#
|
||||
# $Id: types.test,v 1.12 2004/11/03 13:59:06 drh Exp $
|
||||
# $Id: types.test,v 1.13 2004/11/03 16:27:02 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -66,9 +66,7 @@ set values {
|
||||
{ NULL null null null null }
|
||||
}
|
||||
ifcapable {bloblit} {
|
||||
lappend values {
|
||||
{ X'00' blob blob blob blob }
|
||||
}
|
||||
lappend values { X'00' blob blob blob blob }
|
||||
}
|
||||
|
||||
# This code tests that the storage classes specified above (in the $values
|
||||
|
Reference in New Issue
Block a user