Update PDF tools version and fix fulltext test

This commit is contained in:
Martynas Bagdonas 2018-02-14 10:43:23 +02:00 committed by Dan Stillman
parent a8c19b4d8b
commit d810deaa9c
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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
});