aboutsummaryrefslogtreecommitdiff
path: root/test/misc5.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/misc5.test')
-rw-r--r--test/misc5.test11
1 files changed, 1 insertions, 10 deletions
diff --git a/test/misc5.test b/test/misc5.test
index ebccf4c0a..f6d7c91e4 100644
--- a/test/misc5.test
+++ b/test/misc5.test
@@ -13,7 +13,7 @@
# This file implements tests for miscellanous features that were
# left out of other test files.
#
-# $Id: misc5.test,v 1.19 2007/12/13 07:58:51 danielk1977 Exp $
+# $Id: misc5.test,v 1.20 2008/01/23 12:52:41 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -581,15 +581,6 @@ do_test misc5-7.1 {
catchsql $sql
} {1 {parser stack overflow}}
-# Check the MISUSE return from sqlitee3_busy_timeout
-#
-do_test misc5-8.1-misuse {
- set DB [sqlite3_connection_pointer db]
- db close
- sqlite3_busy_timeout $DB 1000
-} SQLITE_MISUSE
-sqlite3 db test.db
-
# Ticket #1911
#
ifcapable compound {