mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Trim trailing space unittests directory
This commit is contained in:
@@ -12,7 +12,7 @@ class infobar_Tests(wtc.WidgetTestCase):
|
||||
def test_infobarDefaultCtor(self):
|
||||
ib = wx.InfoBar()
|
||||
ib.Create(self.frame)
|
||||
|
||||
|
||||
def test_infobar1(self):
|
||||
ib = wx.InfoBar(self.frame)
|
||||
ib.ShowMessage("hello world")
|
||||
@@ -27,7 +27,7 @@ class infobar_Tests(wtc.WidgetTestCase):
|
||||
self.myYield()
|
||||
ib.RemoveButton(wx.ID_SAVE)
|
||||
ib.Dismiss()
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user