corrected import sampe to new sample file, added getDueDate import

This commit is contained in:
Jochen Staerk
2016-10-30 15:35:27 +01:00
parent 6b89afe9a7
commit 58b7b33ea2

View File

@@ -49,7 +49,7 @@ public class MustangReaderWriterTest extends TestCase implements IZUGFeRDExporta
@Override @Override
public String getOwnBIC() public String getOwnBIC()
{ {
return "COBADEFXXX"; return "COBADEFFXXX";
} }
@Override @Override
@@ -253,16 +253,16 @@ public class MustangReaderWriterTest extends TestCase implements IZUGFeRDExporta
{ {
this.product = product; this.product = product;
} }
@Override @Override
public IZUGFeRDAllowanceCharge[] getItemAllowances() { public IZUGFeRDAllowanceCharge[] getItemAllowances() {
return null; return null;
} }
@Override @Override
public IZUGFeRDAllowanceCharge[] getItemCharges() { public IZUGFeRDAllowanceCharge[] getItemCharges() {
return null; return null;
} }
} }
@@ -328,7 +328,7 @@ public class MustangReaderWriterTest extends TestCase implements IZUGFeRDExporta
/** /**
* Create the test case * Create the test case
* *
* @param testName * @param testName
* name of the test case * name of the test case
*/ */
@@ -351,7 +351,7 @@ public class MustangReaderWriterTest extends TestCase implements IZUGFeRDExporta
* The importer test imports from ./src/test/MustangGnuaccountingBeispielRE-20151008_504.pdf to check the values. * The importer test imports from ./src/test/MustangGnuaccountingBeispielRE-20151008_504.pdf to check the values.
* --> as only Name Ascending is supported for Test Unit sequence, I renamed the this test-A-Export to run before * --> as only Name Ascending is supported for Test Unit sequence, I renamed the this test-A-Export to run before
* testZExport * testZExport
* *
* @throws IOException * @throws IOException
*/ */