Fix #959, 5.0: Submit to Zotero Server is not working

This commit is contained in:
Dan Stillman 2016-04-24 04:04:40 -04:00
parent 300c8e8aea
commit 87a2eece3a
3 changed files with 148 additions and 127 deletions

View file

@ -117,6 +117,10 @@ describe("Zotero.Sync.Data.Engine", function () {
yield Zotero.Users.setCurrentUsername("testuser");
})
after(function () {
Zotero.HTTP.mock = null;
});
describe("Syncing", function () {
it("should download items into a new library", function* () {
({ engine, client, caller } = yield setup());