diff options
author | pspjuth <peter.spjuth@gmail.com> | 2001-08-21 20:21:36 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2001-08-21 20:21:36 (GMT) |
commit | 5de1e48a438ff12af2cdf2fa5542541d07be18b5 (patch) | |
tree | 8470e06c9c10c9cd3f5b83b65a958619ccc66d16 /tests/oldpack.test | |
parent | c9fb1f587664806275461fcf4b872e8acdd913b9 (diff) | |
download | tk-5de1e48a438ff12af2cdf2fa5542541d07be18b5.zip tk-5de1e48a438ff12af2cdf2fa5542541d07be18b5.tar.gz tk-5de1e48a438ff12af2cdf2fa5542541d07be18b5.tar.bz2 |
Objectified grid and pack commands.
Diffstat (limited to 'tests/oldpack.test')
-rw-r--r-- | tests/oldpack.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/oldpack.test b/tests/oldpack.test index a793304..e809da5 100644 --- a/tests/oldpack.test +++ b/tests/oldpack.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: oldpack.test,v 1.3 1999/04/16 01:51:40 stanton Exp $ +# RCS: @(#) $Id: oldpack.test,v 1.4 2001/08/21 20:21:36 pspjuth Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -449,7 +449,7 @@ test pack-8.16 {syntax errors} { set msg "" set result [catch {pack append .pack .pack.blue {frame south}} msg] concat $result $msg -} {1 bad anchor position "south": must be n, ne, e, se, s, sw, w, nw, or center} +} {1 bad anchor "south": must be n, ne, e, se, s, sw, w, nw, or center} test pack-8.17 {syntax errors} { set msg "" set result [catch {pack append .pack .pack.blue {padx -2}} msg] |