[Pkg-mozext-commits] [requestpolicy] 93/257: [tst][fix] minor issue: wrong test-class name
David Prévot
taffit at moszumanska.debian.org
Thu Jan 28 03:20:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository requestpolicy.
commit abfd4d854de1d9e79b8514f4fa0ecd8b1e351ce0
Author: Martin Kimmerle <dev at 256k.de>
Date: Fri Oct 16 15:06:45 2015 +0200
[tst][fix] minor issue: wrong test-class name
---
tests/marionette/rp_puppeteer/tests/test_context_menu.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/marionette/rp_puppeteer/tests/test_context_menu.py b/tests/marionette/rp_puppeteer/tests/test_context_menu.py
index 88b768d..75b0618 100644
--- a/tests/marionette/rp_puppeteer/tests/test_context_menu.py
+++ b/tests/marionette/rp_puppeteer/tests/test_context_menu.py
@@ -7,10 +7,10 @@ from rp_puppeteer.errors import ElementNotDisplayedException
from marionette_driver.errors import NoSuchElementException
-class TestLinkClickRedirectInNewTab(RequestPolicyTestCase):
+class TestContextMenu(RequestPolicyTestCase):
def setUp(self):
- super(TestLinkClickRedirectInNewTab, self).setUp()
+ super(TestContextMenu, self).setUp()
# A page with a link to the domain's root.
self.test_url = "http://www.maindomain.test/link.html?/"
@@ -23,7 +23,7 @@ class TestLinkClickRedirectInNewTab(RequestPolicyTestCase):
try:
self.browser.tabbar.close_all_tabs(exceptions=[self.origin_tab])
finally:
- super(TestLinkClickRedirectInNewTab, self).tearDown()
+ super(TestContextMenu, self).tearDown()
def test_select_entry__normal(self):
# Open Link in New Tab.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git
More information about the Pkg-mozext-commits
mailing list