DATAREST-521 - Removed toString() output from test cases.

This commit is contained in:
Oliver Gierke
2015-04-16 09:25:27 +02:00
parent bba665cef4
commit 6b910fe06f

View File

@@ -200,8 +200,6 @@ public class PersistentEntitySerializationTests {
String result = mapper.writeValueAsString(persistentEntityResource);
System.out.println(result);
assertThat(JsonPath.read(result, "$_embedded.users[*].address"), is(notNullValue()));
}