diff options
author | dkf <dkf@noemail.net> | 2004-06-17 22:38:54 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-06-17 22:38:54 (GMT) |
commit | 56d8bbeefae83919012fef27affd81eaef17a632 (patch) | |
tree | 6b824bed75789a3a95889126d5c52a7d76e579af /tests/textIndex.test | |
parent | 0207ae988fada9953cfa1294683434dacf4d94a3 (diff) | |
download | tk-56d8bbeefae83919012fef27affd81eaef17a632.zip tk-56d8bbeefae83919012fef27affd81eaef17a632.tar.gz tk-56d8bbeefae83919012fef27affd81eaef17a632.tar.bz2 |
Steps towards systematization of test constraints in Tk test suite
FossilOrigin-Name: ec889b99065ab09997aa94dd70e28308cdcc5243
Diffstat (limited to 'tests/textIndex.test')
-rw-r--r-- | tests/textIndex.test | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/textIndex.test b/tests/textIndex.test index 1dd486a..b3cf64e 100644 --- a/tests/textIndex.test +++ b/tests/textIndex.test @@ -6,15 +6,12 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: textIndex.test,v 1.12 2004/05/23 17:34:49 dkf Exp $ +# RCS: @(#) $Id: textIndex.test,v 1.13 2004/06/17 22:38:57 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv tcltest::loadTestedCommands -# Some tests require the testtext command -testConstraint testtext [llength [info commands testtext]] - catch {destroy .t} text .t -font {Courier -12} -width 20 -height 10 pack append . .t {top expand fill} |