[Pkg-javascript-commits] [pdf.js] 56/109: Add a reduced test-case for issue 6113
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 ba9fcce8eb14e6a1068309aceaf7fdd4b028e014
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Sun Aug 30 01:23:52 2015 +0200
Add a reduced test-case for issue 6113
As promised in PR 6125, here's a reduced test-case that should (hopefully) avoid the intermittent failure of the previous one.
---
test/pdfs/.gitignore | 1 +
test/pdfs/issue6113.pdf | Bin 0 -> 5248 bytes
test/test_manifest.json | 7 +++++++
3 files changed, 8 insertions(+)
diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore
index 9a9a81a..b190519 100644
--- a/test/pdfs/.gitignore
+++ b/test/pdfs/.gitignore
@@ -156,3 +156,4 @@
!issue6106.pdf
!bug1001080.pdf
!issue6108.pdf
+!issue6113.pdf
diff --git a/test/pdfs/issue6113.pdf b/test/pdfs/issue6113.pdf
new file mode 100644
index 0000000..0614b50
Binary files /dev/null and b/test/pdfs/issue6113.pdf differ
diff --git a/test/test_manifest.json b/test/test_manifest.json
index 12cb9cf..e37ca3c 100644
--- a/test/test_manifest.json
+++ b/test/test_manifest.json
@@ -1647,6 +1647,13 @@
"rounds": 1,
"type": "eq"
},
+ { "id": "issue6113",
+ "file": "pdfs/issue6113.pdf",
+ "md5": "365fa2d369c51ee3ff195dae907b6e25",
+ "rounds": 1,
+ "link": false,
+ "type": "eq"
+ },
{ "id": "blendmode",
"file": "pdfs/blendmode.pdf",
"md5": "5a86e7e9333e93c58abc3f382e1e6ea2",
--
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