summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2004-11-20 15:49:47 (GMT)
committervincentdarley <vincentdarley@noemail.net>2004-11-20 15:49:47 (GMT)
commit6ee6c074be8e1fd0f87259ba6468a5f80b6ba81f (patch)
treed07973524e3aaf0686e82ee440fd900f5e55b636
parentcf0a66e2f9a0a77ac2b2e9859a9e8143d59e64e8 (diff)
downloadtk-6ee6c074be8e1fd0f87259ba6468a5f80b6ba81f.zip
tk-6ee6c074be8e1fd0f87259ba6468a5f80b6ba81f.tar.gz
tk-6ee6c074be8e1fd0f87259ba6468a5f80b6ba81f.tar.bz2
made test less timing sensitive
FossilOrigin-Name: 44e8ec982a5d300539b5ec2337e8251e899cd052
-rw-r--r--ChangeLog2
-rw-r--r--tests/textDisp.test3
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d8a6e14..f14afe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* tests/text.test: fix to test's platform sensitivities
[Bug 1025871]
+ * tests/textDisp.test: made test less timing sensitive
+ [Bug 1034171]
2004-11-19 Daniel Steffen <das@users.sourceforge.net>
diff --git a/tests/textDisp.test b/tests/textDisp.test
index 2cbb613..6ec634d 100644
--- a/tests/textDisp.test
+++ b/tests/textDisp.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: textDisp.test,v 1.30 2004/09/24 14:43:30 vincentdarley Exp $
+# RCS: @(#) $Id: textDisp.test,v 1.31 2004/11/20 15:49:47 vincentdarley Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -2460,6 +2460,7 @@ test textDisp-19.14 {GetYView procedure} {
.t insert end "times with a bit left on the last line."
# Need to update so everything is calculated.
update ; .t count -update -ypixels 1.0 end
+ update ; after 10 ; update
set scrollInfo "unchanged"
.t mark set insert 3.0
.t tag configure x -background red