Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Itest 902 #1306

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand All @@ -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());
Expand Down
Loading