summaryrefslogtreecommitdiffstats
path: root/tests/textDisp.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/textDisp.test')
-rw-r--r--tests/textDisp.test6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/textDisp.test b/tests/textDisp.test
index 3205ddb..69d23d6 100644
--- a/tests/textDisp.test
+++ b/tests/textDisp.test
@@ -6,17 +6,13 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: textDisp.test,v 1.26 2004/06/04 10:51:18 vincentdarley Exp $
+# RCS: @(#) $Id: textDisp.test,v 1.27 2004/06/17 22:38:57 dkf Exp $
package require tcltest 2.1
eval tcltest::configure $argv
tcltest::loadTestedCommands
namespace import -force tcltest::test
-tcltest::testConstraint textfonts [expr {
- [tcltest::testConstraint fonts] || $tcl_platform(platform) eq "windows"
-}]
-
# The procedure below is used as the scrolling command for the text;
# it just saves the scrolling information in a variable "scrollInfo".