Miscellaneous tweaks

This commit is contained in:
Dan Stillman 2016-04-23 00:59:20 -04:00
parent b66a6b9518
commit f633db1f01
4 changed files with 5 additions and 3 deletions

View file

@ -896,6 +896,7 @@ describe("Zotero.Sync.Data.Engine", function () {
yield assert.eventually.ok(Zotero.Searches.getByLibraryAndKeyAsync(userLibraryID, "DDDDDDDD"));
yield assert.eventually.ok(Zotero.Items.getByLibraryAndKeyAsync(userLibraryID, "GGGGGGGG"));
// Check for queued objects
var keys = yield Zotero.Sync.Data.Local.getObjectsFromSyncQueue('collection', userLibraryID);
assert.sameMembers(keys, ['BBBBBBBB']);