summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-03-05 22:45:48 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-03-05 22:45:48 (GMT)
commit4faa4997f4fd9227d43916f5909320d075cfd6e0 (patch)
treec6ac4f69f107ec7f105b49a4c64c475aa6ea516a
parent84bf8fd4afa16d97d785b59d9c61d505aadfbb4c (diff)
downloadtk-4faa4997f4fd9227d43916f5909320d075cfd6e0.zip
tk-4faa4997f4fd9227d43916f5909320d075cfd6e0.tar.gz
tk-4faa4997f4fd9227d43916f5909320d075cfd6e0.tar.bz2
Fix spinbox-3.15 test result since two new options were added in the ouput of [.spinbox configure]
-rw-r--r--tests/spinbox.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spinbox.test b/tests/spinbox.test
index f9e11b6..079f2e0 100644
--- a/tests/spinbox.test
+++ b/tests/spinbox.test
@@ -1163,7 +1163,7 @@ test spinbox-3.15 {SpinboxWidgetCmd procedure, "configure" widget command} -setu
llength [.e configure]
} -cleanup {
destroy .e
-} -result {49}
+} -result {51}
test spinbox-3.16 {SpinboxWidgetCmd procedure, "configure" widget command} -setup {
spinbox .e
} -body {