From a1d48e3651e39530fa4695a5293a9aa08091eb27 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sat, 12 Nov 2022 16:20:19 +0100 Subject: [PATCH] Add a *linked* test-case for issue 2618 Given that this PDF document is an interesting test-case for performance reasons, w.r.t. inline image caching, it probably can't hurt to add it to the test-suite to make it more readily available. Considering the contents of that PDF document I'm not sure if we can include it directly in the repository, hence why a *linked* test-case was choosen here. --- test/pdfs/issue2618.pdf.link | 1 + test/test_manifest.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 test/pdfs/issue2618.pdf.link diff --git a/test/pdfs/issue2618.pdf.link b/test/pdfs/issue2618.pdf.link new file mode 100644 index 000000000..e15b631d5 --- /dev/null +++ b/test/pdfs/issue2618.pdf.link @@ -0,0 +1 @@ +https://github.com/mozilla/pdf.js/files/9983741/issue2618.pdf diff --git a/test/test_manifest.json b/test/test_manifest.json index 26ef711ba..ad74e9133 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -3047,6 +3047,14 @@ "rounds": 1, "type": "eq" }, + { "id": "issue2618", + "file": "pdfs/issue2618.pdf", + "md5": "2c554a99a52288ca1a44a422eeafb8fb", + "rounds": 1, + "lastPage": 1, + "link": true, + "type": "eq" + }, { "id": "issue2642", "file": "pdfs/issue2642.pdf", "md5": "b6679861fdce3bbab0c1fa51bb7f5077",