зеркало из https://github.com/mozilla/pjs.git
Unconfuse comment and add prefs for bug 422869
This commit is contained in:
Родитель
971a9c081d
Коммит
d1595d1944
|
@ -95,7 +95,7 @@ function ensure_results(aSearch, aExpected)
|
|||
let value = controller.getValueAt(i);
|
||||
let comment = controller.getCommentAt(i);
|
||||
|
||||
print("Looking for an expected result of " + value + ", " + comment + "...");
|
||||
print("Looking for " + value + ", " + comment + " in expected results...");
|
||||
let j;
|
||||
for (j = 0; j < aExpected.length; j++) {
|
||||
// Skip processed expected results
|
||||
|
@ -153,6 +153,8 @@ try {
|
|||
getService(Ci.nsITaggingService);
|
||||
var iosvc = Cc["@mozilla.org/network/io-service;1"].
|
||||
getService(Ci.nsIIOService);
|
||||
var prefs = Cc["@mozilla.org/preferences-service;1"].
|
||||
getService(Ci.nsIPrefBranch);
|
||||
} catch(ex) {
|
||||
do_throw("Could not get services\n");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче