Standardmäßig ZF1 exportieren

This commit is contained in:
Jochen Stärk
2017-11-18 12:24:50 +01:00
parent 5a6a65a3c9
commit dce0015c0b
5 changed files with 8 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ public class MustangReaderWriterCustomXMLTest extends TestCase {
* importer test (which is probably redundant) --> as only Name Ascending is
* supported for Test Unit sequence, I renamed the Exporter Test test-Z-Export
*/
public void testZExport() throws Exception {
public void testCustomExport() throws Exception {
final String TARGET_PDF = "./target/testout-MustangGnuaccountingBeispielRE-20170509_505custom.pdf";
// the writing part
@@ -221,7 +221,6 @@ public class MustangReaderWriterCustomXMLTest extends TestCase {
assertEquals(iban, "DE88 2008 0000 0970 3757 00");
assertEquals(holder, "Bei Spiel GmbH");
assertEquals(ref, "RE-20170509/505");
}
}

View File

@@ -396,8 +396,7 @@ public class MustangReaderWriterEdgeTest extends TestCase implements IZUGFeRDExp
* It would not make sense to have it run before the less complex importer test (which is probably redundant)
* --> as only Name Ascending is supported for Test Unit sequence, I renamed the Exporter Test test-Z-Export
*/
public void testZExport() throws Exception
{
public void testEdgeExport() throws Exception {
final String TARGET_PDF = "./target/testout-MustangGnuaccountingBeispielRE-20170509_505newEdge.pdf";
// the writing part