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.
This commit is contained in:
Jonas Jenwald 2015-08-28 16:05:34 +02:00
parent c6ba5ea42e
commit 593ea00ecb

View File

@ -1501,7 +1501,7 @@
"md5": "b5b6c6405d7b48418bccf97277957664",
"rounds": 1,
"link": true,
"lastPage": 1,
"lastPage": 2,
"skipPages": [1],
"type": "eq"
},