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

@@ -9,14 +9,14 @@ class helpdata_Tests(wtc.WidgetTestCase):
def test_helpdata1(self):
obj = wx.html.HtmlBookRecord("file", "path", "title", "start")
def test_helpdata2(self):
obj = wx.html.HtmlHelpDataItem()
def test_helpdata3(self):
obj = wx.html.HtmlHelpData()
def test_helpdata4(self):
wx.html.HF_TOOLBAR,
wx.html.HF_CONTENTS,
@@ -60,7 +60,7 @@ class helpdata_Tests(wtc.WidgetTestCase):
wx.html.ID_HTML_SEARCHBUTTON,
wx.html.ID_HTML_SEARCHCHOICE,
wx.html.ID_HTML_COUNTINFO
#---------------------------------------------------------------------------
if __name__ == '__main__':