diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-13 19:34:38 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-13 19:34:38 (GMT) |
commit | eca44d19d52e388aa19ca757cf2d64ee8c9db3e4 (patch) | |
tree | 13dfdf1dd1a422bdf2f526a643cea1dc072e68d0 /tests/spinbox.test | |
parent | 717e752cab9ac13ccf3bfde94dd5dd4465b4f474 (diff) | |
download | tk-eca44d19d52e388aa19ca757cf2d64ee8c9db3e4.zip tk-eca44d19d52e388aa19ca757cf2d64ee8c9db3e4.tar.gz tk-eca44d19d52e388aa19ca757cf2d64ee8c9db3e4.tar.bz2 |
* tests/unixWm.test: Constrained all tests older than revision 1.21
to run only on Unix. Alternative approach did not match maintainer
habits.
* tests/spinbox.test (spinbox-17.4): Avoid long failure message.
Diffstat (limited to 'tests/spinbox.test')
-rw-r--r-- | tests/spinbox.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/spinbox.test b/tests/spinbox.test index 5881087..b142611 100644 --- a/tests/spinbox.test +++ b/tests/spinbox.test @@ -4,7 +4,7 @@ # Copyright (c) 1998-2000 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: spinbox.test,v 1.5 2003/02/25 00:46:41 hobbs Exp $ +# RCS: @(#) $Id: spinbox.test,v 1.6 2003/03/13 19:34:40 dgp Exp $ package require tcltest 2.1 namespace import -force tcltest::configure @@ -1272,6 +1272,7 @@ test spinbox-17.3 {SpinboxUpdateScrollbar procedure} { } {0.315789 0.842105} test spinbox-17.4 {SpinboxUpdateScrollbar procedure} { destroy .e + set x "Background error did not happen" proc bgerror msg { global x set x $msg |