From 1a0b14129f4dcce884e488cd1ba3a256fe3bada1 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 5 Apr 2006 18:04:39 +0000 Subject: Revised test to account for changed error message --- tests/pack.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/pack.test b/tests/pack.test index 2ca2e13..27fd01f 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.13 2004/12/04 00:04:41 dkf Exp $ +# RCS: @(#) $Id: pack.test,v 1.14 2006/04/05 18:04:39 dgp Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -802,8 +802,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 -- cgit v0.12