[Pkg-mozext-commits] [requestpolicy] 196/257: [tst][fix] old rules page: leaked rules

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:20:12 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 c34abeaacab6461deee021f4437b60d4383f222a
Author: Martin Kimmerle <dev at 256k.de>
Date:   Sun Dec 6 01:44:33 2015 +0100

    [tst][fix] old rules page: leaked rules
---
 tests/marionette/rp_puppeteer/tests/test_old_rules_page.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/marionette/rp_puppeteer/tests/test_old_rules_page.py b/tests/marionette/rp_puppeteer/tests/test_old_rules_page.py
index 34ac4d8..ce4d9c5 100644
--- a/tests/marionette/rp_puppeteer/tests/test_old_rules_page.py
+++ b/tests/marionette/rp_puppeteer/tests/test_old_rules_page.py
@@ -25,7 +25,7 @@ class TestOldRulesPage(RequestPolicyTestCase):
     def tearDown(self):
         try:
             self.prefs.old_rules.remove_all_prefs()
-            self.rules.remove_all()
+            self.rules.remove_all(store=True)
             self.marionette.set_context("chrome")
         finally:
             super(TestOldRulesPage, self).tearDown()

-- 
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