From 8a9ea4f826f38d3a5b60a0a60351cd1fd23ac95d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 11 Jul 2012 04:25:30 +0000 Subject: [PATCH] Just a little cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- TODO.txt | 2 +- unittests/test_headerctrl.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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)