Issue #1289 - Part 3: Update tests.

This commit is contained in:
wolfbeast 2019-11-14 12:17:00 +01:00 committed by Roy Tam
commit 08a2dbad4c
9 changed files with 46 additions and 5 deletions

View file

@ -96,6 +96,7 @@ function checkStateWritten(aSubject, aTopic, aData) {
}
function run_test() {
Services.prefs.setBoolPref("security.cert_pinning.hpkp.enabled", true);
Services.prefs.setIntPref("test.datastorage.write_timer_ms", 100);
gProfileDir = do_get_profile();
let SSService = Cc["@mozilla.org/ssservice;1"]