зеркало из https://github.com/mozilla/pjs.git
Fix orange in test_treeview_date.xul due to bug 519479
This commit is contained in:
Родитель
b4f660f033
Коммит
72bcc0765c
|
@ -156,6 +156,10 @@
|
|||
var text = treeView.getCellText(r, c);
|
||||
switch (c.element.getAttribute("anonid")) {
|
||||
case "title":
|
||||
// The title can differ, we did not set any title so we would
|
||||
// expect null, but in such a case the view will generate a title
|
||||
// through PlacesUIUtils.getBestTitle.
|
||||
if (node.title)
|
||||
is(text, node.title, "Title is correct");
|
||||
break;
|
||||
case "url":
|
||||
|
|
Загрузка…
Ссылка в новой задаче