From d810deaa9c33498d56bbacfe9ef0deb27a0cfdf2 Mon Sep 17 00:00:00 2001 From: Martynas Bagdonas Date: Wed, 14 Feb 2018 10:43:23 +0200 Subject: [PATCH] Update PDF tools version and fix fulltext test --- test/runtests.sh | 2 +- test/tests/fulltextTest.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.sh b/test/runtests.sh index 16b2848815..c7440bcbf4 100755 --- a/test/runtests.sh +++ b/test/runtests.sh @@ -127,7 +127,7 @@ echo "$ZOTERO_UNIT_PATH" > "$PROFILE/extensions/zotero-unit@zotero.org" mkdir "$TEMPDIR/Zotero" # Download PDF tools if not cached in the source directory and copy to profile directory -PDF_TOOLS_VERSION="0.0.1" +PDF_TOOLS_VERSION="0.0.3" PDF_TOOLS_URL="https://zotero-download.s3.amazonaws.com/pdftools/pdftools-$PDF_TOOLS_VERSION.tar.gz" PDF_TOOLS_CACHE_DIR="$ROOT_DIR/tmp/pdftools" PDF_TOOLS_DIR="$PROFILE/pdftools" diff --git a/test/tests/fulltextTest.js b/test/tests/fulltextTest.js index 02d1ce4279..60a9058ce5 100644 --- a/test/tests/fulltextTest.js +++ b/test/tests/fulltextTest.js @@ -133,7 +133,7 @@ describe("Zotero.Fulltext", function () { toSync.push({ item: pdfAttachment, content: "Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, " - + "organize, cite, and share\nyour research sources.\n\n", + + "organize, cite, and share your research sources.\n\n", indexedChars: 0, indexedPages: 1 });