diff options
author | vincentdarley <vincentdarley> | 2004-11-20 15:45:34 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-11-20 15:45:34 (GMT) |
commit | 66cb1cc6871f676e0547dc5ad8c24525c7b96815 (patch) | |
tree | c496bbc032fa289a2f4d20fa382b0fddd5320e68 /tests/text.test | |
parent | 7feb37abc51c9b72df80087ce314e81d534de566 (diff) | |
download | tk-66cb1cc6871f676e0547dc5ad8c24525c7b96815.zip tk-66cb1cc6871f676e0547dc5ad8c24525c7b96815.tar.gz tk-66cb1cc6871f676e0547dc5ad8c24525c7b96815.tar.bz2 |
fix to test's platform sensitivities
Diffstat (limited to 'tests/text.test')
-rw-r--r-- | tests/text.test | 5 |
1 files changed, 3 insertions, 2 deletions
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 <bogus>} {-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 |