зеркало из https://github.com/mozilla/snowl.git
persist its messages automatically when persisting a source
--HG-- extra : rebase_source : 530047d957db6392f3db5a308aa221855dc46ee1
This commit is contained in:
Родитель
a93513e4d7
Коммит
670e1f1ad6
|
@ -316,6 +316,8 @@ this._log.info("persist placeID:sources.id - " + placeID + " : " + this.id);
|
|||
Observers.notify("snowl:source:added", placeID);
|
||||
}
|
||||
|
||||
this.persistMessages();
|
||||
|
||||
SnowlDatastore.dbConnection.commitTransaction();
|
||||
}
|
||||
catch(ex) {
|
||||
|
|
|
@ -29,7 +29,6 @@ function run_test() {
|
|||
|
||||
function finish_test() {
|
||||
feed.persist();
|
||||
feed.persistMessages();
|
||||
|
||||
try {
|
||||
do_check_eq(SnowlService.accounts.length, 1);
|
||||
|
|
Загрузка…
Ссылка в новой задаче