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:
@@ -15,13 +15,13 @@ class dragimag_Tests(wtc.WidgetTestCase):
|
||||
|
||||
def test_dragimag2(self):
|
||||
di = wx.DragImage(wx.Bitmap(pngFile))
|
||||
|
||||
|
||||
def test_dragimag3(self):
|
||||
di = wx.DragImage(wx.Icon(icoFile))
|
||||
|
||||
|
||||
def test_dragimag4(self):
|
||||
di = wx.DragImage("Some draggable text")
|
||||
|
||||
|
||||
def test_dragimag5(self):
|
||||
ctrl = wx.TreeCtrl(self.frame)
|
||||
root = ctrl.AddRoot('root item')
|
||||
@@ -39,13 +39,13 @@ class dragimag_Tests(wtc.WidgetTestCase):
|
||||
|
||||
def test_genericdragimag2(self):
|
||||
di = wx.GenericDragImage(wx.Bitmap(pngFile))
|
||||
|
||||
|
||||
def test_genericdragimag3(self):
|
||||
di = wx.GenericDragImage(wx.Icon(icoFile))
|
||||
|
||||
|
||||
def test_genericdragimag4(self):
|
||||
di = wx.GenericDragImage("Some draggable text")
|
||||
|
||||
|
||||
def test_genericdragimag5(self):
|
||||
ctrl = wx.TreeCtrl(self.frame)
|
||||
root = ctrl.AddRoot('root item')
|
||||
@@ -56,7 +56,7 @@ class dragimag_Tests(wtc.WidgetTestCase):
|
||||
ctrl.AppendColumn('hello')
|
||||
idx = ctrl.InsertItem(0, "a list item")
|
||||
di = wx.GenericDragImage(ctrl, idx)
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user