summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-02-11 19:05:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-02-11 19:05:15 (GMT)
commit5c01788dc22a4a2f8e6d9e943dc61a5b73b28291 (patch)
tree71a4eb772b21bd3ce7f735b882b17f19efd136dd /tests
parent7eb4c1166891ec63b165278baa86e5f4bd23aca8 (diff)
downloadtk-5c01788dc22a4a2f8e6d9e943dc61a5b73b28291.zip
tk-5c01788dc22a4a2f8e6d9e943dc61a5b73b28291.tar.gz
tk-5c01788dc22a4a2f8e6d9e943dc61a5b73b28291.tar.bz2
Adapt documentation and test-case
Diffstat (limited to 'tests')
-rw-r--r--tests/listbox.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/listbox.test b/tests/listbox.test
index e05d574..72b1cdf 100644
--- a/tests/listbox.test
+++ b/tests/listbox.test
@@ -455,7 +455,7 @@ test listbox-3.22 {ListboxWidgetCmd procedure, "cget" option} -body {
} -result {0}
test listbox-3.23 {ListboxWidgetCmd procedure, "configure" option} -body {
llength [.l configure]
-} -result {27}
+} -result {28}
test listbox-3.24 {ListboxWidgetCmd procedure, "configure" option} -body {
.l configure -gorp
} -returnCodes error -result {unknown option "-gorp"}