Skip to content

Commit f39f09c

Browse files
committed
Removed all the output from Serialization test.
1 parent 4cbcf89 commit f39f09c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src-junit/pt/lsts/imc/junit/SerializationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,8 @@ public void testJsonSerialization() throws Exception {
8686
IMCUtil.fillWithRandomData(original);
8787

8888
String json1 = original.asJSON(true);
89-
System.out.println(json1);
9089
IMCMessage msg = IMCMessage.parseJson(json1);
9190
String json2 = msg.asJSON(true);
92-
System.out.println(json2);
9391
Assert.assertEquals(json1, json2);
9492
}
9593
}

0 commit comments

Comments
 (0)