зеркало из https://github.com/mozilla/pjs.git
Bug 381646 - Re-enable tests for download manager (windows orange patch). r=sayrer
This commit is contained in:
Родитель
f3ce0b14cc
Коммит
b4fb1a73e4
|
@ -46,7 +46,8 @@ function cleanup()
|
||||||
// removing database
|
// removing database
|
||||||
var dbFile = dirSvc.get("ProfD", Ci.nsIFile);
|
var dbFile = dirSvc.get("ProfD", Ci.nsIFile);
|
||||||
dbFile.append("downloads.sqlite");
|
dbFile.append("downloads.sqlite");
|
||||||
if (dbFile.exists()) dbFile.remove(true);
|
if (dbFile.exists())
|
||||||
|
try { dbFile.remove(true); } catch(e) { /* stupid windows box */ }
|
||||||
|
|
||||||
// removing downloaded file
|
// removing downloaded file
|
||||||
var destFile = dirSvc.get("ProfD", Ci.nsIFile);
|
var destFile = dirSvc.get("ProfD", Ci.nsIFile);
|
||||||
|
|
|
@ -48,7 +48,8 @@ function cleanup()
|
||||||
// removing database
|
// removing database
|
||||||
var dbFile = dirSvc.get("ProfD", Ci.nsIFile);
|
var dbFile = dirSvc.get("ProfD", Ci.nsIFile);
|
||||||
dbFile.append("downloads.sqlite");
|
dbFile.append("downloads.sqlite");
|
||||||
if (dbFile.exists()) dbFile.remove(true);
|
if (dbFile.exists())
|
||||||
|
try { dbFile.remove(true); } catch(e) { /* stupid windows box */ }
|
||||||
}
|
}
|
||||||
|
|
||||||
cleanup();
|
cleanup();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче