From db15205e2c43c26ad5ac77767dfd8c90d8e46693 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Wed, 23 Jun 2021 12:58:26 +0200 Subject: [PATCH] Add PDFs from #1773 to the reftests --- test/pdfs/MBTA-pretax-form-July2012.pdf.link | 2 ++ test/pdfs/xfa_imm5257e.pdf.link | 2 ++ test/test_manifest.json | 16 ++++++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 test/pdfs/MBTA-pretax-form-July2012.pdf.link create mode 100644 test/pdfs/xfa_imm5257e.pdf.link diff --git a/test/pdfs/MBTA-pretax-form-July2012.pdf.link b/test/pdfs/MBTA-pretax-form-July2012.pdf.link new file mode 100644 index 000000000..268fce2c3 --- /dev/null +++ b/test/pdfs/MBTA-pretax-form-July2012.pdf.link @@ -0,0 +1,2 @@ +https://web.archive.org/web/20121105185256/http://www.northeastern.edu/hrm/pdfs/resources/benefits/MBTA-pretax-form-July2012.pdf + diff --git a/test/pdfs/xfa_imm5257e.pdf.link b/test/pdfs/xfa_imm5257e.pdf.link new file mode 100644 index 000000000..b7c077395 --- /dev/null +++ b/test/pdfs/xfa_imm5257e.pdf.link @@ -0,0 +1,2 @@ +https://web.archive.org/web/20210521163640/https://www.canada.ca/content/dam/ircc/migration/ircc/english/pdf/kits/forms/imm5257e.pdf + diff --git a/test/test_manifest.json b/test/test_manifest.json index 50a030ef1..34608b5d4 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -962,6 +962,22 @@ "enableXfa": true, "type": "eq" }, + { "id": "xfa_imm5257e", + "file": "pdfs/xfa_imm5257e.pdf", + "md5": "5b8dcc12d7461100f48b4b427c0f976e", + "rounds": 1, + "link": true, + "enableXfa": true, + "type": "eq" + }, + { "id": "MBTA-pretax-form-July2012", + "file": "pdfs/MBTA-pretax-form-July2012.pdf", + "md5": "c23beb39e1c91a780da9d4b60cbd157f", + "rounds": 1, + "link": true, + "enableXfa": true, + "type": "eq" + }, { "id": "xfa_bug1716380", "file": "pdfs/xfa_bug1716380.pdf", "md5": "1351f816f0509fe750ca61ef2bd40872",