diff options
Diffstat (limited to 'tests/cmdInfo.test')
-rw-r--r-- | tests/cmdInfo.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cmdInfo.test b/tests/cmdInfo.test index a29c7ca..5f62444 100644 --- a/tests/cmdInfo.test +++ b/tests/cmdInfo.test @@ -13,16 +13,16 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: cmdInfo.test,v 1.6 2001/09/20 01:02:20 hobbs Exp $ +# RCS: @(#) $Id: cmdInfo.test,v 1.7 2002/06/22 04:19:47 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest + package require tcltest 2 namespace import -force ::tcltest::* } -set ::tcltest::testConstraints(testcmdinfo) \ +::tcltest::testConstraint testcmdinfo \ [llength [info commands testcmdinfo]] -set ::tcltest::testConstraints(testcmdtoken) \ +::tcltest::testConstraint testcmdtoken \ [llength [info commands testcmdtoken]] test cmdinfo-1.1 {command procedure and clientData} {testcmdinfo} { |