commit d810deaa9c33498d56bbacfe9ef0deb27a0cfdf2
parent a8c19b4d8b6f2b694ad1d5a67d6c663d23d0bc43
Author: Martynas Bagdonas <martbgd@gmail.com>
Date: Wed, 14 Feb 2018 10:43:23 +0200
Update PDF tools version and fix fulltext test
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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
@@ -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
});