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
public String getOwnBIC()
{
return "COBADEFXXX";
return "COBADEFFXXX";
}
@Override
@@ -253,16 +253,16 @@ public class MustangReaderWriterTest extends TestCase implements IZUGFeRDExporta
{
this.product = product;
}
@Override
public IZUGFeRDAllowanceCharge[] getItemAllowances() {
return null;
return null;
}
@Override
public IZUGFeRDAllowanceCharge[] getItemCharges() {
return null;
}
}
}
@@ -328,7 +328,7 @@ public class MustangReaderWriterTest extends TestCase implements IZUGFeRDExporta
/**
* Create the test case
*
*
* @param testName
* 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.
* --> as only Name Ascending is supported for Test Unit sequence, I renamed the this test-A-Export to run before
* testZExport
*
*
* @throws IOException
*/