From bf38918782aa63f0441f0624562c57d073bbbc1d Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Tue, 6 Dec 2011 22:33:59 -0600 Subject: [PATCH] adds geothermal.pdf test --- test/pdfs/geothermal.pdf.link | 1 + test/test_manifest.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 test/pdfs/geothermal.pdf.link diff --git a/test/pdfs/geothermal.pdf.link b/test/pdfs/geothermal.pdf.link new file mode 100644 index 000000000..6a255647f --- /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 05c627242..bd50068f7 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" } ]