diff options
author | nijtmans <nijtmans> | 2008-12-12 00:09:37 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-12 00:09:37 (GMT) |
commit | 3f909f2ee775076c14b45580c9547c369524ac42 (patch) | |
tree | e59ddae166470723e42e90450559f77303457f15 /tests/scrollbar.test | |
parent | b7903758175d813d8c358619a9a2abfc62bff168 (diff) | |
download | tk-3f909f2ee775076c14b45580c9547c369524ac42.zip tk-3f909f2ee775076c14b45580c9547c369524ac42.tar.gz tk-3f909f2ee775076c14b45580c9547c369524ac42.tar.bz2 |
Make error message from Tk_GetRelief the
same as for Tk_GetReliefFromObj
Adapt test cases for changed error message
Diffstat (limited to 'tests/scrollbar.test')
-rw-r--r-- | tests/scrollbar.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/scrollbar.test b/tests/scrollbar.test index 1ba79db..43882ef 100644 --- a/tests/scrollbar.test +++ b/tests/scrollbar.test @@ -7,7 +7,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: scrollbar.test,v 1.23 2008/10/08 18:57:47 dgp Exp $ +# RCS: @(#) $Id: scrollbar.test,v 1.24 2008/12/12 00:09:38 nijtmans Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -59,7 +59,7 @@ foreach test { {-activebackground #ff0000 #ff0000 non-existent {unknown color name "non-existent"}} {-activerelief sunken sunken non-existent - {bad relief type "non-existent": must be flat, groove, raised, ridge, solid, or sunken}} + {bad relief "non-existent": must be flat, groove, raised, ridge, solid, or sunken}} {-background #ff0000 #ff0000 non-existent {unknown color name "non-existent"}} {-bd 4 4 badValue {bad screen distance "badValue"}} @@ -77,7 +77,7 @@ foreach test { {-orient horizontal horizontal badValue {bad orientation "badValue": must be vertical or horizontal}} {-orient horizontal horizontal bogus {bad orientation "bogus": must be vertical or horizontal}} - {-relief ridge ridge badValue {bad relief type "badValue": must be flat, groove, raised, ridge, solid, or sunken}} + {-relief ridge ridge badValue {bad relief "badValue": must be flat, groove, raised, ridge, solid, or sunken}} {-repeatdelay 140 140 129.3 {expected integer but got "129.3"}} {-repeatinterval 140 140 129.3 {expected integer but got "129.3"}} {-takefocus "any string" "any string" {} {}} |