mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 03:50:06 +01:00
Trim trailing space unittests directory
This commit is contained in:
@@ -8,19 +8,19 @@ pngFile = os.path.join(os.path.dirname(__file__), 'toucan.png')
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class BitmapButtonTests(wtc.WidgetTestCase):
|
||||
|
||||
|
||||
def test_BitmapButtonCtor(self):
|
||||
bmp = wx.Bitmap(pngFile)
|
||||
btn = wx.BitmapButton(self.frame, -1, bmp)
|
||||
|
||||
|
||||
|
||||
def test_BitmapButtonDefaultCtor(self):
|
||||
bmp = wx.Bitmap(pngFile)
|
||||
btn = wx.BitmapButton()
|
||||
btn.Create(self.frame, -1, bmp)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user