We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0260cf commit 084b405Copy full SHA for 084b405
src/test/java/de/rub/nds/modifiablevariable/util/XMLPrettyPrinterTest.java
@@ -28,7 +28,6 @@ public void testPrettyPrintXML() throws Exception {
28
+ " FF 01 02 03 FF 01 02 03 FF 01 02 03 FF 01 02 03\n" + " FF 01 02 03\n"
29
+ " </originalValue>\n" + "</modifiableByteArray>";
30
String result = XMLPrettyPrinter.prettyPrintXML(input);
31
- System.out.println(result);
32
assertEquals(expected.trim(), result.trim());
33
}
34
0 commit comments