fix duplicate test name (closes #19126)

This commit is contained in:
Benjamin Peterson 2013-09-29 10:48:19 -04:00
parent 1eca062be6
commit e8c8a592e7

View file

@ -158,7 +158,7 @@ def test_open_new(self):
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)])