From 593ea00ecb1ed8cdfde835ae70454a71d7a7f752 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Fri, 28 Aug 2015 16:05:34 +0200 Subject: [PATCH] Fix typo in `test_manifest.json` that prevents test-case `issue1419.pdf` from running Currently we only attempt to test the *first* page, since `lastPage == 1`, but given that it's subsequently skipped we end up not testing anything. *Note:* I've verified that the *second* page actually contains the kind of Colour space that the test was intended to check for. --- test/test_manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_manifest.json b/test/test_manifest.json index 12cb9cf30..00de35b5e 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -1501,7 +1501,7 @@ "md5": "b5b6c6405d7b48418bccf97277957664", "rounds": 1, "link": true, - "lastPage": 1, + "lastPage": 2, "skipPages": [1], "type": "eq" },