[Pkg-javascript-commits] [pdf.js] 08/115: Replace the unavailable linked test-cases for PR 2606 with reduced test-cases
David Prévot
taffit at moszumanska.debian.org
Wed Dec 16 20:03:08 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 841831f35e678c506dd11af738da0d4eb30ae837
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Mon Nov 16 13:15:36 2015 +0100
Replace the unavailable linked test-cases for PR 2606 with reduced test-cases
Re: PR 2606.
---
test/pdfs/.gitignore | 2 ++
test/pdfs/german-umlaut-r.pdf | Bin 0 -> 14591 bytes
test/pdfs/german-umlaut.pdf.link | 1 -
test/pdfs/issue1512.pdf.link | 1 -
test/pdfs/issue1512r.pdf | Bin 0 -> 31198 bytes
test/test_manifest.json | 14 ++++++--------
6 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore
index 07d6372..8c8fb81 100644
--- a/test/pdfs/.gitignore
+++ b/test/pdfs/.gitignore
@@ -5,6 +5,7 @@
!TrueType_without_cmap.pdf
!franz.pdf
!franz_2.pdf
+!german-umlaut-r.pdf
!xref_command_missing.pdf
!issue2391-1.pdf
!issue2391-2.pdf
@@ -165,6 +166,7 @@
!issue5334.pdf
!bug1186827.pdf
!issue215.pdf
+!issue1512r.pdf
!issue2128r.pdf
!issue5540.pdf
!issue5549.pdf
diff --git a/test/pdfs/german-umlaut-r.pdf b/test/pdfs/german-umlaut-r.pdf
new file mode 100644
index 0000000..91241f4
Binary files /dev/null and b/test/pdfs/german-umlaut-r.pdf differ
diff --git a/test/pdfs/german-umlaut.pdf.link b/test/pdfs/german-umlaut.pdf.link
deleted file mode 100644
index aa5a80b..0000000
--- a/test/pdfs/german-umlaut.pdf.link
+++ /dev/null
@@ -1 +0,0 @@
-https://dok.dkb.de/pdf/aenderung_l_sepa.pdf
diff --git a/test/pdfs/issue1512.pdf.link b/test/pdfs/issue1512.pdf.link
deleted file mode 100644
index 1309e90..0000000
--- a/test/pdfs/issue1512.pdf.link
+++ /dev/null
@@ -1 +0,0 @@
-http://www.aeinstein.org/organizations/org/FDTD.pdf
diff --git a/test/pdfs/issue1512r.pdf b/test/pdfs/issue1512r.pdf
new file mode 100644
index 0000000..9151bf4
Binary files /dev/null and b/test/pdfs/issue1512r.pdf differ
diff --git a/test/test_manifest.json b/test/test_manifest.json
index 0afdd77..cd8f944 100644
--- a/test/test_manifest.json
+++ b/test/test_manifest.json
@@ -164,10 +164,9 @@
"type": "eq"
},
{ "id": "german-umlaut",
- "file": "pdfs/german-umlaut.pdf",
- "md5": "fb4948876f5ff57847f94192aa3df211",
- "link": true,
- "lastPage": 1,
+ "file": "pdfs/german-umlaut-r.pdf",
+ "md5": "baa2cd74c76473cf7b914a17403a7f9a",
+ "link": false,
"rounds": 1,
"type": "eq"
},
@@ -195,10 +194,9 @@
"type": "eq"
},
{ "id": "issue1512",
- "file": "pdfs/issue1512.pdf",
- "md5": "41a19fe03d522346ee3baa732403fca4",
- "link": true,
- "lastPage": 1,
+ "file": "pdfs/issue1512r.pdf",
+ "md5": "af48ede2658d99cca423147085c6609b",
+ "link": false,
"rounds": 1,
"type": "eq"
},
--
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