summaryrefslogtreecommitdiff
path: root/Lib/idlelib/idle_test
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-10-13 22:04:07 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2015-10-13 22:04:07 -0400
commit6b5cace2f50e5a689e5f55ed574fec9085161cc5 (patch)
treeb55505a187547ef0c6f916815685ca80bb15346f /Lib/idlelib/idle_test
parent474e06d03df5908cbf68990907133286ef070239 (diff)
parent8ea7967b9e99a24ff08a876ceb14f7c87b22a377 (diff)
downloadcpython-6b5cace2f50e5a689e5f55ed574fec9085161cc5.tar.gz
Merge with 3.4
Diffstat (limited to 'Lib/idlelib/idle_test')
-rw-r--r--Lib/idlelib/idle_test/test_searchengine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/test_searchengine.py b/Lib/idlelib/idle_test/test_searchengine.py
index c7792fb188..edbd558133 100644
--- a/Lib/idlelib/idle_test/test_searchengine.py
+++ b/Lib/idlelib/idle_test/test_searchengine.py
@@ -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