Fix scrolwin test

This commit is contained in:
Scott Talbert
2016-08-18 20:13:14 -04:00
parent ca34d719be
commit 24a45b69f4

View File

@@ -61,7 +61,7 @@ class scrolwin_Tests(wtc.WidgetTestCase):
self.commonBits(w)
w.Refresh()
self.myUpdate(w)
self.myYield()
self.waitFor(100)
self.assertTrue(w.flag) # True if OnDraw was called
#---------------------------------------------------------------------------