mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
remove expectedFailure decorator, because it should not fail now with the new sip.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,10 +28,8 @@ class joystick_Tests(wtc.WidgetTestCase):
|
|||||||
wx.EVT_JOYSTICK_EVENTS
|
wx.EVT_JOYSTICK_EVENTS
|
||||||
|
|
||||||
|
|
||||||
@unittest.expectedFailure
|
|
||||||
def test_joystick2(self):
|
def test_joystick2(self):
|
||||||
# Creating a Joystick object should fail on Mac. Currently it isn't...
|
# Creating a Joystick object should fail on Mac.
|
||||||
# We'll need a new feature added to sip to get it.
|
|
||||||
if 'wxMac' in wx.PlatformInfo:
|
if 'wxMac' in wx.PlatformInfo:
|
||||||
with self.assertRaises(NotImplementedError):
|
with self.assertRaises(NotImplementedError):
|
||||||
j = wx.adv.Joystick()
|
j = wx.adv.Joystick()
|
||||||
|
|||||||
Reference in New Issue
Block a user