mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Trim trailing space unittests directory
This commit is contained in:
@@ -9,19 +9,19 @@ class dirctrl_Tests(wtc.WidgetTestCase):
|
||||
def test_dirctrlCtor(self):
|
||||
d = wx.GenericDirCtrl(self.frame)
|
||||
|
||||
|
||||
|
||||
def test_dirctrlDefaultCtor(self):
|
||||
d = wx.GenericDirCtrl()
|
||||
d.Create(self.frame)
|
||||
|
||||
|
||||
|
||||
|
||||
def test_dirctrlFlags(self):
|
||||
wx.DIRCTRL_DIR_ONLY
|
||||
wx.DIRCTRL_SELECT_FIRST
|
||||
wx.DIRCTRL_3D_INTERNAL
|
||||
wx.DIRCTRL_EDIT_LABELS
|
||||
wx.DIRCTRL_MULTIPLE
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user