diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-26 08:07:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-26 08:07:28 (GMT) |
commit | 64f88bf202a2b4e4f40c170be5faa31f030edd50 (patch) | |
tree | 35b7363c476d3191111cb887e2fbee4c2503b403 /tests/panedwindow.test | |
parent | b74e0e2cabb729d92e76143a72b00130bd44ffe4 (diff) | |
download | tk-64f88bf202a2b4e4f40c170be5faa31f030edd50.zip tk-64f88bf202a2b4e4f40c170be5faa31f030edd50.tar.gz tk-64f88bf202a2b4e4f40c170be5faa31f030edd50.tar.bz2 |
Fix incorrect expected error message
Diffstat (limited to 'tests/panedwindow.test')
-rw-r--r-- | tests/panedwindow.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/panedwindow.test b/tests/panedwindow.test index 0e40bd4..c1adf58 100644 --- a/tests/panedwindow.test +++ b/tests/panedwindow.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: panedwindow.test,v 1.17 2004/10/25 15:22:16 dkf Exp $ +# RCS: @(#) $Id: panedwindow.test,v 1.18 2004/10/26 08:07:28 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -73,7 +73,7 @@ foreach {testName testData} { panedwindow-1a.6 {-padx 1.3 1 badValue {bad screen distance "badValue"}} panedwindow-1a.7 {-pady 1.3 1 badValue {bad screen distance "badValue"}} panedwindow-1a.8 {-sticky nsew nesw abcd {bad stickyness value "abcd": must be a string containing zero or more of n, e, s, and w}} - panedwindow-1a.9 {-stretch alw always foo {bad stretch "foo": must be one of always, first, last, middle, or never}} + panedwindow-1a.9 {-stretch alw always foo {bad stretch "foo": must be always, first, last, middle, or never}} panedwindow-1a.10 {-width 10 10 badValue {bad screen distance "badValue"}} } { lassign $testData optionName goodIn goodOut badIn badOut |