aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/all.test3
-rw-r--r--test/quick.test3
-rw-r--r--test/select1.test4
3 files changed, 7 insertions, 3 deletions
diff --git a/test/all.test b/test/all.test
index 2143b5ffb..95e16a6d0 100644
--- a/test/all.test
+++ b/test/all.test
@@ -10,7 +10,7 @@
#***********************************************************************
# This file runs all tests.
#
-# $Id: all.test,v 1.30 2005/01/17 07:53:44 danielk1977 Exp $
+# $Id: all.test,v 1.31 2005/12/15 10:11:32 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -49,6 +49,7 @@ set LeakList {}
set EXCLUDE {
all.test
+ async.test
crash.test
autovacuum_crash.test
quick.test
diff --git a/test/quick.test b/test/quick.test
index 61bfcb09e..6d81d4db1 100644
--- a/test/quick.test
+++ b/test/quick.test
@@ -6,7 +6,7 @@
#***********************************************************************
# This file runs all tests.
#
-# $Id: quick.test,v 1.37 2005/12/07 06:27:45 danielk1977 Exp $
+# $Id: quick.test,v 1.38 2005/12/15 10:11:32 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -16,6 +16,7 @@ set ISQUICK 1
set EXCLUDE {
all.test
+ async.test
btree2.test
btree3.test
btree4.test
diff --git a/test/select1.test b/test/select1.test
index 7445ed1d9..c51cbe14d 100644
--- a/test/select1.test
+++ b/test/select1.test
@@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this file is testing the SELECT statement.
#
-# $Id: select1.test,v 1.44 2005/12/09 14:25:12 danielk1977 Exp $
+# $Id: select1.test,v 1.45 2005/12/15 10:11:32 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -23,6 +23,7 @@ do_test select1-1.1 {
lappend v $msg
} {1 {no such table: test1}}
+
execsql {CREATE TABLE test1(f1 int, f2 int)}
do_test select1-1.2 {
@@ -799,4 +800,5 @@ ifcapable {compound && subquery} {
} {x 1 x 3}
} ;# ifcapable compound
+
finish_test