summaryrefslogtreecommitdiffstats
path: root/tests/listbox.test
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-02-01 11:41:22 (GMT)
committerhobbs <hobbs>2000-02-01 11:41:22 (GMT)
commitdb70212c93ef7d9308f60605350b00f38d6f0433 (patch)
treee1d2c5394c3ed4c36e70825315021541fa9160ff /tests/listbox.test
parent72b28710ff138c84a191a1e44c2207ba58522870 (diff)
downloadtk-db70212c93ef7d9308f60605350b00f38d6f0433.zip
tk-db70212c93ef7d9308f60605350b00f38d6f0433.tar.gz
tk-db70212c93ef7d9308f60605350b00f38d6f0433.tar.bz2
* tests/listbox.test: corrected test case for listbox itemconfigure
Diffstat (limited to 'tests/listbox.test')
-rw-r--r--tests/listbox.test6
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