summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2015-10-23 18:50:28 (GMT)
committerdgp <dgp@noemail.net>2015-10-23 18:50:28 (GMT)
commitadeb66e054cbae955834c60dc493ea562ed005ed (patch)
treecfe3a2e485e45351e4c665323b6695f9a8dd65c2 /tests
parent91aa15ab9d666193a7d50a80875695f7d3dd339a (diff)
parent265eb53de1cab864d0cb5f71f4695aab51a7cdf2 (diff)
downloadtk-adeb66e054cbae955834c60dc493ea562ed005ed.zip
tk-adeb66e054cbae955834c60dc493ea562ed005ed.tar.gz
tk-adeb66e054cbae955834c60dc493ea562ed005ed.tar.bz2
merge 8.5
FossilOrigin-Name: c6967f003a3bf8e812e27987885018d14e3ff8b8
Diffstat (limited to 'tests')
-rw-r--r--tests/ttk/spinbox.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttk/spinbox.test b/tests/ttk/spinbox.test
index f7741c6..32b77af 100644
--- a/tests/ttk/spinbox.test
+++ b/tests/ttk/spinbox.test
@@ -143,7 +143,7 @@ test spinbox-1.8.4 "-validate option: " -setup {
.sb configure -validate all -validatecommand {lappend ::spinbox_test %P}
pack .sb
.sb set 50
- focus .sb
+ focus -force .sb
after 500 {set ::spinbox_wait 1} ; vwait ::spinbox_wait
set ::spinbox_test
} -cleanup {