summaryrefslogtreecommitdiffstats
path: root/tests/info.test
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2005-05-30 00:04:24 (GMT)
committerdkf <dkf@noemail.net>2005-05-30 00:04:24 (GMT)
commit476a7ddf4ceb03eb409f7d56066e776d6018fb89 (patch)
tree91fac3699c0ef1f44307ec17de71b31609962940 /tests/info.test
parent951a7288e11d507ca413fbacebd565ba6150809a (diff)
downloadtcl-476a7ddf4ceb03eb409f7d56066e776d6018fb89.zip
tcl-476a7ddf4ceb03eb409f7d56066e776d6018fb89.tar.gz
tcl-476a7ddf4ceb03eb409f7d56066e776d6018fb89.tar.bz2
TIP#229 implementation
FossilOrigin-Name: f1050beab47be2d6eeec53a2833f0438631694d8
Diffstat (limited to 'tests/info.test')
-rw-r--r--tests/info.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/info.test b/tests/info.test
index 3441a3b..7295750 100644
--- a/tests/info.test
+++ b/tests/info.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: info.test,v 1.30 2005/05/25 16:13:17 dgp Exp $
+# RCS: @(#) $Id: info.test,v 1.31 2005/05/30 00:04:48 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -151,6 +151,7 @@ catch {rename _t2_ {}}
test info-4.5 {info commands option} {
list [catch {info commands a b} msg] $msg
} {1 {wrong # args: should be "info commands ?pattern?"}}
+# Also some tests in namespace.test
test info-5.1 {info complete option} {
list [catch {info complete} msg] $msg