summaryrefslogtreecommitdiffstats
path: root/tests/listbox.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-08-29 15:28:20 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-08-29 15:28:20 (GMT)
commit992eb3df2d03dec6291784e8dca7e6d85b279c7a (patch)
treec885db53fd7bd38e3971e2b93242b2e798961ee9 /tests/listbox.test
parent1052e56fe96f3ece407a6374714af0302c9a5e3c (diff)
parent76052445ac39afd2c455431d80335dd464ed755e (diff)
downloadtk-tip_449.zip
tk-tip_449.tar.gz
tk-tip_449.tar.bz2
Rebased to trunk since TIP #449 was accepted for merging to trunk only, not to core-8-6-branchtip_449
Diffstat (limited to 'tests/listbox.test')
-rw-r--r--tests/listbox.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/listbox.test b/tests/listbox.test
index 407420c..fc243f1 100644
--- a/tests/listbox.test
+++ b/tests/listbox.test
@@ -1403,7 +1403,7 @@ test listbox-4.12 {ConfigureListbox procedure, listvar -> different listvar} -se
} -body {
set x [list a b c d]
set y [list 1 2 3 4]
- listbox .l2
+ listbox .l2
.l2 configure -listvar x
.l2 configure -listvar y
.l2 insert end 5 6 7 8
@@ -1551,7 +1551,7 @@ test listbox-5.6 {ListboxComputeGeometry procedure} -setup {
} -cleanup {
destroy .l
} -result {}
-
+
# Listbox used in 6.*, 7.* tests
destroy .l
@@ -1912,7 +1912,7 @@ test listbox-9.1 {ListboxCmdDeletedProc procedure} -setup {
deleteWindows
} -result {{} {}}
test listbox-9.2 {ListboxCmdDeletedProc procedure, disabling -setgrid} -constraints {
- fonts
+ fonts
} -setup {
destroy .top
} -body {
@@ -2993,7 +2993,7 @@ test listbox-25.2 {listbox item configurations and widget based inserts} -setup
} -cleanup {
destroy .l
} -result {{} red}
-
+
# state issues
test listbox-26.1 {listbox disabled state disallows inserts} -setup {