-
Type:
Task
-
Resolution: Unresolved
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: backend
-
Not defined
Context:
MixedFilterIT.testIncompatibleCombinationOfViewLevelFlowNodeDurationFilters intends to test FlowNodeDuration filters that should lead to an empty result. The test deploys a service task diagram and then adds duration filters for one of the service tasks. However, the parameterized test also uses UserTask reports which will always be empty for this kind of definition because the process does not include any userTasks, so the filter has no effect and the test passes no matter whether or not the filters are actually applied.
The same also appliles to testIncompatibleCombinationOfViewLevelIncidentFilters
AT:
- Adjust test setup so the test fails if the filters are not applied yet succeeds if the filters are applied.