From e13353cf21e81e575d02e47c2437dee3e8b21e09 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 1 Feb 2022 12:05:19 +0100 Subject: [PATCH] Remove the `xfa_bug1716838` browser-test since it's a duplicate The md5 entry perfectly matches the `xfa_bug1717668_1` test-case, which means that we unnecessarily test the same exact document twice. --- test/pdfs/xfa_bug1716838.pdf.link | 1 - test/test_manifest.json | 11 ++--------- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 test/pdfs/xfa_bug1716838.pdf.link diff --git a/test/pdfs/xfa_bug1716838.pdf.link b/test/pdfs/xfa_bug1716838.pdf.link deleted file mode 100644 index e348452cb..000000000 --- a/test/pdfs/xfa_bug1716838.pdf.link +++ /dev/null @@ -1 +0,0 @@ -https://bugzilla.mozilla.org/attachment.cgi?id=9227473 diff --git a/test/test_manifest.json b/test/test_manifest.json index b7233afe8..38c3eee19 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -1278,7 +1278,8 @@ "link": true, "rounds": 1, "enableXfa": true, - "type": "eq" + "type": "eq", + "about": "Also tests bug 1716838." }, { "id": "xfa_bug1717668_2", "file": "pdfs/xfa_bug1717668_2.pdf", @@ -1376,14 +1377,6 @@ "enableXfa": true, "type": "eq" }, - { "id": "xfa_bug1716838", - "file": "pdfs/xfa_bug1716838.pdf", - "md5": "564ecff67be690b43c2a144ae5967034", - "link": true, - "rounds": 1, - "enableXfa": true, - "type": "eq" - }, { "id": "xfa_candidate_petitions", "file": "pdfs/xfa_candidate_petitions.pdf", "md5": "0db96a00667f8f58f94cf81022e69341",