Update ZF2EdgeTest.java

I would not want ZF1 in the test for critical cases zugferd v2 cases
This commit is contained in:
Jochen Staerk
2019-08-08 18:38:54 +02:00
committed by GitHub
parent eaaf97eb6e
commit a7046ef982

View File

@@ -183,7 +183,7 @@ public class ZF2EdgeTest extends MustangReaderTestCase {
ZUGFeRDExporter ze = new ZUGFeRDExporterFromA3Factory() ZUGFeRDExporter ze = new ZUGFeRDExporterFromA3Factory()
.setProducer("My Application") .setProducer("My Application")
.setCreator(System.getProperty("user.name")) .setCreator(System.getProperty("user.name"))
.setZUGFeRDVersion(1) .setZUGFeRDVersion(2)
.ignorePDFAErrors() .ignorePDFAErrors()
.load(SOURCE_PDF)) { .load(SOURCE_PDF)) {
ze.PDFattachZugferdFile(this); ze.PDFattachZugferdFile(this);