Trim trailing space unittests directory

This commit is contained in:
Metallicow
2016-12-05 16:19:11 -06:00
parent 2de746beda
commit 9568103974
299 changed files with 2896 additions and 2898 deletions

View File

@@ -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
#---------------------------------------------------------------------------