summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-05 17:51:04 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-05 17:51:04 (GMT)
commit9a1ef63a0b6ebadd4e2268eb1210eeff9c007c5c (patch)
tree412908d4c61368702fe6e3da8e6d8295ef70c8ad
parentb76407c7250e530679c766f3a13f1a521669c9f9 (diff)
downloadtk-9a1ef63a0b6ebadd4e2268eb1210eeff9c007c5c.zip
tk-9a1ef63a0b6ebadd4e2268eb1210eeff9c007c5c.tar.gz
tk-9a1ef63a0b6ebadd4e2268eb1210eeff9c007c5c.tar.bz2
Update test to reflect revised error message
-rw-r--r--tests/pack.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pack.test b/tests/pack.test
index 488281a..c53c88f 100644
--- a/tests/pack.test
+++ b/tests/pack.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: pack.test,v 1.10 2002/07/13 20:28:35 dgp Exp $
+# RCS: @(#) $Id: pack.test,v 1.10.2.1 2006/04/05 17:51:04 dgp Exp $
package require tcltest 2.1
namespace import -force tcltest::configure
@@ -799,8 +799,8 @@ test pack-12.25 {command options and errors} {
} {1 {extra option "-padx" (option with no value?)}}
test pack-12.26 {command options and errors} {
pack forget .pack.a .pack.b .pack.c .pack.d
- list [catch {pack .pack.a {} 22} msg] $msg
-} {1 {bad option "": must be -after, -anchor, -before, -expand, -fill, -in, -ipadx, -ipady, -padx, -pady, or -side}}
+ list [catch {pack .pack.a ? 22} msg] $msg
+} {1 {bad option "?": must be -after, -anchor, -before, -expand, -fill, -in, -ipadx, -ipady, -padx, -pady, or -side}}
test pack-12.27 {command options and errors} {
pack forget .pack.a .pack.b .pack.c .pack.d
list [catch {pack .pack.a -in .} msg] $msg