[Pkg-javascript-commits] [pdf.js] 53/109: Slightly improved test coverage for vertical text
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 3ae49e15b347faa97634f9dac86be476d793b404
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Sat Aug 29 15:44:26 2015 +0200
Slightly improved test coverage for vertical text
Our current test coverage for vertical text is somewhat lacking, as evident from e.g. issue 6387. That regression could easily have been avoided if the `taro` test-case would have been an `eq` test, as well as an `text` test.
---
test/test_manifest.json | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/test/test_manifest.json b/test/test_manifest.json
index 12cb9cf..d84b3fd 100644
--- a/test/test_manifest.json
+++ b/test/test_manifest.json
@@ -298,6 +298,14 @@
"rounds": 1,
"type": "eq"
},
+ { "id": "taro",
+ "file": "pdfs/TaroUTR50SortedList112.pdf",
+ "md5": "ce63eab622ff473a43f8a8de85ef8a46",
+ "link": true,
+ "rounds": 1,
+ "lastPage": 4,
+ "type": "eq"
+ },
{ "id": "taro-text",
"file": "pdfs/TaroUTR50SortedList112.pdf",
"md5": "ce63eab622ff473a43f8a8de85ef8a46",
--
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