Skip to content

Commit

Permalink
Merge pull request #120 from hpehl/HAL-1895
Browse files Browse the repository at this point in the history
HAL-1895: Fix EE tests
  • Loading branch information
hpehl authored Sep 19, 2023
2 parents 5561518 + 34452ba commit 0b8c173
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ void update() throws Exception {
crud.update(contextServiceAddress(CONTEXT_SERVICE_UPDATE), form, JNDI_NAME, Random.jndiName());
}

@Test
void reset() throws Exception {
table.select(CONTEXT_SERVICE_UPDATE);
crud.reset(contextServiceAddress(CONTEXT_SERVICE_UPDATE), form);
}

@Test
void delete() throws Exception {
crud.delete(contextServiceAddress(CONTEXT_SERVICE_DELETE), table, CONTEXT_SERVICE_DELETE);
Expand Down

0 comments on commit 0b8c173

Please sign in to comment.