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
Родитель 0c35884c01
Коммит 5d9de2f59d
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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);