1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix obscure permutation test problems. (CVS 5611)

FossilOrigin-Name: aa92a1bec3d6bbcc59680ba13fed51ada9249d4c
This commit is contained in:
drh
2008-08-25 19:09:01 +00:00
parent 0a846f96ef
commit df81a25abe
4 changed files with 13 additions and 13 deletions

View File

@ -15,7 +15,7 @@
# interface is pretty well tested. This file contains some addition
# tests for fringe issues that the main test suite does not cover.
#
# $Id: tclsqlite.test,v 1.65 2008/07/10 17:52:49 danielk1977 Exp $
# $Id: tclsqlite.test,v 1.66 2008/08/25 19:09:02 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -29,6 +29,7 @@ if {[sqlite3 -has-codec]} {
}
do_test tcl-1.1 {
set v [catch {sqlite3 bogus} msg]
regsub {really_sqlite3} $msg {sqlite3} msg
lappend v $msg
} [list 1 "wrong # args: should be \"$r\""]
do_test tcl-1.2 {