[Pkg-javascript-commits] [pdf.js] 38/157: Add more reduced test-cases for PR 6171
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 06:46:31 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 60fc462bd665b7bfd466d45364be2d4b90298706
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Fri Jul 3 13:14:41 2015 +0200
Add more reduced test-cases for PR 6171
---
test/pdfs/.gitignore | 2 ++
test/pdfs/bug1151216.pdf | Bin 0 -> 17254 bytes
test/pdfs/bug1175962.pdf | Bin 0 -> 20894 bytes
test/test_manifest.json | 15 +++++++++++++++
4 files changed, 17 insertions(+)
diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore
index ca614c7..f500e35 100644
--- a/test/pdfs/.gitignore
+++ b/test/pdfs/.gitignore
@@ -101,6 +101,8 @@
!bug1028735.pdf
!bug1046314.pdf
!bug1065245.pdf
+!bug1151216.pdf
+!bug1175962.pdf
!basicapi.pdf
!mixedfonts.pdf
!shading_extend.pdf
diff --git a/test/pdfs/bug1151216.pdf b/test/pdfs/bug1151216.pdf
new file mode 100644
index 0000000..3bbc09f
Binary files /dev/null and b/test/pdfs/bug1151216.pdf differ
diff --git a/test/pdfs/bug1175962.pdf b/test/pdfs/bug1175962.pdf
new file mode 100644
index 0000000..ca64e9a
Binary files /dev/null and b/test/pdfs/bug1175962.pdf differ
diff --git a/test/test_manifest.json b/test/test_manifest.json
index 855d032..4b38c75 100644
--- a/test/test_manifest.json
+++ b/test/test_manifest.json
@@ -1650,6 +1650,21 @@
"lastPage": 1,
"about": "CFF font with multiply-encoded glyph and no pdf encoding dict."
},
+ { "id": "bug1151216",
+ "file": "pdfs/bug1151216.pdf",
+ "md5": "e66ea6ee0e0cdd5119224eb073055eca",
+ "rounds": 1,
+ "link": false,
+ "type": "eq"
+ },
+ { "id": "bug1175962",
+ "file": "pdfs/bug1175962.pdf",
+ "md5": "012a5ea0d2733408ac7f8b88f7352bba",
+ "rounds": 1,
+ "link": false,
+ "type": "eq",
+ "about": "The same PDF file as in bug1175943."
+ },
{ "id": "issue1878",
"file": "pdfs/issue1878.pdf",
"md5": "b4fb0ce7c19368e7104dce3d0d34bcb3",
--
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