diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-09-29 14:48:39 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-09-29 14:48:39 (GMT) |
commit | 177d89ce90b5cfbe59488dddb3291ef8a1e1ef37 (patch) | |
tree | f46ae3020a8a142b574c6760d7cb29431bc1b8ac | |
parent | e86eb89b97ddc023fdf99681c90976d5e2876ef2 (diff) | |
parent | e8c8a592e769196d3b15e85ff63fca04c670d391 (diff) | |
download | cpython-177d89ce90b5cfbe59488dddb3291ef8a1e1ef37.zip cpython-177d89ce90b5cfbe59488dddb3291ef8a1e1ef37.tar.gz cpython-177d89ce90b5cfbe59488dddb3291ef8a1e1ef37.tar.bz2 |
merge 3.3 (#19126)
-rw-r--r-- | Lib/test/test_webbrowser.py | 2 |
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)]) |