summaryrefslogtreecommitdiffstats
path: root/tests/tk.test
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-09-02 19:15:38 (GMT)
committerhobbs <hobbs>2002-09-02 19:15:38 (GMT)
commitc61554d78aab623bdfd1b7e78550578f2bb71866 (patch)
tree1fc712b70b5999d3e1d8dc99433082a3ab2e1d6e /tests/tk.test
parentcc43e2b4c0cff54cae18617b383e957bc6f04acd (diff)
downloadtk-c61554d78aab623bdfd1b7e78550578f2bb71866.zip
tk-c61554d78aab623bdfd1b7e78550578f2bb71866.tar.gz
tk-c61554d78aab623bdfd1b7e78550578f2bb71866.tar.bz2
noted new tk windowingsystem subcommand
Diffstat (limited to 'tests/tk.test')
-rw-r--r--tests/tk.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tk.test b/tests/tk.test
index 38414ee..be450a2 100644
--- a/tests/tk.test
+++ b/tests/tk.test
@@ -5,7 +5,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# Copyright (c) 2002 ActiveState Corporation.
#
-# RCS: @(#) $Id: tk.test,v 1.8 2002/07/13 20:28:35 dgp Exp $
+# RCS: @(#) $Id: tk.test,v 1.9 2002/09/02 19:15:38 hobbs Exp $
package require tcltest 2.1
namespace import -force tcltest::configure
@@ -19,7 +19,7 @@ test tk-1.1 {tk command: general} {
} {1 {wrong # args: should be "tk option ?arg?"}}
test tk-1.2 {tk command: general} {
list [catch {tk xyz} msg] $msg
-} {1 {bad option "xyz": must be appname, caret, scaling, or useinputmethods}}
+} {1 {bad option "xyz": must be appname, caret, scaling, useinputmethods, or windowingsystem}}
set appname [tk appname]
test tk-2.1 {tk command: appname} {