From 3152085b0db02a5a7e71c0759b2a7084671369b8 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sun, 24 Aug 2014 16:05:11 +0200 Subject: [PATCH] Remove a duplicate PDF file from the test suite The files issue3115.pdf and issue2337.pdf are identical, the only difference being that the first one is an `eq` test and the second one a `load` test. Hence there is no reason to keep the `load` test, since it's just a subset of the `eq` test. --- test/pdfs/issue2337.pdf.link | 1 - test/test_manifest.json | 11 ++--------- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 test/pdfs/issue2337.pdf.link diff --git a/test/pdfs/issue2337.pdf.link b/test/pdfs/issue2337.pdf.link deleted file mode 100644 index 2d3c3ece2..000000000 --- a/test/pdfs/issue2337.pdf.link +++ /dev/null @@ -1 +0,0 @@ -http://mirrors.ctan.org/info/lshort/english/lshort.pdf \ No newline at end of file diff --git a/test/test_manifest.json b/test/test_manifest.json index 13c07624e..a2340f5fe 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -305,7 +305,8 @@ "rounds": 1, "type": "eq", "link": true, - "lastPage": 1 + "lastPage": 1, + "about": "The same file as issue2337." }, { "id": "thuluthfont-text", "file": "pdfs/ThuluthFeatures.pdf", @@ -1336,14 +1337,6 @@ "link": true, "type": "eq" }, - { "id": "issue2337", - "file": "pdfs/issue2337.pdf", - "md5": "ea10f4131202b9b8f2a6cb7770d3f185", - "rounds": 1, - "lastPage": 1, - "link": true, - "type": "load" - }, { "id": "issue2074", "file": "pdfs/issue2074.pdf", "md5": "5e4ba2241fc35d20e44eb52289a569ab",