From: notmasteryet Date: Sun, 28 Aug 2011 21:36:58 +0000 (-0500) Subject: Adds cable.pdf link to tests X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8e407fe06dd7d57d5e379d14044ae21065528b69;p=pdf.js.git Adds cable.pdf link to tests --- diff --git a/test/pdfs/cable.pdf.link b/test/pdfs/cable.pdf.link new file mode 100644 index 0000000..9cf92a5 --- /dev/null +++ b/test/pdfs/cable.pdf.link @@ -0,0 +1 @@ +http://www.wrapon.com/docs/PIPEHEATCABLE.PDF diff --git a/test/test_manifest.json b/test/test_manifest.json index 90a9f8a..a83ca2f 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -97,5 +97,11 @@ "link": true, "rounds": 1, "type": "load" + }, + { "id": "cable", + "file": "pdfs/cable.pdf", + "link": true, + "rounds": 1, + "type": "eq" } ]