mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
2d8eff9c4b
commit
c53e719554
@ -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]();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user