From f3c5a690fc3a2c3721fc40cc6e9eaad681eb26b7 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 17 Oct 2019 13:07:16 +0200 Subject: [PATCH 1/2] Remove unnecessary `skipPages` annotations from `test/test_manifest.json` - In the `ibwa-bad` case the sixteenth page contains corrupt/incomplete commands, but given that we're suppressing `Error`s by default now skipping hardly seems warranted any more. - In the `geothermal.pdf` case the first page contains an unsupported ColourSpace, but again we're suppressing `Error`s by default now and skipping hardly seems warranted any more. --- test/test_manifest.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_manifest.json b/test/test_manifest.json index 2fd3a1d93..68f52bc0d 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -1233,7 +1233,6 @@ "md5": "6ca059d32b74ac2688ae06f727fee755", "link": true, "rounds": 1, - "skipPages": [ 16 ], "type": "load" }, { "id": "mixedfonts", @@ -1511,7 +1510,6 @@ "rounds": 1, "link": true, "lastPage": 5, - "skipPages": [1], "type": "eq" }, { "id": "issue919", From 17a3af3fc024696d9a39eecfb5bffc6a6fd260d1 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 17 Oct 2019 13:15:59 +0200 Subject: [PATCH 2/2] Replace a couple of `skipPages` annotations with `firstPage` in `test/test_manifest.json` Originally only `skipPages` existed, but given that `firstPage`/`lastPage` has existed for a long time now using them whenever possible looks simpler overall. --- test/test_manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_manifest.json b/test/test_manifest.json index 68f52bc0d..25f8a835f 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -2691,7 +2691,7 @@ "file": "pdfs/issue1658.pdf", "md5": "b71a0f641e83ad427b8bcfc180899a05", "rounds": 1, - "skipPages": [1, 2, 3, 4, 5, 6, 7, 8, 9], + "firstPage": 10, "lastPage": 10, "link": true, "type": "eq" @@ -2874,8 +2874,8 @@ "md5": "b5b6c6405d7b48418bccf97277957664", "rounds": 1, "link": true, + "firstPage": 2, "lastPage": 2, - "skipPages": [1], "type": "eq" }, { "id": "issue1317",