Followup to Bug 593855, some additional needs, a=Bustage
This commit is contained in:
Родитель
1e9b35842b
Коммит
10ba5a5051
|
@ -1,3 +1,5 @@
|
|||
gDEPTH = "../../../../"
|
||||
|
||||
// Import the main scripts that mail tests need to set up and tear down
|
||||
load("../../../../mailnews/resources/mailDirService.js");
|
||||
load("../../../../mailnews/resources/mailTestUtils.js");
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
* Original author: Kent James
|
||||
*/
|
||||
|
||||
load("../../mailnews/resources/logHelper.js");
|
||||
load("../../mailnews/resources/asyncTestUtils.js");
|
||||
load("../../../../mailnews/resources/logHelper.js");
|
||||
load("../../../../mailnews/resources/asyncTestUtils.js");
|
||||
|
||||
load("../../mailnews/resources/messageGenerator.js");
|
||||
load("../../mailnews/resources/messageModifier.js");
|
||||
load("../../mailnews/resources/messageInjection.js");
|
||||
load("../../../../mailnews/resources/messageGenerator.js");
|
||||
load("../../../../mailnews/resources/messageModifier.js");
|
||||
load("../../../../mailnews/resources/messageInjection.js");
|
||||
|
||||
load("resources/viewWrapperTestUtils.js");
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@ var doTestingListener =
|
|||
|
||||
function getSpec(aFileName)
|
||||
{
|
||||
var file = do_get_file("../../../bayesian-spam-filter/test/unit/resources/" + aFileName);
|
||||
var file = do_get_file("../../../extensions/bayesian-spam-filter/test/unit/resources/" + aFileName);
|
||||
var uri = nsIIOService.newFileURI(file).QueryInterface(Ci.nsIURL);
|
||||
uri.query = "type=application/x-message-display";
|
||||
return uri.spec;
|
||||
|
|
Загрузка…
Ссылка в новой задаче