mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Remove constructor test for no longer existant AuiPanelButton
The helper class was removed in wxWidgets 3.1.4, commit https://github.com/wxWidgets/wxWidgets/commit/5663157674c31ea0 ("Fix link between flags and buttons in wxAuiManager").
This commit is contained in:
@@ -98,10 +98,6 @@ class auiframemanager_Tests(wtc.WidgetTestCase):
|
|||||||
obj = wx.aui.AuiDockUIPart()
|
obj = wx.aui.AuiDockUIPart()
|
||||||
|
|
||||||
|
|
||||||
def test_auiframemanager10(self):
|
|
||||||
obj = wx.aui.AuiPaneButton()
|
|
||||||
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user