[Pkg-javascript-commits] [pdf.js] 123/139: Add a reduced test case for issue 4379
David Prévot
taffit at moszumanska.debian.org
Fri Jan 9 21:18:35 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 75767abb09e7fdae7148ac331e59390132aab41c
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Mon Dec 29 16:28:23 2014 +0100
Add a reduced test case for issue 4379
This should have been part of PR 5136.
Based on comments https://github.com/mozilla/pdf.js/issues/4379#issuecomment-51221787 and https://github.com/mozilla/pdf.js/issues/4379#issuecomment-51475463, it should be OK to include the PDF file in the repo.
---
test/pdfs/.gitignore | 1 +
test/pdfs/issue4379.pdf | Bin 0 -> 4264 bytes
test/test_manifest.json | 7 +++++++
3 files changed, 8 insertions(+)
diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore
index ad51b3c..4bdc7c7 100644
--- a/test/pdfs/.gitignore
+++ b/test/pdfs/.gitignore
@@ -39,6 +39,7 @@
!issue2931.pdf
!issue3323.pdf
!issue4304.pdf
+!issue4379.pdf
!issue4550.pdf
!bug1011159.pdf
!issue4875.pdf
diff --git a/test/pdfs/issue4379.pdf b/test/pdfs/issue4379.pdf
new file mode 100644
index 0000000..03009dc
Binary files /dev/null and b/test/pdfs/issue4379.pdf differ
diff --git a/test/test_manifest.json b/test/test_manifest.json
index 8d63462..ca4c0cc 100644
--- a/test/test_manifest.json
+++ b/test/test_manifest.json
@@ -944,6 +944,13 @@
"rounds": 1,
"type": "eq"
},
+ { "id": "issue4379",
+ "file": "pdfs/issue4379.pdf",
+ "md5": "09715ec1a7b0f3a7ae02b3046f627b9f",
+ "link": false,
+ "rounds": 1,
+ "type": "eq"
+ },
{ "id": "issue4722",
"file": "pdfs/issue4722.pdf",
"md5": "a42ca858af7d179358f92f47e57c0fed",
--
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