diff --git a/test/runtests.sh b/test/runtests.sh index 16b284881..c7440bcbf 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 02d1ce427..60a9058ce 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 });