From 1861e8412d565c4b61b91437c69129745800f819 Mon Sep 17 00:00:00 2001 From: fvogel Date: Sun, 24 Apr 2022 17:19:20 +0000 Subject: Further stabilize panedwindow-23.30 since [022d2c75] was still not 100% enough. This test was found to fail once on macOS with xcode, and when this happened panedwindow-23.29 failed as well (therefore, apply the same stabilization to this latter test). --- tests/panedwindow.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/panedwindow.test b/tests/panedwindow.test index 4ffcbe2..c2b0774 100644 --- a/tests/panedwindow.test +++ b/tests/panedwindow.test @@ -4922,7 +4922,7 @@ test panedwindow-23.29 {ConfigurePanes, -hide works} -setup { lappend result [winfo width .f1] [winfo width .f2] [winfo width .f3] \ [winfo width .f4] [winfo width .p] .p paneconfigure .f2 -hide 1 - update + update ; after 100 ; update lappend result [winfo ismapped .f1] [winfo ismapped .f2] \ [winfo ismapped .f3] [winfo ismapped .f4] lappend result [winfo width .f1] [winfo width .f2] [winfo width .f3] \ @@ -4951,7 +4951,7 @@ test panedwindow-23.30 {ConfigurePanes, -hide works} -setup { lappend result [winfo width .f1] [winfo width .f2] [winfo width .f3] \ [winfo width .f4] [winfo width .p] .p paneconfigure .f2 -hide 1 - update + update ; after 100 ; update lappend result [winfo ismapped .f1] [winfo ismapped .f2] \ [winfo ismapped .f3] [winfo ismapped .f4] lappend result [winfo width .f1] [winfo width .f2] [winfo width .f3] \ -- cgit v0.12