From c61554d78aab623bdfd1b7e78550578f2bb71866 Mon Sep 17 00:00:00 2001 From: hobbs Date: Mon, 2 Sep 2002 19:15:38 +0000 Subject: noted new tk windowingsystem subcommand --- tests/tk.test | 4 ++-- 1 file 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} { -- cgit v0.12