mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Trim trailing space unittests directory
This commit is contained in:
@@ -12,19 +12,19 @@ class imagebrowser_Tests(wtc.WidgetTestCase):
|
||||
# a typical use case
|
||||
dlg = ib.ImageDialog(self.frame, set_dir=os.getcwd())
|
||||
dlg.Destroy()
|
||||
|
||||
|
||||
def test_imagebrowserDlgGetters(self):
|
||||
dlg = ib.ImageDialog(None)
|
||||
dlg.GetFile()
|
||||
dlg.GetDirectory()
|
||||
dlg.Destroy()
|
||||
|
||||
|
||||
def test_imagebrowserDlgChangeTypes(self):
|
||||
dlg = ib.ImageDialog(None)
|
||||
dlg.ChangeFileTypes((("GIF (*.gif)", "*.gif"),
|
||||
("PNG (*.png)", "*.png")))
|
||||
dlg.Destroy()
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user