From 15e384c5587a7c6f10db4fcddcfd9eaab72ba78f Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 12 Jan 2016 12:55:31 +0100 Subject: [PATCH] Issue 6854 - Re-enable testing of 'aboutstacks.pdf' This test was disabled in PR 4732, because the file was no longer available. The motivation being that there were two other files which should be good replacements. However, one of those has since been replaced with a reduced test-case (which doesn't exercise the same code-path), and in the other one the error does not appear to be entirely identical. Hence it seems reasonable to re-add the 'aboutstacks.pdf' test, since it was possible to find it on the Internet Archive (by searching using a different URL, compared to the current one). --- test/pdfs/aboutstacks.pdf.link | 2 +- test/test_manifest.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/test/pdfs/aboutstacks.pdf.link b/test/pdfs/aboutstacks.pdf.link index 8b04ec042..f0ab9d4bb 100644 --- a/test/pdfs/aboutstacks.pdf.link +++ b/test/pdfs/aboutstacks.pdf.link @@ -1 +1 @@ -http://greenhousechallenge.org/media/item/313/38/About-Stacks.pdf +http://web.archive.org/web/20160112115354/http://www.fao.org/fileadmin/user_upload/tci/docs/2_About%20Stacks.pdf diff --git a/test/test_manifest.json b/test/test_manifest.json index 7ade15162..c70cd79f3 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -978,6 +978,14 @@ "rounds": 1, "type": "load" }, + { "id": "aboutstacks", + "file": "pdfs/aboutstacks.pdf", + "md5": "6e7c8416a293ba2d83bc8dd20c6ccf51", + "rounds": 1, + "link": true, + "lastPage": 1, + "type": "eq" + }, { "id": "smaskdim", "file": "pdfs/smaskdim.pdf", "md5": "de80aeca7cbf79940189fd34d59671ee",