Bug 1310128 - Enable debug output for initial safebrowsing test. draft
authorHenrik Skupin <mail@hskupin.info>
Fri, 14 Oct 2016 11:41:50 +0200
changeset 425142 60147a6aa65a223138ff4cda90f130ac0256a0be
parent 424766 f03e2740d604d339ed553dad62a3fc54c317f8fa
child 533862 c8baa15a3d67d1c43e4296b76615ee070bddda82
push id32364
push userbmo:hskupin@gmail.com
push dateFri, 14 Oct 2016 09:42:17 +0000
bugs1310128
milestone52.0a1
Bug 1310128 - Enable debug output for initial safebrowsing test. MozReview-Commit-ID: 40kAK2zYJ4Q
testing/firefox-ui/tests/functional/security/test_safe_browsing_initial_download.py
--- a/testing/firefox-ui/tests/functional/security/test_safe_browsing_initial_download.py
+++ b/testing/firefox-ui/tests/functional/security/test_safe_browsing_initial_download.py
@@ -27,16 +27,17 @@ class TestSafeBrowsingInitialDownload(Fi
 
     prefs_provider_update_time = {
         # Force an immediate download of the safebrowsing files
         'browser.safebrowsing.provider.google.nextupdatetime': 1,
         'browser.safebrowsing.provider.mozilla.nextupdatetime': 1,
     }
 
     prefs_safebrowsing = {
+        'browser.safebrowsing.debug': True,
         'browser.safebrowsing.blockedURIs.enabled': True,
         'browser.safebrowsing.downloads.enabled': True,
         'browser.safebrowsing.phishing.enabled': True,
         'browser.safebrowsing.malware.enabled': True,
         'privacy.trackingprotection.enabled': True,
         'privacy.trackingprotection.pbmode.enabled': True,
     }