mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 03:50:06 +01:00
Some little tweaks and fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,13 +17,14 @@ class animate_Tests(wtc.WidgetTestCase):
|
||||
self.assertTrue(ani.IsOk())
|
||||
anictrl = wx.adv.AnimationCtrl(self.frame, anim=ani)
|
||||
anictrl.Play()
|
||||
|
||||
self.waitFor(500)
|
||||
|
||||
def test_animate2(self):
|
||||
ani = wx.adv.Animation(gifFile)
|
||||
self.assertTrue(ani.IsOk())
|
||||
anictrl = wx.adv.AnimationCtrl(self.frame, anim=ani)
|
||||
anictrl.Play()
|
||||
self.waitFor(500)
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user