diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-02-11 19:05:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-02-11 19:05:15 (GMT) |
commit | d25597c12ab6684b16f3bd59198e771a1c570d03 (patch) | |
tree | 71a4eb772b21bd3ce7f735b882b17f19efd136dd /tests/listbox.test | |
parent | df8f1052f86f01d453f2c9d5636dc8ef2753a64a (diff) | |
download | tk-d25597c12ab6684b16f3bd59198e771a1c570d03.zip tk-d25597c12ab6684b16f3bd59198e771a1c570d03.tar.gz tk-d25597c12ab6684b16f3bd59198e771a1c570d03.tar.bz2 |
Adapt documentation and test-case
Diffstat (limited to 'tests/listbox.test')
-rw-r--r-- | tests/listbox.test | 2 |
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"} |