mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
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:
@@ -1,12 +1,13 @@
|
|||||||
import imp_unittest, unittest
|
import imp_unittest, unittest
|
||||||
import wtc
|
import wtc
|
||||||
import wx
|
import wx
|
||||||
|
import sys
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
||||||
class progdlg_Tests(wtc.WidgetTestCase):
|
class progdlg_Tests(wtc.WidgetTestCase):
|
||||||
|
|
||||||
|
@unittest.skipIf(sys.platform.startswith("win"), "not running on Windows")
|
||||||
def test_progdlg1(self):
|
def test_progdlg1(self):
|
||||||
max = 50
|
max = 50
|
||||||
dlg = wx.ProgressDialog("Progress dialog example",
|
dlg = wx.ProgressDialog("Progress dialog example",
|
||||||
|
|||||||
Reference in New Issue
Block a user