Bug 1360320 - Use a temporary directory for testing Entries API, r=smaug

This commit is contained in:
Andrea Marchesini 2017-07-04 05:40:50 +02:00
parent c3f6540638
commit 7398ce85e3

View File

@ -27,7 +27,7 @@ function create_fileList() {
}
script.addMessageListener("dir.opened", onOpened);
script.sendAsyncMessage("dir.open", { path: 'ProfD' });
script.sendAsyncMessage("dir.open", { path: 'test' });
}
function test_worker() {