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:
@@ -5,17 +5,17 @@ import wx
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class ControlTests(wtc.WidgetTestCase):
|
||||
|
||||
|
||||
def test_ControlCtors(self):
|
||||
c = wx.Control(self.frame)
|
||||
c = wx.Control(self.frame, -1, wx.Point(10,10), wx.Size(80,-1))
|
||||
|
||||
|
||||
|
||||
|
||||
def test_ControlDefaultCtor(self):
|
||||
c = wx.Control()
|
||||
c.Create(self.frame)
|
||||
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user