1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Remove mutex2.test. It will be replaced later today by permutations.test. (CVS 5261)

FossilOrigin-Name: 98a6a0a30f16cbc60c655663b5895429a34da0ba
This commit is contained in:
danielk1977
2008-06-21 12:15:04 +00:00
parent db4f2adf82
commit 959e3a9b80
5 changed files with 12 additions and 91 deletions

View File

@ -12,7 +12,7 @@
# focus of this file is testing the sqlite_exec_printf() and
# sqlite_get_table_printf() APIs.
#
# $Id: tableapi.test,v 1.17 2008/06/21 08:12:15 danielk1977 Exp $
# $Id: tableapi.test,v 1.18 2008/06/21 12:15:04 danielk1977 Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -21,13 +21,6 @@ ifcapable memdebug {
source $testdir/malloc_common.tcl
}
db close
sqlite3_shutdown
sqlite3_config_pagecache 4096 24
sqlite3_config_scratch 25000 1
sqlite3_initialize
sqlite3 db test.db
do_test tableapi-1.0 {
set ::dbx [sqlite3_open test.db]
catch {sqlite_exec_printf $::dbx {DROP TABLE xyz} {}}