summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-06-16 22:28:58 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-06-16 22:28:58 (GMT)
commitbbd4aec0a0f06d2dd2c0d12ecfe1356faecbf7dd (patch)
tree5c5a83ae10472435f57ae87f3164770417fe554e /tests
parentfb4bf25105389d2e3c0cae6cf736d3b6b3330a1a (diff)
downloadtk-bbd4aec0a0f06d2dd2c0d12ecfe1356faecbf7dd.zip
tk-bbd4aec0a0f06d2dd2c0d12ecfe1356faecbf7dd.tar.gz
tk-bbd4aec0a0f06d2dd2c0d12ecfe1356faecbf7dd.tar.bz2
Spacing between tests
Diffstat (limited to 'tests')
-rw-r--r--tests/ttk/spinbox.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ttk/spinbox.test b/tests/ttk/spinbox.test
index 5a720ea..40cb244 100644
--- a/tests/ttk/spinbox.test
+++ b/tests/ttk/spinbox.test
@@ -259,6 +259,7 @@ test spinbox-4.1 "Increment with duplicates in -values, wrap, initial value set"
destroy .sb
unset -nocomplain ::spinbox_test max
} -result {three 4 5 two six one two three 4 5 one six two 5 4 three two one six}
+
test spinbox-4.2 "Increment with duplicates in -values, no wrap" -setup {
ttk::spinbox .sb -values {one two three 4 5 two six} -wrap false
set max [expr {[llength [.sb cget -values]] + 2}]