Browse Source

Merge pull request #6642 from Snuffleupagus/pr-2606-reduced-tests

Replace the unavailable linked test-cases for PR 2606 with reduced test-cases
Yury Delendik 10 years ago
parent
commit
c506ca6ba1
  1. 2
      test/pdfs/.gitignore
  2. BIN
      test/pdfs/german-umlaut-r.pdf
  3. 1
      test/pdfs/german-umlaut.pdf.link
  4. 1
      test/pdfs/issue1512.pdf.link
  5. BIN
      test/pdfs/issue1512r.pdf
  6. 14
      test/test_manifest.json

2
test/pdfs/.gitignore vendored

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
!TrueType_without_cmap.pdf
!franz.pdf
!franz_2.pdf
!german-umlaut-r.pdf
!xref_command_missing.pdf
!issue2391-1.pdf
!issue2391-2.pdf
@ -166,6 +167,7 @@ @@ -166,6 +167,7 @@
!issue5334.pdf
!bug1186827.pdf
!issue215.pdf
!issue1512r.pdf
!issue2128r.pdf
!issue5540.pdf
!issue5549.pdf

BIN
test/pdfs/german-umlaut-r.pdf

Binary file not shown.

1
test/pdfs/german-umlaut.pdf.link

@ -1 +0,0 @@ @@ -1 +0,0 @@
https://dok.dkb.de/pdf/aenderung_l_sepa.pdf

1
test/pdfs/issue1512.pdf.link

@ -1 +0,0 @@ @@ -1 +0,0 @@
http://www.aeinstein.org/organizations/org/FDTD.pdf

BIN
test/pdfs/issue1512r.pdf

Binary file not shown.

14
test/test_manifest.json

@ -164,10 +164,9 @@ @@ -164,10 +164,9 @@
"type": "eq"
},
{ "id": "german-umlaut",
"file": "pdfs/german-umlaut.pdf",
"md5": "fb4948876f5ff57847f94192aa3df211",
"link": true,
"lastPage": 1,
"file": "pdfs/german-umlaut-r.pdf",
"md5": "baa2cd74c76473cf7b914a17403a7f9a",
"link": false,
"rounds": 1,
"type": "eq"
},
@ -195,10 +194,9 @@ @@ -195,10 +194,9 @@
"type": "eq"
},
{ "id": "issue1512",
"file": "pdfs/issue1512.pdf",
"md5": "41a19fe03d522346ee3baa732403fca4",
"link": true,
"lastPage": 1,
"file": "pdfs/issue1512r.pdf",
"md5": "af48ede2658d99cca423147085c6609b",
"link": false,
"rounds": 1,
"type": "eq"
},

Loading…
Cancel
Save