diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-13 19:33:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-13 19:33:41 (GMT) |
commit | cb3a46363200816c14cf59c396fd346233a1d50c (patch) | |
tree | e778b35644457bab1f5892a36ba190fe36500d02 /tests/spinbox.test | |
parent | 71735b0278922067a10155f4ad78ef0ed91a9964 (diff) | |
download | tk-cb3a46363200816c14cf59c396fd346233a1d50c.zip tk-cb3a46363200816c14cf59c396fd346233a1d50c.tar.gz tk-cb3a46363200816c14cf59c396fd346233a1d50c.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..e668a70 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.5.2.1 2003/03/13 19:33:48 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 |