Followup to Bug 593855, some additional needs, a=Bustage

This commit is contained in:
Justin Wood 2010-09-09 18:42:34 -04:00
Родитель 1e9b35842b
Коммит 10ba5a5051
3 изменённых файлов: 8 добавлений и 6 удалений

Просмотреть файл

@ -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;