mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
comment todo method
This commit is contained in:
@@ -95,8 +95,11 @@ public class SubmissionDefinitionsControllerIT extends AbstractControllerIntegra
|
|||||||
public void findCollections() throws Exception {
|
public void findCollections() throws Exception {
|
||||||
//Match only that a section exists with a submission configuration behind
|
//Match only that a section exists with a submission configuration behind
|
||||||
getClient().perform(get("/api/config/submissiondefinitions/traditional/collections"))
|
getClient().perform(get("/api/config/submissiondefinitions/traditional/collections"))
|
||||||
//Does this status change make sense?
|
//TODO - this method should return an empty page
|
||||||
.andExpect(status().isNoContent());
|
.andExpect(status().isNoContent());
|
||||||
|
//this is the expected result
|
||||||
|
//.andExpect(status().isOk())
|
||||||
|
//.andExpect(jsonPath("$.page.totalElements", is(0)));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Reference in New Issue
Block a user