Bug 801716 Thunderbird Permanent Orange: TEST-UNEXPECTED-FAIL | test_removeDataFromDomain.js | false == true - ensure places history is enabled when running the test. r=ehsan

This commit is contained in:
Mark Banner 2012-10-16 14:54:01 +01:00
parent 2d8eff9c4b
commit c53e719554

View File

@ -624,6 +624,8 @@ let tests = [
function run_test()
{
Services.prefs.setBoolPref("places.history.enabled", true);
for (let i = 0; i < tests.length; i++)
tests[i]();