Fix test bustage introduced with bug 587027 part 4

(oddly no failure in the add-on test harness)
This commit is contained in:
Philipp von Weitershausen 2010-08-31 16:18:50 +02:00
parent 4a9a61cc08
commit 1fad5595ba

View File

@ -1,7 +1,7 @@
Cu.import("resource://services-sync/base_records/crypto.js");
Cu.import("resource://services-sync/base_records/keys.js");
Cu.import("resource://services-sync/util.js");
Cu.import("resource://services-sync/base_records/identity.js");
Cu.import("resource://services-sync/identity.js");
function run_test() {
let passphrase = ID.set("WeaveCryptoID", new Identity());