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.
This commit is contained in:
Jonas Jenwald 2014-08-24 16:05:11 +02:00
parent 4834f1c289
commit 3152085b0d
2 changed files with 2 additions and 10 deletions

View File

@ -1 +0,0 @@
http://mirrors.ctan.org/info/lshort/english/lshort.pdf

View File

@ -305,7 +305,8 @@
"rounds": 1, "rounds": 1,
"type": "eq", "type": "eq",
"link": true, "link": true,
"lastPage": 1 "lastPage": 1,
"about": "The same file as issue2337."
}, },
{ "id": "thuluthfont-text", { "id": "thuluthfont-text",
"file": "pdfs/ThuluthFeatures.pdf", "file": "pdfs/ThuluthFeatures.pdf",
@ -1336,14 +1337,6 @@
"link": true, "link": true,
"type": "eq" "type": "eq"
}, },
{ "id": "issue2337",
"file": "pdfs/issue2337.pdf",
"md5": "ea10f4131202b9b8f2a6cb7770d3f185",
"rounds": 1,
"lastPage": 1,
"link": true,
"type": "load"
},
{ "id": "issue2074", { "id": "issue2074",
"file": "pdfs/issue2074.pdf", "file": "pdfs/issue2074.pdf",
"md5": "5e4ba2241fc35d20e44eb52289a569ab", "md5": "5e4ba2241fc35d20e44eb52289a569ab",