mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug 427142 - sporadic test failure on bm-win2k3-pgo01 (WALLPAPER, for mak77@supereva.it, r=dietrich, a=mconnor)
This commit is contained in:
parent
a6d840d29b
commit
d57c8bdbf7
@ -124,6 +124,9 @@ function run_test() {
|
||||
// test live update of lastModified caused by other changes:
|
||||
// set title (causing update of last modified)
|
||||
var oldLastModified = bmsvc.getItemLastModified(bookmarkId);
|
||||
// This double call to setItemTitle is a temporary hack to workaround a
|
||||
// timing bug on virtual machines. See bug 427142 for details.
|
||||
bmsvc.setItemTitle(bookmarkId, "Google");
|
||||
bmsvc.setItemTitle(bookmarkId, "Google");
|
||||
// test that lm is updated
|
||||
do_check_neq(oldLastModified, childNode.lastModified);
|
||||
|
Loading…
x
Reference in New Issue
Block a user