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 4cbcf89 commit f39f09cCopy full SHA for f39f09c
src-junit/pt/lsts/imc/junit/SerializationTest.java
@@ -86,10 +86,8 @@ public void testJsonSerialization() throws Exception {
86
IMCUtil.fillWithRandomData(original);
87
88
String json1 = original.asJSON(true);
89
- System.out.println(json1);
90
IMCMessage msg = IMCMessage.parseJson(json1);
91
String json2 = msg.asJSON(true);
92
- System.out.println(json2);
93
Assert.assertEquals(json1, json2);
94
}
95
0 commit comments