Bug 789344 - osfile.jsm referenced by wrong url. r=nfroyd

This commit is contained in:
Jim Mathies 2012-09-08 06:13:34 -05:00
parent 2efce1ff27
commit eb03628ccf
4 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ self.onmessage = function(msg) {
self.onmessage = function on_unexpected_message(msg) {
throw new Error("Unexpected message " + JSON.stringify(msg.data));
};
importScripts("resource:///modules/osfile.jsm");
importScripts("resource://gre/modules/osfile.jsm");
ok(true, "Initialization complete");
samples = [

View File

@ -62,7 +62,7 @@ function isnot(a, b, description) {
function test_init() {
ok(true, "Starting test_init");
importScripts("resource:///modules/osfile.jsm");
importScripts("resource://gre/modules/osfile.jsm");
}

View File

@ -42,7 +42,7 @@ function isnot(a, b, description) {
function test_init() {
ok(true, "Starting test_init");
importScripts("resource:///modules/osfile.jsm");
importScripts("resource://gre/modules/osfile.jsm");
}
function test_open_close() {

View File

@ -41,7 +41,7 @@ function isnot(a, b, description) {
function test_init() {
ok(true, "Starting test_init");
importScripts("resource:///modules/osfile.jsm");
importScripts("resource://gre/modules/osfile.jsm");
}
function test_OpenClose() {