www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 39a2445d7486a9a571b0d9c90f593047954f94a1
parent 2ecfff66817c5b09443685a7c8f58167a81ee561
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 20 Oct 2017 05:23:13 -0400

Update full-text sync tests after 2ecfff66817

Diffstat:
Mtest/tests/syncFullTextEngineTest.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/tests/syncFullTextEngineTest.js b/test/tests/syncFullTextEngineTest.js @@ -80,7 +80,7 @@ describe("Zotero.Sync.Data.FullTextEngine", function () { yield attachment.saveTx(); var content = generateContent() - var spy = sinon.spy(Zotero.Fulltext, "startContentProcessor") + var spy = sinon.spy(Zotero.Fulltext, "registerContentProcessor") var itemFullTextVersion = 10; var libraryVersion = 15; @@ -146,7 +146,7 @@ describe("Zotero.Sync.Data.FullTextEngine", function () { yield attachment.saveTx(); content = generateContent() - spy = sinon.spy(Zotero.Fulltext, "startContentProcessor") + spy = sinon.spy(Zotero.Fulltext, "registerContentProcessor") itemFullTextVersion = 17; var lastLibraryVersion = libraryVersion;