corrected a test... really! :-)
This commit is contained in:
@@ -82,9 +82,9 @@ public class PDFAWriteTest extends ResourceCase {
|
|||||||
File tempFile = getResourceAsFile("MustangGnuaccountingBeispielRE-20201121_508blankoA3.pdf");
|
File tempFile = getResourceAsFile("MustangGnuaccountingBeispielRE-20201121_508blankoA3.pdf");
|
||||||
int exceptions=0;
|
int exceptions=0;
|
||||||
try {
|
try {
|
||||||
ZUGFeRDExporterFromA1 zea3 = new ZUGFeRDExporterFromA1().load(tempFile.getAbsolutePath());
|
IZUGFeRDExporter zea = new ZUGFeRDExporterFromPDFA().load(tempFile.getAbsolutePath());
|
||||||
zea3.setTransaction(i);
|
zea.setTransaction(i);
|
||||||
zea3.export(TARGET_PDF_FROM_A3_UNKNOWN);
|
zea.export(TARGET_PDF_FROM_A3_UNKNOWN);
|
||||||
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
exceptions++;
|
exceptions++;
|
||||||
|
|||||||
Reference in New Issue
Block a user