From 7f7025247adae72443a975b056a63f60e5bc7d18 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 10 Sep 2015 12:49:41 +0200 Subject: [PATCH] Replace the unavailable linked test-case for issue 4436 with a reduced test-case Issue 4436 actually contains enough information to create a reduced test-case, which this patch uses to replace a currently unavailable linked test. --- test/pdfs/.gitignore | 1 + test/pdfs/issue4436.pdf.link | 2 - test/pdfs/issue4436r.pdf | 78 ++++++++++++++++++++++++++++++++++++ test/test_manifest.json | 8 ++-- 4 files changed, 82 insertions(+), 7 deletions(-) delete mode 100644 test/pdfs/issue4436.pdf.link create mode 100644 test/pdfs/issue4436r.pdf diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore index ab225f147..f7d3b5d1a 100644 --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@ -77,6 +77,7 @@ !zerowidthline.pdf !bug868745.pdf !mmtype1.pdf +!issue4436r.pdf !issue5704.pdf !issue5751.pdf !bug893730.pdf diff --git a/test/pdfs/issue4436.pdf.link b/test/pdfs/issue4436.pdf.link deleted file mode 100644 index fc066e121..000000000 --- a/test/pdfs/issue4436.pdf.link +++ /dev/null @@ -1,2 +0,0 @@ -http://arxiv.org/pdf/1203.6597v3.pdf - diff --git a/test/pdfs/issue4436r.pdf b/test/pdfs/issue4436r.pdf new file mode 100644 index 000000000..bf8504c6c --- /dev/null +++ b/test/pdfs/issue4436r.pdf @@ -0,0 +1,78 @@ +%PDF-1.7 +%âãÏÓ +1 0 obj +<< +/Pages 2 0 R +/Type /Catalog +>> +endobj +2 0 obj +<< +/Kids [3 0 R] +/Count 1 +/Type /Pages +>> +endobj +3 0 obj +<< +/Parent 2 0 R +/MediaBox [0 0 200 50] +/Resources +<< +/Font +<< +/F1 4 0 R +>> +>> +/Contents 5 0 R +/Type /Page +>> +endobj +4 0 obj +<< +/BaseFont /Times-Roman +/Subtype /Type1 +/Encoding /WinAnsiEncoding +/Type /Font +>> +endobj +5 0 obj +<< +/Length 185 +>> +stream +BT +10 30 TD +/F1 16 Tf +(Issue 4436) Tj +/F1 10 Tf +0 -20 TD +(A thin line should be visible above this text.) Tj +ET +180 0 0 -0.48 10 25 cm +BI + /IM true + /W 1 + /H 1 + /BPC 1 + ID 0x00 +EI + +endstream +endobj xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000066 00000 n +0000000125 00000 n +0000000254 00000 n +0000000355 00000 n +trailer + +<< +/Root 1 0 R +/Size 6 +>> +startxref +593 +%%EOF diff --git a/test/test_manifest.json b/test/test_manifest.json index 42c986196..4d72b2df1 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -2370,12 +2370,10 @@ "about": "Image mask in higher resolution than the image itself" }, { "id": "issue4436", - "file": "pdfs/issue4436.pdf", - "md5": "34e6af7441961f5940e6440a62e37427", + "file": "pdfs/issue4436r.pdf", + "md5": "4e43d692d213f56674fcac92110c7364", "rounds": 1, - "link": true, - "firstPage": 9, - "lastPage": 9, + "link": false, "type": "eq" }, { "id": "issue4926",