followup to Bug 431558 - implement preventive maintenance for places.sqlite, remove observer on test finish, r=sdwilsh

This commit is contained in:
Marco Bonardo 2008-12-10 11:44:01 +01:00
Родитель c36f4926e0
Коммит a7acc5768f
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -1101,10 +1101,12 @@ let observer = {
current_test.setup();
PlacesDBUtils.maintenanceOnIdle();
}
else
else {
os.removeObserver(this, FINISHED_MAINTANANCE_NOTIFICATION_TOPIC);
do_test_finished();
}
}
}
}
os.addObserver(observer, FINISHED_MAINTANANCE_NOTIFICATION_TOPIC, false);