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:
Robin Dunn
2012-06-06 01:15:39 +00:00
parent a9445a95e6
commit 1848134afa

View File

@@ -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()