corrected some tests

This commit is contained in:
Jochen Staerk
2015-10-15 14:50:52 +02:00
parent 1d49278a11
commit 4fb30ba7e9
5 changed files with 17 additions and 4 deletions

View File

@@ -111,6 +111,13 @@ public class MustangReaderWriterEdgeTest extends TestCase implements IZUGFeRDExp
return new Contact();
}
@Override
public String getOwnOrganisationFullPlaintextInfo()
{
return null;
}
@Override
public IZUGFeRDExportableItem[] getZFItems()
{

View File

@@ -111,6 +111,12 @@ public class MustangReaderWriterTest extends TestCase implements IZUGFeRDExporta
return new Contact();
}
@Override
public String getOwnOrganisationFullPlaintextInfo()
{
return null;
}
@Override
public IZUGFeRDExportableItem[] getZFItems()
{