diff --git a/TODO.txt b/TODO.txt index 02b6a6a5..99944aea 100644 --- a/TODO.txt +++ b/TODO.txt @@ -140,7 +140,7 @@ other dev stuff * Add a _msw module that will contain classes and such that are only available in the Windows port: - * axbase (ActiveX. Need to figure out best ways to do MSW-only items...) + * axbase (ActiveX.) * wxCHMHelpController * metafile * Any others? diff --git a/unittests/test_headerctrl.py b/unittests/test_headerctrl.py index 134efc24..38c8c4fd 100644 --- a/unittests/test_headerctrl.py +++ b/unittests/test_headerctrl.py @@ -39,6 +39,7 @@ class headerctrl_Tests(wtc.WidgetTestCase): wx.EVT_HEADER_END_REORDER wx.EVT_HEADER_DRAGGING_CANCELLED + @unittest.expectedFailure # it's an abstract class def test_headerctrl2(self): hc = wx.HeaderCtrl(self.frame)