[Pkg-javascript-commits] [pdf.js] 06/115: Replace the unavailable linked test-case for issue 1655 with a reduced test-case
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 dca681e82bbfe819d5f4cb9427642a8c73de2a8b
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Sun Nov 15 15:32:11 2015 +0100
Replace the unavailable linked test-case for issue 1655 with a reduced test-case
Re: issue 1655 and PR 1978.
---
test/pdfs/.gitignore | 1 +
test/pdfs/issue1655.pdf.link | 1 -
test/pdfs/issue1655r.pdf | Bin 0 -> 34275 bytes
test/test_manifest.json | 12 +++++-------
4 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore
index 07d6372..f17b284 100644
--- a/test/pdfs/.gitignore
+++ b/test/pdfs/.gitignore
@@ -36,6 +36,7 @@
!issue6019.pdf
!issue6621.pdf
!issue1293r.pdf
+!issue1655r.pdf
!issue6541.pdf
!issue2948.pdf
!issue6231_1.pdf
diff --git a/test/pdfs/issue1655.pdf.link b/test/pdfs/issue1655.pdf.link
deleted file mode 100644
index ee983a6..0000000
--- a/test/pdfs/issue1655.pdf.link
+++ /dev/null
@@ -1 +0,0 @@
-http://bblum.net/thesis-draft.pdf
diff --git a/test/pdfs/issue1655r.pdf b/test/pdfs/issue1655r.pdf
new file mode 100644
index 0000000..732f0b2
Binary files /dev/null and b/test/pdfs/issue1655r.pdf differ
diff --git a/test/test_manifest.json b/test/test_manifest.json
index 0afdd77..03cc13f 100644
--- a/test/test_manifest.json
+++ b/test/test_manifest.json
@@ -1480,13 +1480,11 @@
"about": "Inline JPEG images."
},
{ "id": "issue1655",
- "file": "pdfs/issue1655.pdf",
- "md5": "696ef6de6f4f71643771419ef04fc968",
- "rounds": 1,
- "skipPages": [1, 2, 3, 4, 5, 6, 7, 8],
- "lastPage": 9,
- "link": true,
- "type": "eq"
+ "file": "pdfs/issue1655r.pdf",
+ "md5": "569f48449ba57c15c4f9ade151a651c5",
+ "rounds": 1,
+ "link": false,
+ "type": "eq"
},
{ "id": "issue1687",
"file": "pdfs/issue1687.pdf",
--
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