summaryrefslogtreecommitdiff
path: root/Lib/test
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-09-29 10:48:19 -0400
committerBenjamin Peterson <benjamin@python.org>2013-09-29 10:48:19 -0400
commitc5fa30ebf089111cbe7b47e95ebde07f1525ec1f (patch)
tree755cab3b805a4972d1b07adf16bc3c41c7c403a6 /Lib/test
parente72bd5f31d92aa0cee780bd168fd56dda6339740 (diff)
downloadcpython-c5fa30ebf089111cbe7b47e95ebde07f1525ec1f.tar.gz
fix duplicate test name (closes #19126)
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_webbrowser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_webbrowser.py b/Lib/test/test_webbrowser.py
index 34b9364a3f..c3292c493d 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)])