]> granicus.if.org Git - python/commitdiff
fix duplicate test name (closes #19126)
authorBenjamin Peterson <benjamin@python.org>
Sun, 29 Sep 2013 14:48:19 +0000 (10:48 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sun, 29 Sep 2013 14:48:19 +0000 (10:48 -0400)
Lib/test/test_webbrowser.py

index 34b9364a3fa22767f6be7a67347c2ff4355966aa..c3292c493d16095c348307187464e2163e98cc98 100644 (file)
@@ -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)])