skip progress dialog test on Windows for now...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-03-02 21:53:45 +00:00
parent 54c490c8c7
commit 3d1ce52150

View File

@@ -1,12 +1,13 @@
import imp_unittest, unittest
import wtc
import wx
import sys
#---------------------------------------------------------------------------
class progdlg_Tests(wtc.WidgetTestCase):
@unittest.skipIf(sys.platform.startswith("win"), "not running on Windows")
def test_progdlg1(self):
max = 50
dlg = wx.ProgressDialog("Progress dialog example",