mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Remove tests for removed OS/2 list states, and invalid hittest case
These states were OS/2 specific and have been removed: https://github.com/wxWidgets/wxWidgets/commit/01f9accd19755fdc ("Remove wxPM, wxWidgets port to OS/2.") ONITEMRIGHT is only meaningfull for trees, and was removed from the interface: https://github.com/wxWidgets/wxWidgets/commit/6c9b3a825407b362 ("Improved wxListCtrl::HitTest() docs")
This commit is contained in:
@@ -124,18 +124,12 @@ class listctrl_Tests(wtc.WidgetTestCase):
|
||||
wx.LIST_STATE_FOCUSED
|
||||
wx.LIST_STATE_SELECTED
|
||||
wx.LIST_STATE_CUT
|
||||
wx.LIST_STATE_DISABLED
|
||||
wx.LIST_STATE_FILTERED
|
||||
wx.LIST_STATE_INUSE
|
||||
wx.LIST_STATE_PICKED
|
||||
wx.LIST_STATE_SOURCE
|
||||
|
||||
wx.LIST_HITTEST_ABOVE
|
||||
wx.LIST_HITTEST_BELOW
|
||||
wx.LIST_HITTEST_NOWHERE
|
||||
wx.LIST_HITTEST_ONITEMICON
|
||||
wx.LIST_HITTEST_ONITEMLABEL
|
||||
wx.LIST_HITTEST_ONITEMRIGHT
|
||||
wx.LIST_HITTEST_ONITEMSTATEICON
|
||||
wx.LIST_HITTEST_TOLEFT
|
||||
wx.LIST_HITTEST_TORIGHT
|
||||
|
||||
Reference in New Issue
Block a user