Browse Source

Add a reduced test-case for issue 6113

As promised in PR 6125, here's a reduced test-case that should (hopefully) avoid the intermittent failure of the previous one.
Jonas Jenwald 10 years ago
parent
commit
ba9fcce8eb
  1. 1
      test/pdfs/.gitignore
  2. BIN
      test/pdfs/issue6113.pdf
  3. 7
      test/test_manifest.json

1
test/pdfs/.gitignore vendored

@ -156,3 +156,4 @@ @@ -156,3 +156,4 @@
!issue6106.pdf
!bug1001080.pdf
!issue6108.pdf
!issue6113.pdf

BIN
test/pdfs/issue6113.pdf

Binary file not shown.

7
test/test_manifest.json

@ -1647,6 +1647,13 @@ @@ -1647,6 +1647,13 @@
"rounds": 1,
"type": "eq"
},
{ "id": "issue6113",
"file": "pdfs/issue6113.pdf",
"md5": "365fa2d369c51ee3ff195dae907b6e25",
"rounds": 1,
"link": false,
"type": "eq"
},
{ "id": "blendmode",
"file": "pdfs/blendmode.pdf",
"md5": "5a86e7e9333e93c58abc3f382e1e6ea2",

Loading…
Cancel
Save