mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Merge pull request #1131 from swt2c/fix_access_test
Xfail unimplemented access test instead of failing it
(cherry picked from commit 92fc4afa9d)
This commit is contained in:
@@ -7,6 +7,7 @@ import wx
|
|||||||
class access_Tests(wtc.WidgetTestCase):
|
class access_Tests(wtc.WidgetTestCase):
|
||||||
|
|
||||||
# TODO: Remove this test and add real ones.
|
# TODO: Remove this test and add real ones.
|
||||||
|
@unittest.expectedFailure
|
||||||
def test_access1(self):
|
def test_access1(self):
|
||||||
self.fail("Unit tests for access not implemented yet.")
|
self.fail("Unit tests for access not implemented yet.")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user