зеркало из https://github.com/mozilla/pjs.git
Better logging for livemark siteURI test failures
This commit is contained in:
Родитель
7c38022ed5
Коммит
95a71cfc5b
|
@ -54,7 +54,7 @@ var observer =
|
|||
if (aAnnotationName == "livemark/siteURI") {
|
||||
var newSiteURI = annosvc.getItemAnnotation(aItemId, aAnnotationName);
|
||||
ok(newSiteURI == FEEDSITESPEC,
|
||||
"livemark site URI not changed to value in feed");
|
||||
"livemark site URI changed to " + newSiteURI + " not to value in feed");
|
||||
annosvc.removeObserver(this);
|
||||
bmsvc.removeFolder(gLivemarkId);
|
||||
SimpleTest.finish();
|
||||
|
|
Загрузка…
Ссылка в новой задаче