diff options
-rw-r--r-- | tests/listbox.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/listbox.test b/tests/listbox.test index 886dfe1..f1546d7 100644 --- a/tests/listbox.test +++ b/tests/listbox.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: listbox.test,v 1.11 1999/11/24 01:09:08 ericm Exp $ +# RCS: @(#) $Id: listbox.test,v 1.12 2000/02/01 11:41:22 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -1945,8 +1945,8 @@ test listbox-23.2 {ConfigureListboxItem} { {-bg -background} \ {-fg -foreground} \ {-foreground foreground Foreground {} {}} \ - {-selectbackground selectBackground Background {} {}} \ - {-selectforeground selectForeground Foreground {} {}}] + {-selectbackground selectBackground Foreground {} {}} \ + {-selectforeground selectForeground Background {} {}}] test listbox-23.3 {ConfigureListboxItem, itemco shortcut} { catch {destroy .l} listbox .l |