From: notmasteryet Date: Wed, 7 Dec 2011 04:33:59 +0000 (-0600) Subject: adds geothermal.pdf test X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bf38918782aa63f0441f0624562c57d073bbbc1d;p=pdf.js.git adds geothermal.pdf test --- diff --git a/test/pdfs/geothermal.pdf.link b/test/pdfs/geothermal.pdf.link new file mode 100644 index 0000000..6a25564 --- /dev/null +++ b/test/pdfs/geothermal.pdf.link @@ -0,0 +1 @@ +http://geothermal.inel.gov/publications/future_of_geothermal_energy.pdf diff --git a/test/test_manifest.json b/test/test_manifest.json index 05c6272..bd50068 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -302,5 +302,14 @@ "link": true, "rounds": 1, "type": "eq" + }, + { "id": "geothermal.pdf", + "file": "pdfs/geothermal.pdf", + "md5": "ecffc0ce38ffdf1e90dc952f186e9a91", + "rounds": 1, + "link": true, + "pageLimit": 5, + "skipPages": [1], + "type": "eq" } ]