Fix SearchCtrl test by removing checks for TextCtrl methods

Since commit 9eb9497afc ("The new native wxSearchCtrl on GTK does not
include the wxTextCtrl methods, just those from wxTextEntry.") the
methods are no longer part of the SearchCtrl.
This commit is contained in:
Stefan Brüns
2020-07-27 03:37:03 +02:00
parent ae237e7c45
commit 4d2beb5be5

View File

@@ -48,11 +48,7 @@ class srchctrl_Tests(wtc.WidgetTestCase):
t = wx.SearchCtrl(self.frame)
t.Cut
t.CanCut
t.DiscardEdits
t.GetDefaultStyle
t.GetNumberOfLines
t.GetStyle
t.IsModified
t.IsEditable
t.HitTest
t.AppendText
t.WriteText