Browse Source

Merge pull request #5553 from timvandermeij/jp2-tests

Two JPX test cases for recently merged PRs
Jonas Jenwald 10 years ago
parent
commit
59ccf49a2a
  1. 2
      test/pdfs/.gitignore
  2. BIN
      test/pdfs/issue5475.pdf
  3. BIN
      test/pdfs/issue5549.pdf
  4. 14
      test/test_manifest.json

2
test/pdfs/.gitignore vendored

@ -103,3 +103,5 @@
!issue4573.pdf !issue4573.pdf
!issue4800.pdf !issue4800.pdf
!issue4801.pdf !issue4801.pdf
!issue5549.pdf
!issue5475.pdf

BIN
test/pdfs/issue5475.pdf

Binary file not shown.

BIN
test/pdfs/issue5549.pdf

Binary file not shown.

14
test/test_manifest.json

@ -1901,5 +1901,19 @@
"rounds": 1, "rounds": 1,
"link": true, "link": true,
"type": "eq" "type": "eq"
},
{ "id": "issue5549.pdf",
"file": "pdfs/issue5549.pdf",
"md5": "6c36df6ebc583c9e18aad0ad00d257b8",
"rounds": 1,
"type": "eq",
"about": "Free image obtained from www.unsplash.com"
},
{ "id": "issue5475.pdf",
"file": "pdfs/issue5475.pdf",
"md5": "bda962373570ac4dfe0fbd1ad4f0d9ef",
"rounds": 1,
"type": "eq",
"about": "Free image obtained from www.unsplash.com"
} }
] ]

Loading…
Cancel
Save