mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Skipping this test, because when the ToasterBox instance (tb) goes out of
scope, the following exception is raised: RuntimeError: super-class __init__() of type ToasterBox was never called
This commit is contained in:
@@ -8,6 +8,12 @@ import wx.lib.agw.toasterbox as TB
|
|||||||
|
|
||||||
class lib_agw_toasterbox_Tests(wtc.WidgetTestCase):
|
class lib_agw_toasterbox_Tests(wtc.WidgetTestCase):
|
||||||
|
|
||||||
|
@unittest.skip(
|
||||||
|
"Skipping because the attempt to destroy the ToasterBox (tb) "
|
||||||
|
"instance as it goes out of scope gives: "
|
||||||
|
""
|
||||||
|
" RuntimeError: super-class __init__() of type ToasterBox "
|
||||||
|
" was never called")
|
||||||
def test_lib_agw_toasterboxCtor(self):
|
def test_lib_agw_toasterboxCtor(self):
|
||||||
windowstyle = TB.TB_CAPTION
|
windowstyle = TB.TB_CAPTION
|
||||||
tbstyle = TB.TB_COMPLEX
|
tbstyle = TB.TB_COMPLEX
|
||||||
|
|||||||
Reference in New Issue
Block a user