Testing something to determine the problem that's breaking the MozillaTest tinderboxen running automated tests

This commit is contained in:
jwalden%mit.edu 2007-01-31 03:58:25 +00:00
Родитель 7eeed473b4
Коммит 28501d84a3
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -288,6 +288,7 @@ function run_test()
{ {
testsDirectory = Cc["@mozilla.org/file/local;1"] testsDirectory = Cc["@mozilla.org/file/local;1"]
.createInstance(Ci.nsILocalFile); .createInstance(Ci.nsILocalFile);
dumpn("*** topsrcdir: " + do_get_topsrcdir());
testsDirectory.initWithPath(do_get_topsrcdir()); testsDirectory.initWithPath(do_get_topsrcdir());
testsDirectory.append("netwerk"); testsDirectory.append("netwerk");
testsDirectory.append("test"); testsDirectory.append("test");