mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 510464 - re-enable and fix randomly failing test_419731.js, r=dietrich
This commit is contained in:
parent
3f51d0e4e0
commit
0f542a1874
@ -66,9 +66,6 @@ try {
|
||||
|
||||
// main
|
||||
function run_test() {
|
||||
// TODO bug 442778 - re-enable test once PR_Now() issue is resolved
|
||||
return;
|
||||
|
||||
var uri1 = uri("http://foo.bar/");
|
||||
|
||||
// create 2 bookmarks
|
||||
@ -113,6 +110,9 @@ function run_test() {
|
||||
|
||||
// change bookmark 2 title
|
||||
bmsvc.setItemTitle(bookmark2id, "new title 2");
|
||||
// Workaround VM timers issues.
|
||||
var bookmark1LastMod = bmsvc.getItemLastModified(bookmark1id);
|
||||
bmsvc.setItemLastModified(bookmark2id, bookmark1LastMod + 1);
|
||||
|
||||
// check that tag container contains new title
|
||||
options = histsvc.getNewQueryOptions();
|
||||
|
Loading…
Reference in New Issue
Block a user