From 66cb1cc6871f676e0547dc5ad8c24525c7b96815 Mon Sep 17 00:00:00 2001 From: vincentdarley Date: Sat, 20 Nov 2004 15:45:34 +0000 Subject: fix to test's platform sensitivities --- ChangeLog | 5 +++++ tests/text.test | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2331e64..d8a6e14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-20 Vince Darley + + * tests/text.test: fix to test's platform sensitivities + [Bug 1025871] + 2004-11-19 Daniel Steffen * macosx/Wish.pbproj/project.pbxproj: reverted earlier changes for diff --git a/tests/text.test b/tests/text.test index 76f28a6..e0aa117 100644 --- a/tests/text.test +++ b/tests/text.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: text.test,v 1.35 2004/11/15 13:09:08 vincentdarley Exp $ +# RCS: @(#) $Id: text.test,v 1.36 2004/11/20 15:45:35 vincentdarley Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -65,6 +65,7 @@ foreach test { {-highlightbackground #123 #123 bogus} {-highlightcolor #234 #234 bogus} {-highlightthickness -2 0 bad} + {-inactiveselectbackground #ffff01234567 #ffff01234567 bogus} {-insertbackground green green } {-insertborderwidth 45 45 bogus} {-insertofftime 100 100 2.4} @@ -114,7 +115,7 @@ test text-1.[incr i] {text options} { lappend result [lindex $i 4] } set result -} {1 blue {} {} 0 7 watch {} 0 {} fixed #012 5 #123 #234 0 {} green 45 100 47 2 5 3 82 raised #ffff01234567 21 yellow 0 0 0 0 {} disabled {1i 2i 3i 4i} {any old thing} 1 73 word {x scroll command} {test command}} +} {1 blue {} {} 0 7 watch {} 0 {} fixed #012 5 #123 #234 0 #ffff01234567 green 45 100 47 2 5 3 82 raised #ffff01234567 21 yellow 0 0 0 0 {} disabled {1i 2i 3i 4i} {any old thing} 1 73 word {x scroll command} {test command}} test text-2.1 {Tk_TextCmd procedure} { list [catch {text} msg] $msg -- cgit v0.12