gecko/netwerk/test/unit_ipc/test_bug528292_wrap.js
Connor 0d246d2171 Bug 575094 - Modify how prefservice is accessed so that it's from the parent process and not from the child process. Also re-enable test_bug528292_wrap.js. r=jdm
--HG--
rename : netwerk/test/unit_ipc/disabled_test_bug528292_wrap.js => netwerk/test/unit_ipc/test_bug528292_wrap.js
2014-10-29 23:58:03 -04:00

6 lines
189 B
JavaScript

Cu.import("resource://gre/modules/Services.jsm");
function run_test() {
Services.prefs.setIntPref("network.cookie.cookieBehavior", 1);
run_test_in_child("../unit/test_bug528292.js");
}