diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-05-23 17:34:48 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-05-23 17:34:48 (GMT) |
commit | 0b91402efd4f090b076ac7f71ed939ed664400b2 (patch) | |
tree | c1834b8cace8654026ee20f8fd75ea3f340a902c /tests/border.test | |
parent | 08844409ecd112b5d70f7c06e5a05b015e3022c4 (diff) | |
download | tk-0b91402efd4f090b076ac7f71ed939ed664400b2.zip tk-0b91402efd4f090b076ac7f71ed939ed664400b2.tar.gz tk-0b91402efd4f090b076ac7f71ed939ed664400b2.tar.bz2 |
First step towards improving test style. Also start using Tcl 8.5 features.
Diffstat (limited to 'tests/border.test')
-rw-r--r-- | tests/border.test | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/border.test b/tests/border.test index 0bf08b8..81cea0b 100644 --- a/tests/border.test +++ b/tests/border.test @@ -5,7 +5,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: border.test,v 1.4 2003/04/01 21:06:17 dgp Exp $ +# RCS: @(#) $Id: border.test,v 1.5 2004/05/23 17:34:48 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -163,16 +163,3 @@ if {[testConstraint pseudocolor8]} { # cleanup cleanupTests return - - - - - - - - - - - - - |