From: notmasteryet Date: Sun, 14 Aug 2011 17:26:48 +0000 (-0500) Subject: Add JAI.pdf (issue #292) to the ref tests X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=447ff0a059d1ff03babcb3211dd41331ade56c85;p=pdf.js.git Add JAI.pdf (issue #292) to the ref tests --- diff --git a/test/pdfs/jai.pdf.link b/test/pdfs/jai.pdf.link new file mode 100644 index 0000000..54e17df --- /dev/null +++ b/test/pdfs/jai.pdf.link @@ -0,0 +1 @@ +http://download.oracle.com/docs/cd/E19957-01/806-5413-10/806-5413-10.pdf diff --git a/test/test_manifest.json b/test/test_manifest.json index d40e532..c74af77 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -86,5 +86,11 @@ "link": true, "rounds": 1, "type": "load" + }, + { "id": "jai-pdf", + "file": "pdfs/jai.pdf", + "link": true, + "rounds": 1, + "type": "load" } ]