From 45daf62a0966010296905bb16556c71ed221d8c3 Mon Sep 17 00:00:00 2001 From: vincentdarley Date: Sat, 20 Nov 2004 15:49:47 +0000 Subject: made test less timing sensitive --- ChangeLog | 2 ++ tests/textDisp.test | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 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 -- cgit v0.12