From e70c123f6076f327d0675c187e53f3e9c7e52e3a Mon Sep 17 00:00:00 2001 From: fvogel Date: Fri, 23 Oct 2015 16:20:08 +0000 Subject: Fixed [ac6ca22363] - ttk/spinbox-1.8.4 test fails on Win7 --- tests/ttk/spinbox.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v0.12