Just a little cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-07-11 04:25:30 +00:00
parent d0d0f7b8e5
commit 8a9ea4f826
2 changed files with 2 additions and 1 deletions

View File

@@ -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?

View File

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