From 3ea81019febf0a3fe12a50cc7d39c6adc55c5a71 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 9 Dec 2014 01:07:38 +0100 Subject: [PATCH] Add a (linked) test case for bug 1108753 (PR 5276) When submitting PR 5276 there wasn't a good PDF file to include in the test suite. However, with https://bugzilla.mozilla.org/show_bug.cgi?id=1108753, we now have a better source for a test file, hence this patch. --- test/pdfs/bug1108753.pdf.link | 1 + test/test_manifest.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 test/pdfs/bug1108753.pdf.link diff --git a/test/pdfs/bug1108753.pdf.link b/test/pdfs/bug1108753.pdf.link new file mode 100644 index 000000000..16eb84256 --- /dev/null +++ b/test/pdfs/bug1108753.pdf.link @@ -0,0 +1 @@ +https://bug1108753.bugzilla.mozilla.org/attachment.cgi?id=8533311 diff --git a/test/test_manifest.json b/test/test_manifest.json index 22eedd62f..3347aaf8b 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -1524,6 +1524,15 @@ "type": "eq", "about": "Type3 font with negative HScale and font size" }, + { "id": "bug1108753", + "file": "pdfs/bug1108753.pdf", + "md5": "a7aaf92d55b4602afb0ca3d75198b56b", + "rounds": 1, + "link": true, + "firstPage": 1, + "lastPage": 1, + "type": "eq" + }, { "id": "bug816075", "file": "pdfs/bug816075.pdf", "md5": "7ec87c115c1f9ec41234cc7002555e82",