mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
Fixed IDLE tests after changing re error messages (issue #22578).
This commit is contained in:
parent
ad446d57a9
commit
ce40e1a081
@ -178,7 +178,7 @@ class SearchEngineTest(unittest.TestCase):
|
||||
engine.revar.set(1)
|
||||
Equal(engine.getprog(), None)
|
||||
self.assertEqual(Mbox.showerror.message,
|
||||
'Error: nothing to repeat\nPattern: +')
|
||||
'Error: nothing to repeat at position 0\nPattern: +')
|
||||
|
||||
def test_report_error(self):
|
||||
showerror = Mbox.showerror
|
||||
|
Loading…
Reference in New Issue
Block a user