[Pkg-javascript-commits] [pdf.js] 140/174: Add a reduced `text` test-case for issue 4665

David Prévot taffit at moszumanska.debian.org
Thu Nov 19 18:45: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 66c17a69aec04d526608bb7064949fb54c112bac
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Sat Nov 7 13:04:03 2015 +0100

    Add a reduced `text` test-case for issue 4665
    
    Re: issue 4665 and PR 6601.
    
    Since we currently don't have a good `text` test-case that fails without the above PR, this patch adds a reduced one.
---
 test/pdfs/.gitignore    |   1 +
 test/pdfs/issue4665.pdf | Bin 0 -> 42242 bytes
 test/test_manifest.json |   7 +++++++
 3 files changed, 8 insertions(+)

diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore
index ee5c9c3..7bad8e6 100644
--- a/test/pdfs/.gitignore
+++ b/test/pdfs/.gitignore
@@ -7,6 +7,7 @@
 !xref_command_missing.pdf
 !issue2391-1.pdf
 !issue2391-2.pdf
+!issue4665.pdf
 !issue5801.pdf
 !issue5972.pdf
 !issue5874.pdf
diff --git a/test/pdfs/issue4665.pdf b/test/pdfs/issue4665.pdf
new file mode 100644
index 0000000..02946df
Binary files /dev/null and b/test/pdfs/issue4665.pdf differ
diff --git a/test/test_manifest.json b/test/test_manifest.json
index 5cd9542..825b5c8 100644
--- a/test/test_manifest.json
+++ b/test/test_manifest.json
@@ -492,6 +492,13 @@
        "type": "eq",
        "about": "PDF with annotations, some of which have the Hidden flag set."
     },
+    {  "id": "issue4665-text",
+       "file": "pdfs/issue4665.pdf",
+       "md5": "0de1308432819c101881df7ca4424575",
+       "rounds": 1,
+       "link": false,
+       "type": "text"
+    },
     {  "id": "fit11-talk",
        "file": "pdfs/fit11-talk.pdf",
        "md5": "eb7b224107205db4fea9f7df0185f77d",

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