From 1a3e35c292e68191239d4c7fb681a0ac7b32661d Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Fri, 14 Oct 2016 11:41:50 +0200 Subject: [PATCH] Bug 1310128 - Enable debug output for initial safebrowsing test. r=francois MozReview-Commit-ID: 40kAK2zYJ4Q --HG-- extra : rebase_source : f110c43af8d3e1c642c762f96cd4138804a957f2 --- .../functional/security/test_safe_browsing_initial_download.py | 1 + 1 file changed, 1 insertion(+) diff --git 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 index c70a2f8c9826..6bdfd39066c6 100644 --- 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 @@ -32,6 +32,7 @@ class TestSafeBrowsingInitialDownload(FirefoxTestCase): } prefs_safebrowsing = { + 'browser.safebrowsing.debug': True, 'browser.safebrowsing.blockedURIs.enabled': True, 'browser.safebrowsing.downloads.enabled': True, 'browser.safebrowsing.phishing.enabled': True,