diff --git a/src/test/java/org/openelisglobal/patient/PatientServiceTest.java b/src/test/java/org/openelisglobal/patient/PatientServiceTest.java index 960db97bb0..5929d8d4b8 100644 --- a/src/test/java/org/openelisglobal/patient/PatientServiceTest.java +++ b/src/test/java/org/openelisglobal/patient/PatientServiceTest.java @@ -45,7 +45,6 @@ public class PatientServiceTest extends BaseWebContextSensitiveTest { @Before public void init() throws Exception { - // identityTypeService.deleteAll(identityTypeService.getAll()); identityService.deleteAll(identityService.getAll()); patientService.deleteAll(patientService.getAll()); personService.deleteAll(personService.getAll()); @@ -55,7 +54,6 @@ public void init() throws Exception { @After public void tearDown() { - // identityTypeService.deleteAll(identityTypeService.getAll()); identityService.deleteAll(identityService.getAll()); patientService.deleteAll(patientService.getAll()); personService.deleteAll(personService.getAll());