From 958fb71ef4df9365b2ff2fa064940c3760b0b934 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 15 Sep 2015 15:05:37 +0200 Subject: [PATCH] Update the link location for the `issue3115` test file The file (`lshort.pdf`) has changed a couple of times since the test was added, hence there's no guarantee that the current version accurately reflects the issues the test was added to check. In this patch, I'm updating the link location to point to the *intended* file version (hosted on the "Internet Archive"). --- test/pdfs/issue3115.pdf.link | 1 - test/pdfs/issue3115r.pdf.link | 1 + test/test_manifest.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 test/pdfs/issue3115.pdf.link create mode 100644 test/pdfs/issue3115r.pdf.link diff --git a/test/pdfs/issue3115.pdf.link b/test/pdfs/issue3115.pdf.link deleted file mode 100644 index aced853d8..000000000 --- a/test/pdfs/issue3115.pdf.link +++ /dev/null @@ -1 +0,0 @@ -http://mirrors.ctan.org/info/lshort/english/lshort.pdf diff --git a/test/pdfs/issue3115r.pdf.link b/test/pdfs/issue3115r.pdf.link new file mode 100644 index 000000000..e73b3781d --- /dev/null +++ b/test/pdfs/issue3115r.pdf.link @@ -0,0 +1 @@ +http://web.archive.org/web/20130530065353/http://mirror.unl.edu/ctan/info/lshort/english/lshort.pdf diff --git a/test/test_manifest.json b/test/test_manifest.json index 61ed242ad..03690ab76 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -322,7 +322,7 @@ }, { "id": "issue3115", - "file": "pdfs/issue3115.pdf", + "file": "pdfs/issue3115r.pdf", "md5": "ea10f4131202b9b8f2a6cb7770d3f185", "rounds": 1, "type": "eq",