diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-17 22:38:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-17 22:38:55 (GMT) |
commit | 68c988ff855b9dbfb491f6986db826f591b6f1d2 (patch) | |
tree | 6b824bed75789a3a95889126d5c52a7d76e579af /tests/raise.test | |
parent | c5b74b100d335256f82be758f49ce8425fe2ac18 (diff) | |
download | tk-68c988ff855b9dbfb491f6986db826f591b6f1d2.zip tk-68c988ff855b9dbfb491f6986db826f591b6f1d2.tar.gz tk-68c988ff855b9dbfb491f6986db826f591b6f1d2.tar.bz2 |
Steps towards systematization of test constraints in Tk test suite
Diffstat (limited to 'tests/raise.test')
-rw-r--r-- | tests/raise.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/raise.test b/tests/raise.test index 21650f2..cdd525d 100644 --- a/tests/raise.test +++ b/tests/raise.test @@ -8,14 +8,12 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: raise.test,v 1.9 2004/05/23 17:34:49 dkf Exp $ +# RCS: @(#) $Id: raise.test,v 1.10 2004/06/17 22:38:57 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv tcltest::loadTestedCommands -testConstraint testmakeexist [llength [info commands testmakeexist]] - # Procedure to create a bunch of overlapping windows, which should # make it easy to detect differences in order. |