From db70212c93ef7d9308f60605350b00f38d6f0433 Mon Sep 17 00:00:00 2001 From: hobbs Date: Tue, 1 Feb 2000 11:41:22 +0000 Subject: * tests/listbox.test: corrected test case for listbox itemconfigure --- tests/listbox.test | 6 +++--- 1 file 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 -- cgit v0.12