TSK-1379: Renamed test case
This commit is contained in:
parent
231d009d81
commit
333bef03be
|
@ -701,6 +701,7 @@ public class TaskController extends AbstractPagingController {
|
||||||
if (LOGGER.isDebugEnabled()) {
|
if (LOGGER.isDebugEnabled()) {
|
||||||
LOGGER.debug("Exit from applySortingParams(), returning {}", query);
|
LOGGER.debug("Exit from applySortingParams(), returning {}", query);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private int[] extractPriorities(String[] prioritiesInString) {
|
private int[] extractPriorities(String[] prioritiesInString) {
|
||||||
|
|
|
@ -244,7 +244,7 @@ class TaskControllerIntTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void should_ReturnAllTasksByWildcardSearch_For_ProvidedSearchValu4c() {
|
void should_ThrowException_When_ProvidingInvalidFormatForCustomAttributes() {
|
||||||
TaskRepresentationModel taskRepresentationModel = getTaskResourceSample();
|
TaskRepresentationModel taskRepresentationModel = getTaskResourceSample();
|
||||||
|
|
||||||
List<CustomAttribute> customAttributesWithNullKey = new ArrayList<>();
|
List<CustomAttribute> customAttributesWithNullKey = new ArrayList<>();
|
||||||
|
|
Loading…
Reference in New Issue