diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-17 22:38:55 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-17 22:38:55 (GMT) |
commit | f392e85e5387f7a06149463c29397359e4ba483f (patch) | |
tree | 6b824bed75789a3a95889126d5c52a7d76e579af /tests/border.test | |
parent | 980bc6bcaff11ef9bc9c459beed9a6514f3564c2 (diff) | |
download | tk-f392e85e5387f7a06149463c29397359e4ba483f.zip tk-f392e85e5387f7a06149463c29397359e4ba483f.tar.gz tk-f392e85e5387f7a06149463c29397359e4ba483f.tar.bz2 |
Steps towards systematization of test constraints in Tk test suite
Diffstat (limited to 'tests/border.test')
-rw-r--r-- | tests/border.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/border.test b/tests/border.test index 81cea0b..185a894 100644 --- a/tests/border.test +++ b/tests/border.test @@ -5,14 +5,12 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: border.test,v 1.5 2004/05/23 17:34:48 dkf Exp $ +# RCS: @(#) $Id: border.test,v 1.6 2004/06/17 22:38:57 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv tcltest::loadTestedCommands -testConstraint testborder [llength [info commands testborder]] - if {[testConstraint pseudocolor8]} { toplevel .t -visual {pseudocolor 8} -colormap new wm geom .t +0+0 |