Merge pull request #881 from langfr/issue/XRTest.System.out
Remove System.out.println from XRTest.java.
This commit is contained in:
@@ -189,8 +189,7 @@ public class XRTest extends TestCase {
|
||||
|
||||
zf2p.setProfile(Profiles.getByName("XRechnung"));
|
||||
zf2p.generateXML(i);
|
||||
final String xmlGen = new String(zf2p.getXML());
|
||||
System.out.println(xmlGen);
|
||||
|
||||
final Document doc = DocumentBuilderFactory.newInstance()
|
||||
.newDocumentBuilder()
|
||||
.parse(new ByteArrayInputStream(zf2p.getXML()));
|
||||
|
||||
Reference in New Issue
Block a user