mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Trim trailing space unittests directory
This commit is contained in:
@@ -15,24 +15,24 @@ class iconbndl_Tests(wtc.WidgetTestCase):
|
||||
ib.AddIcon(icoFile)
|
||||
ib.AddIcon(wx.Icon(icoFile))
|
||||
i = ib.GetIcon()
|
||||
|
||||
|
||||
def test_iconbndl2(self):
|
||||
ib = wx.IconBundle(icoFile)
|
||||
ib2 = wx.IconBundle(ib)
|
||||
|
||||
|
||||
|
||||
|
||||
def test_iconbndl3(self):
|
||||
ib = wx.IconBundle(wx.Icon(icoFile))
|
||||
|
||||
|
||||
def test_iconbndl4(self):
|
||||
ib = wx.IconBundle()
|
||||
|
||||
ib.Icon
|
||||
ib.IconCount
|
||||
|
||||
|
||||
wx.NullIconBundle
|
||||
|
||||
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user