[Pkg-javascript-commits] [pdf.js] 84/139: Add a (linked) test case for bug 1108753 (PR 5276)
David Prévot
taffit at moszumanska.debian.org
Fri Jan 9 21:18:30 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 3ea81019febf0a3fe12a50cc7d39c6adc55c5a71
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Tue Dec 9 01:07:38 2014 +0100
Add a (linked) test case for bug 1108753 (PR 5276)
When submitting PR 5276 there wasn't a good PDF file to include in the test suite. However, with https://bugzilla.mozilla.org/show_bug.cgi?id=1108753, we now have a better source for a test file, hence this patch.
---
test/pdfs/bug1108753.pdf.link | 1 +
test/test_manifest.json | 9 +++++++++
2 files changed, 10 insertions(+)
diff --git a/test/pdfs/bug1108753.pdf.link b/test/pdfs/bug1108753.pdf.link
new file mode 100644
index 0000000..16eb842
--- /dev/null
+++ b/test/pdfs/bug1108753.pdf.link
@@ -0,0 +1 @@
+https://bug1108753.bugzilla.mozilla.org/attachment.cgi?id=8533311
diff --git a/test/test_manifest.json b/test/test_manifest.json
index 22eedd6..3347aaf 100644
--- a/test/test_manifest.json
+++ b/test/test_manifest.json
@@ -1524,6 +1524,15 @@
"type": "eq",
"about": "Type3 font with negative HScale and font size"
},
+ { "id": "bug1108753",
+ "file": "pdfs/bug1108753.pdf",
+ "md5": "a7aaf92d55b4602afb0ca3d75198b56b",
+ "rounds": 1,
+ "link": true,
+ "firstPage": 1,
+ "lastPage": 1,
+ "type": "eq"
+ },
{ "id": "bug816075",
"file": "pdfs/bug816075.pdf",
"md5": "7ec87c115c1f9ec41234cc7002555e82",
--
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