Re-enable tests now that bug 507199 is fixed (revert e22ff796c703)

This commit is contained in:
Jesse Ruderman 2009-08-26 08:55:48 -07:00
parent f2d96f1b3d
commit e72a9d57fc
2 changed files with 2 additions and 12 deletions

View File

@ -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.

View File

@ -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.