Skip to content

Commit

Permalink
chore(engine): add required history level to historic variable tests
Browse files Browse the repository at this point in the history
related to CAM-9643
  • Loading branch information
tmetzke committed Jan 17, 2019
1 parent ac54105 commit 3553b2e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ public void testDeleteProcessInstancesWithNull() {
}
}

@RequiredHistoryLevel(ProcessEngineConfiguration.HISTORY_FULL)
@Deployment(resources = {
"org/camunda/bpm/engine/test/api/oneTaskProcess.bpmn20.xml" })
public void testDeleteHistoricVariableAndDetails() {
Expand Down Expand Up @@ -723,6 +724,7 @@ public void testDeleteHistoricVariableAndDetails() {
assertEquals(1, secondDetailsQuery.count());
}

@RequiredHistoryLevel(ProcessEngineConfiguration.HISTORY_FULL)
@Deployment(resources = { "org/camunda/bpm/engine/test/api/oneTaskProcess.bpmn20.xml" })
public void testDeleteHistoricVariableAndDetailsOnRunningInstance() {
// given
Expand Down

0 comments on commit 3553b2e

Please sign in to comment.