[Pkg-javascript-commits] [pdf.js] 04/115: Replace the unavailable linked test-case for issue 3207 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 458aff66f483f2bdd24ea1c8fd753c443fbddb1f
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Sun Nov 15 13:27:48 2015 +0100
Replace the unavailable linked test-case for issue 3207 with a reduced test-case
Re: issue 3207 and PR 3268.
---
test/pdfs/.gitignore | 1 +
test/pdfs/issue3207.pdf.link | 1 -
test/pdfs/issue3207r.pdf | Bin 0 -> 50914 bytes
test/test_manifest.json | 12 +++++-------
4 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore
index a73785c..07d6372 100644
--- a/test/pdfs/.gitignore
+++ b/test/pdfs/.gitignore
@@ -29,6 +29,7 @@
!sizes.pdf
!javauninstall-7r.pdf
!issue3205r.pdf
+!issue3207r.pdf
!issue3263r.pdf
!issue3879r.pdf
!close-path-bug.pdf
diff --git a/test/pdfs/issue3207.pdf.link b/test/pdfs/issue3207.pdf.link
deleted file mode 100644
index 66d4185..0000000
--- a/test/pdfs/issue3207.pdf.link
+++ /dev/null
@@ -1 +0,0 @@
-https://www.eff.org/sites/default/files/filenode/DMCA/NTIA%20DMCA%20White%20Paper.pdf
diff --git a/test/pdfs/issue3207r.pdf b/test/pdfs/issue3207r.pdf
new file mode 100644
index 0000000..b330644
Binary files /dev/null and b/test/pdfs/issue3207r.pdf differ
diff --git a/test/test_manifest.json b/test/test_manifest.json
index 2b8b830..0afdd77 100644
--- a/test/test_manifest.json
+++ b/test/test_manifest.json
@@ -2301,13 +2301,11 @@
"type": "eq"
},
{ "id": "issue3207",
- "file": "pdfs/issue3207.pdf",
- "md5": "667248adae0462c7f5acc7757d97b720",
- "link": true,
- "firstPage": 1,
- "lastPage": 1,
- "rounds": 1,
- "type": "eq"
+ "file": "pdfs/issue3207r.pdf",
+ "md5": "617bcf475c109365a113cf9fb6711b0a",
+ "link": false,
+ "rounds": 1,
+ "type": "eq"
},
{ "id": "issue3591",
"file": "pdfs/issue3591.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