diff --git a/test/pdfs/jai.pdf.link b/test/pdfs/jai.pdf.link new file mode 100644 index 000000000..54e17dfc2 --- /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 d40e53277..c74af7729 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" } ]