[Pkg-javascript-commits] [pdf.js] 52/109: Fix typo in `test_manifest.json` that prevents test-case `issue1419.pdf` from running
David Prévot
taffit at moszumanska.debian.org
Fri Sep 25 03:04:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 593ea00ecb1ed8cdfde835ae70454a71d7a7f752
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Fri Aug 28 16:05:34 2015 +0200
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 12cb9cf..00de35b 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"
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list