Browse Source

Added tests for PDFs having 'H', 'EUC-H', and '90ms' encodings

vyv03354 12 years ago
parent
commit
2ef50c5068
  1. 3
      test/pdfs/.gitignore
  2. BIN
      test/pdfs/noembed-eucjp.pdf
  3. BIN
      test/pdfs/noembed-jis7.pdf
  4. BIN
      test/pdfs/noembed-sjis.pdf
  5. 18
      test/test_manifest.json

3
test/pdfs/.gitignore vendored

@ -39,4 +39,7 @@ @@ -39,4 +39,7 @@
!mixedfonts.pdf
!shading_extend.pdf
!noembed-identity.pdf
!noembed-jis7.pdf
!noembed-eucjp.pdf
!noembed-sjis.pdf
!issue2099-1.pdf

BIN
test/pdfs/noembed-eucjp.pdf

Binary file not shown.

BIN
test/pdfs/noembed-jis7.pdf

Binary file not shown.

BIN
test/pdfs/noembed-sjis.pdf

Binary file not shown.

18
test/test_manifest.json

@ -809,6 +809,24 @@ @@ -809,6 +809,24 @@
"rounds": 1,
"type": "eq"
},
{ "id": "noembed-jis7",
"file": "pdfs/noembed-jis7.pdf",
"md5": "a0f6cf5a830f23d0c35994a6aaf92b3d",
"rounds": 1,
"type": "eq"
},
{ "id": "noembed-eucjp",
"file": "pdfs/noembed-eucjp.pdf",
"md5": "d270f2d46db99b70235b4d37cbc313ad",
"rounds": 1,
"type": "eq"
},
{ "id": "noembed-sjis",
"file": "pdfs/noembed-sjis.pdf",
"md5": "51f9d150bf4afe498019b3029d451072",
"rounds": 1,
"type": "eq"
},
{ "id": "issue2099-1",
"file": "pdfs/issue2099-1.pdf",
"md5": "c7eca682d70a976dfc4b7e64d3e9f1ce",

Loading…
Cancel
Save