From: Benjamin Peterson Date: Sun, 29 Sep 2013 14:48:19 +0000 (-0400) Subject: fix duplicate test name (closes #19126) X-Git-Tag: v3.4.0a4~310^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8c8a592e769196d3b15e85ff63fca04c670d391;p=thirdparty%2FPython%2Fcpython.git fix duplicate test name (closes #19126) --- diff --git a/Lib/test/test_webbrowser.py b/Lib/test/test_webbrowser.py index 34b9364a3fa2..c3292c493d16 100644 --- a/Lib/test/test_webbrowser.py +++ b/Lib/test/test_webbrowser.py @@ -158,7 +158,7 @@ class OperaCommandTest(CommandTestMixin, unittest.TestCase): options=['-remote'], arguments=['openURL({},new-window)'.format(URL)]) - def test_open_new(self): + def test_open_new_tab(self): self._test('open_new_tab', options=['-remote'], arguments=['openURL({},new-page)'.format(URL)])