[Pkg-mozext-commits] [requestpolicy] 94/257: [tst][fix] minor issue: unnecessary semicolon
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 d1e60c8009eee8aeea285e7b577fbc60ca71ded3
Author: Martin Kimmerle <dev at 256k.de>
Date: Fri Oct 16 15:07:04 2015 +0200
[tst][fix] minor issue: unnecessary semicolon
---
tests/marionette/tests/links/text_selection/test_open_in_new_tab.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/marionette/tests/links/text_selection/test_open_in_new_tab.py b/tests/marionette/tests/links/text_selection/test_open_in_new_tab.py
index 3fd7b9e..c5a67f8 100644
--- a/tests/marionette/tests/links/text_selection/test_open_in_new_tab.py
+++ b/tests/marionette/tests/links/text_selection/test_open_in_new_tab.py
@@ -5,7 +5,7 @@
from rp_ui_harness import RequestPolicyTestCase
-TEST_URL = "http://www.maindomain.test/link_1.html";
+TEST_URL = "http://www.maindomain.test/link_1.html"
PREF_DEFAULT_ALLOW = "extensions.requestpolicy.defaultPolicy.allow"
--
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