From 64f88bf202a2b4e4f40c170be5faa31f030edd50 Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 26 Oct 2004 08:07:28 +0000 Subject: Fix incorrect expected error message --- tests/panedwindow.test | 4 ++-- 1 file 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 -- cgit v0.12