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,19 +15,19 @@ class tipdlg_Tests(wtc.WidgetTestCase):
|
||||
wx.CallLater(150, self.closeDialogs)
|
||||
wx.adv.ShowTip(self.frame, tp)
|
||||
self.myYield()
|
||||
|
||||
|
||||
|
||||
|
||||
def test_tipdlg2(self):
|
||||
class MyTipProvider(wx.adv.TipProvider):
|
||||
def GetTip(self):
|
||||
return "This is my tip"
|
||||
|
||||
|
||||
wx.CallLater(150, self.closeDialogs)
|
||||
wx.adv.ShowTip(self.frame, MyTipProvider(0))
|
||||
self.myYield()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user