mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20: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
|
||||
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_joystick2(self):
|
||||
# Creating a Joystick object should fail on Mac. Currently it isn't...
|
||||
# We'll need a new feature added to sip to get it.
|
||||
# Creating a Joystick object should fail on Mac.
|
||||
if 'wxMac' in wx.PlatformInfo:
|
||||
with self.assertRaises(NotImplementedError):
|
||||
j = wx.adv.Joystick()
|
||||
|
||||
Reference in New Issue
Block a user