Browse Source

Merge pull request #6645 from Snuffleupagus/issue-3405-reduced-test

Replace the unavailable linked test-case for issue 3405 with a reduced test-case
Yury Delendik 10 years ago
parent
commit
37f511cb65
  1. 1
      test/pdfs/.gitignore
  2. 1
      test/pdfs/issue3405.pdf.link
  3. BIN
      test/pdfs/issue3405r.pdf
  4. 11
      test/test_manifest.json

1
test/pdfs/.gitignore vendored

@ -52,6 +52,7 @@
!devicen.pdf !devicen.pdf
!cmykjpeg.pdf !cmykjpeg.pdf
!issue840.pdf !issue840.pdf
!issue3405r.pdf
!issue3438.pdf !issue3438.pdf
!issue2074.pdf !issue2074.pdf
!scan-bad.pdf !scan-bad.pdf

1
test/pdfs/issue3405.pdf.link

@ -1 +0,0 @@
https://dl.dropboxusercontent.com/s/ls9pn5hww7fer8g/pdfPrintDelFor%260%40-CN.pdf?token_hash=AAHBhbxH7bHCtUESjOikWXAh7YQfCczr3lgcn7Fbq9WEUA&disable_range=1

BIN
test/pdfs/issue3405r.pdf

Binary file not shown.

11
test/test_manifest.json

@ -1745,12 +1745,11 @@
"type": "eq" "type": "eq"
}, },
{ "id": "issue3405", { "id": "issue3405",
"file": "pdfs/issue3405.pdf", "file": "pdfs/issue3405r.pdf",
"md5": "58bd4bf790f15f849d1c932e3eda0406", "md5": "12e8c6b3437e659f9138d892d10c7d3d",
"rounds": 1, "rounds": 1,
"lastPage": 1, "link": false,
"link": true, "type": "eq"
"type": "eq"
}, },
{ "id": "issue2006", { "id": "issue2006",
"file": "pdfs/issue2006.pdf", "file": "pdfs/issue2006.pdf",

Loading…
Cancel
Save