Implements #1021 on Z4fx extension

This commit is contained in:
Adomas Venčkauskas 2016-09-27 17:43:56 +03:00
parent 3ca5526f29
commit 5d17ff3f53
7 changed files with 189 additions and 72 deletions

View file

@ -561,7 +561,7 @@ describe("Zotero.Translate", function() {
item.title = "The Definitive Guide of Owls";
item.tags = ['owl', 'tag'];
item.complete();
}`, 'child-dummy-translator'
}`, {translatorID: 'child-dummy-translator'}
);
sinon.stub(Zotero.Translators, 'get').withArgs('child-dummy-translator').returns(childTranslator);