1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/netwerk/test/unit_ipc/test_bug248970_cookie_wrap.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,7 @@ 1.4 +Cu.import("resource://gre/modules/Services.jsm"); 1.5 + 1.6 +function run_test() { 1.7 + // Allow all cookies. 1.8 + Services.prefs.setIntPref("network.cookie.cookieBehavior", 0); 1.9 + run_test_in_child("../unit/test_bug248970_cookie.js"); 1.10 +} 1.11 \ No newline at end of file