diff --git a/omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2/PersonController2_2Test.java b/omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2/PersonController2_2Test.java index bc92c56db..29d43a676 100644 --- a/omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2/PersonController2_2Test.java +++ b/omod-2.2/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs2_2/PersonController2_2Test.java @@ -83,7 +83,6 @@ public void shouldEditAPersonBirthTime() throws Exception { assertNotNull(response); Object responsePersonContents = PropertyUtils.getProperty(response, "person"); assertNotNull(responsePersonContents); - //assertEquals("1970-01-01T20:20:00.000+0000", PropertyUtils.getProperty(responsePersonContents, "birthtime").toString()); } @Test public void shouldCreatePersonWithBirthtime() throws Exception {