Merge pull request #881 from langfr/issue/XRTest.System.out

Remove System.out.println from XRTest.java.
This commit is contained in:
Jochen Staerk
2025-07-01 12:48:34 +02:00
committed by GitHub

View File

@@ -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()));