Skip to content

Commit

Permalink
Removed all the output from Serialization test.
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinto committed Mar 14, 2015
1 parent 4cbcf89 commit f39f09c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src-junit/pt/lsts/imc/junit/SerializationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ public void testJsonSerialization() throws Exception {
IMCUtil.fillWithRandomData(original);

String json1 = original.asJSON(true);
System.out.println(json1);
IMCMessage msg = IMCMessage.parseJson(json1);
String json2 = msg.asJSON(true);
System.out.println(json2);
Assert.assertEquals(json1, json2);
}
}
Expand Down

0 comments on commit f39f09c

Please sign in to comment.