Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS 2961)

FossilOrigin-Name: c058f483a52c8043178b6329aa5e58bedf0c8277
This commit is contained in:
danielk1977
2006-01-16 16:24:25 +00:00
parent 8212defca2
commit ff890793fc
18 changed files with 249 additions and 214 deletions
+5
View File
@@ -17,6 +17,11 @@
set testdir [file dirname $argv0]
source $testdir/tester.tcl
ifcapable compound {
finish_test
return
}
# The use of a VIEW that contained an ORDER BY clause within a UNION ALL
# was causing problems. See ticket #1444.
#