mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Trim trailing space unittests directory
This commit is contained in:
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user