summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-09-29 14:48:39 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-09-29 14:48:39 (GMT)
commit177d89ce90b5cfbe59488dddb3291ef8a1e1ef37 (patch)
treef46ae3020a8a142b574c6760d7cb29431bc1b8ac /Lib
parente86eb89b97ddc023fdf99681c90976d5e2876ef2 (diff)
parente8c8a592e769196d3b15e85ff63fca04c670d391 (diff)
downloadcpython-177d89ce90b5cfbe59488dddb3291ef8a1e1ef37.zip
cpython-177d89ce90b5cfbe59488dddb3291ef8a1e1ef37.tar.gz
cpython-177d89ce90b5cfbe59488dddb3291ef8a1e1ef37.tar.bz2
merge 3.3 (#19126)
Diffstat (limited to 'Lib')
-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 34b9364..c3292c4 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)])