No need for startOver in test_corrupt_keys. r=philiKON

This commit is contained in:
Richard Newman 2011-05-27 08:32:20 -07:00
parent b1083e403d
commit 8181b80bb2

View File

@ -226,9 +226,6 @@ add_test(function test_locally_changed_keys() {
do_check_false(store.urlExists("http://foo/bar?record-no--8"));
do_check_false(store.urlExists("http://foo/bar?record-no--9"));
// Clean up.
Weave.Service.startOver();
} finally {
Weave.Svc.Prefs.resetBranch("");
server.stop(run_next_test);