Browse Source

Add bad PDF with lots of extra bytes at the end

notmasteryet 14 years ago
parent
commit
303f5cd07b
  1. 1
      test/pdfs/.gitignore
  2. BIN
      test/pdfs/scan-bad.pdf
  3. 6
      test/test_manifest.json

1
test/pdfs/.gitignore vendored

@ -17,3 +17,4 @@
!devicen.pdf !devicen.pdf
!cmykjpeg.pdf !cmykjpeg.pdf
!issue840.pdf !issue840.pdf
!scan-bad.pdf

BIN
test/pdfs/scan-bad.pdf

Binary file not shown.

6
test/test_manifest.json

@ -221,6 +221,12 @@
"rounds": 1, "rounds": 1,
"type": "load" "type": "load"
}, },
{ "id": "scan-bad",
"file": "pdfs/scan-bad.pdf",
"md5": "4cf988f01ab83f61aca57f406dfd6584",
"rounds": 1,
"type": "load"
},
{ "id": "ibwa-bad", { "id": "ibwa-bad",
"file": "pdfs/ibwa-bad.pdf", "file": "pdfs/ibwa-bad.pdf",
"md5": "6ca059d32b74ac2688ae06f727fee755", "md5": "6ca059d32b74ac2688ae06f727fee755",

Loading…
Cancel
Save