summaryrefslogtreecommitdiffstats
path: root/tests/panedwindow.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/panedwindow.test')
-rw-r--r--tests/panedwindow.test4
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