зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1020581 - Notification resend test feedback improvement and less strict on timestamp. r=mhenretty
This commit is contained in:
Родитель
d322d65c3d
Коммит
76870a99e4
|
@ -155,7 +155,7 @@
|
|||
ok(notif.dbId.match(uuidRegEx), "Notification dbId is valid: " + notif.dbId);
|
||||
is(notif.dir, "ltr", "Notification dir is valid: " + notif.dir);
|
||||
is(notif.tag, "fakeTag", "Notification tag is valid: " + notif.tag);
|
||||
ok((notif.timestamp > now), "Notification timestamp is valid: " + notif.timestamp);
|
||||
ok((notif.timestamp >= now), "Notification timestamp is valid: (" + notif.timestamp + " >= " + now + ")");
|
||||
notif2.close();
|
||||
});
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче