summaryrefslogtreecommitdiffstats
path: root/tests/spinbox.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-03-13 19:34:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-03-13 19:34:38 (GMT)
commiteca44d19d52e388aa19ca757cf2d64ee8c9db3e4 (patch)
tree13dfdf1dd1a422bdf2f526a643cea1dc072e68d0 /tests/spinbox.test
parent717e752cab9ac13ccf3bfde94dd5dd4465b4f474 (diff)
downloadtk-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.test3
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