summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-17 22:05:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-17 22:05:25 (GMT)
commit6c6b758d9380c823e1bd4ae6316eaae606c0b926 (patch)
treeb30146a7e7ab6d501b3894b5ffbbb482851d466a /tests
parent3b32c45a371ed2aae882f770c71a47e6e196a6dc (diff)
downloadtk-6c6b758d9380c823e1bd4ae6316eaae606c0b926.zip
tk-6c6b758d9380c823e1bd4ae6316eaae606c0b926.tar.gz
tk-6c6b758d9380c823e1bd4ae6316eaae606c0b926.tar.bz2
Proposed fix for [3b4a9ed919]: Don't specify option database and initialization value any more
Diffstat (limited to 'tests')
-rw-r--r--tests/listbox.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/listbox.test b/tests/listbox.test
index 6b32297..e9d06e1 100644
--- a/tests/listbox.test
+++ b/tests/listbox.test
@@ -2830,12 +2830,12 @@ test listbox-23.2 {ConfigureListboxItem} -setup {
.l itemconfigure 0
} -cleanup {
destroy .l
-} -result [list {-background background Background {} {}} \
+} -result [list {-background {} {} {} {}} \
{-bg -background} \
{-fg -foreground} \
- {-foreground foreground Foreground {} {}} \
- {-selectbackground selectBackground Foreground {} {}} \
- {-selectforeground selectForeground Background {} {}}]
+ {-foreground {} {} {} {}} \
+ {-selectbackground {} {} {} {}} \
+ {-selectforeground {} {} {} {}}]
test listbox-23.3 {ConfigureListboxItem, itemco shortcut} -setup {
destroy .l
} -body {
@@ -2844,7 +2844,7 @@ test listbox-23.3 {ConfigureListboxItem, itemco shortcut} -setup {
.l itemco 0 -background
} -cleanup {
destroy .l
-} -result {-background background Background {} {}}
+} -result {-background {} {} {} {}}
test listbox-23.4 {ConfigureListboxItem, wrong num args} -setup {
destroy .l
} -body {