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/send.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/send.test')
-rw-r--r-- | tests/send.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/send.test b/tests/send.test index 83677d9..bf1690e 100644 --- a/tests/send.test +++ b/tests/send.test @@ -10,14 +10,13 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: send.test,v 1.10 2003/07/09 21:18:36 dkf Exp $ +# RCS: @(#) $Id: send.test,v 1.11 2004/06/17 22:38:57 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv tcltest::loadTestedCommands testConstraint xhost [llength [auto_execok xhost]] -testConstraint testsend [llength [info commands testsend]] # Compute a script that will load Tk into a child interpreter. |