mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
Orange fix. rs=gavin.sharp
This commit is contained in:
parent
b6d8dd200b
commit
48b5d9c4c7
@ -199,6 +199,8 @@ function test_backup_new_folder()
|
||||
var msc = getOpenedDatabase();
|
||||
var parentDir = getTestDB().parent;
|
||||
parentDir.append("test_storage_temp");
|
||||
if (parentDir.exists())
|
||||
parentDir.remove(true);
|
||||
parentDir.create(Ci.nsIFile.DIRECTORY_TYPE, 0755);
|
||||
do_check_true(parentDir.exists());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user