From: Adil Allawi Date: Tue, 5 Jul 2011 23:43:47 +0000 (+0100) Subject: Added sample OpenOffice file to tests X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5d337b1c767833e86d1c9d73dba2d2d93de9645b;p=pdf.js.git Added sample OpenOffice file to tests --- diff --git a/test/pdfs/DiwanProfile.pdf.link b/test/pdfs/DiwanProfile.pdf.link new file mode 100644 index 0000000..1269463 --- /dev/null +++ b/test/pdfs/DiwanProfile.pdf.link @@ -0,0 +1 @@ +http://oannis.com/DiwanProfile.pdf \ No newline at end of file diff --git a/test/test_manifest.json b/test/test_manifest.json index 4302e1f..d8a8e8f 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -42,5 +42,11 @@ "link": true, "rounds": 1, "type": "eq" + }, + { "id": "openoffice-pdf", + "file": "pdfs/DiwanProfile.pdf", + "link": true, + "rounds": 1, + "type": "load" } ]