mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Re-enable tests now that bug 507199 is fixed (revert e22ff796c703)
This commit is contained in:
parent
f2d96f1b3d
commit
e72a9d57fc
@ -67,14 +67,9 @@ var observer = {
|
||||
}
|
||||
}
|
||||
};
|
||||
os.addObserver(observer, NS_PLACES_INIT_COMPLETE_TOPIC, false);
|
||||
|
||||
function run_test() {
|
||||
// XXX bug 507199
|
||||
// This test is temporarily disabled!
|
||||
return;
|
||||
|
||||
os.addObserver(observer, NS_PLACES_INIT_COMPLETE_TOPIC, false);
|
||||
|
||||
// Create bookmarks.html in the profile.
|
||||
create_bookmarks_html("bookmarks.glue.html");
|
||||
// Remove JSON backup from profile.
|
||||
|
@ -67,14 +67,9 @@ var observer = {
|
||||
}
|
||||
}
|
||||
};
|
||||
os.addObserver(observer, NS_PLACES_INIT_COMPLETE_TOPIC, false);
|
||||
|
||||
function run_test() {
|
||||
// XXX bug 507199
|
||||
// This test is temporarily disabled!
|
||||
return;
|
||||
|
||||
os.addObserver(observer, NS_PLACES_INIT_COMPLETE_TOPIC, false);
|
||||
|
||||
// Remove bookmarks.html from profile.
|
||||
remove_bookmarks_html();
|
||||
// Remove JSON backup from profile.
|
||||
|
Loading…
Reference in New Issue
Block a user