Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test runs only with pattern: os != 'android'
- Manifest: toolkit/components/places/tests/maintenance/xpcshell.toml
/* Any copyright is dedicated to the Public Domain.
// Tests that history initialization correctly handles a request to forcibly
// replace the current database.
add_task(async function () {
await test_database_replacement(
["migration", "places_v52.sqlite"],
"places.sqlite",
true,
PlacesUtils.history.DATABASE_STATUS_UPGRADED
);
});