[Pkg-javascript-commits] [pdf.js] 83/106: Add a test-case for issue 6099 - CalRGB color space where the parameters are a |Ref|

David Prévot taffit at moszumanska.debian.org
Sat Jun 20 21:35:14 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 97385587a8d7f42c56be5cce8de985c7ae07fdb9
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Tue Jun 9 17:52:36 2015 +0200

    Add a test-case for issue 6099 - CalRGB color space where the parameters are a |Ref|
    
    The issue is already fixed by PR 5748, but we didn't have access to a suitable test-case. Thanks to issue 6099, we are now able to add one!
---
 test/pdfs/.gitignore    |   1 +
 test/pdfs/issue6099.pdf | Bin 0 -> 13934 bytes
 test/test_manifest.json |   7 +++++++
 3 files changed, 8 insertions(+)

diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore
index 4507b6d..59cfc14 100644
--- a/test/pdfs/.gitignore
+++ b/test/pdfs/.gitignore
@@ -89,6 +89,7 @@
 !issue5501.pdf
 !issue5599.pdf
 !issue5747.pdf
+!issue6099.pdf
 !gradientfill.pdf
 !bug903856.pdf
 !bug850854.pdf
diff --git a/test/pdfs/issue6099.pdf b/test/pdfs/issue6099.pdf
new file mode 100644
index 0000000..3b311d5
Binary files /dev/null and b/test/pdfs/issue6099.pdf differ
diff --git a/test/test_manifest.json b/test/test_manifest.json
index 0079ee8..85866b9 100644
--- a/test/test_manifest.json
+++ b/test/test_manifest.json
@@ -1110,6 +1110,13 @@
        "link": false,
        "type": "eq"
     },
+    {  "id": "issue6099",
+       "file": "pdfs/issue6099.pdf",
+       "md5": "f8e9a26637c1b0d35f2bc653122a9c73",
+       "rounds": 1,
+       "link": false,
+       "type": "eq"
+    },
     {  "id": "bug893730",
        "file": "pdfs/bug893730.pdf",
        "md5": "2587379fb1b3bbff89c14f0863e78383",

-- 
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