diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-14 15:55:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-14 15:55:58 (GMT) |
commit | 61cfdc18a92d5b3e4a9cdbc4c638c935eb08f067 (patch) | |
tree | fdff56d6fd50f378b8f2802ab991993953a882b6 /tests | |
parent | 78b43e95174bae096a68f14e0825c07fa0d226f2 (diff) | |
download | tcl-61cfdc18a92d5b3e4a9cdbc4c638c935eb08f067.zip tcl-61cfdc18a92d5b3e4a9cdbc4c638c935eb08f067.tar.gz tcl-61cfdc18a92d5b3e4a9cdbc4c638c935eb08f067.tar.bz2 |
missing constraint
Diffstat (limited to 'tests')
-rw-r--r-- | tests/util.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/util.test b/tests/util.test index 20a062f..30489c0 100644 --- a/tests/util.test +++ b/tests/util.test @@ -7,7 +7,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: util.test,v 1.18.8.1 2008/08/17 14:12:36 msofer Exp $ +# RCS: @(#) $Id: util.test,v 1.18.8.2 2008/10/14 15:55:58 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -15,6 +15,7 @@ if {[lsearch [namespace children] ::tcltest] == -1} { } testConstraint testdstring [llength [info commands testdstring]] +testConstraint testconcatobj [llength [info commands testconcatobj]] # Big test for correct ordering of data in [expr] @@ -163,7 +164,7 @@ test util-4.6 {Tcl_ConcatObj - utf-8 sequence with "whitespace" char} { # Check for Bug #227512. If this violates C isspace, then it returns \xc3. concat \xe0 } \xe0 -test util-4.7 {Tcl_ConcatObj - refCount safety} { +test util-4.7 {Tcl_ConcatObj - refCount safety} testconcatobj { # Check for Bug #1447328 (actually, bugs in its original "fix"). One of the # symptoms was Bug #2055782. testconcatobj |