mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
comment todo method
This commit is contained in:
@@ -95,8 +95,11 @@ public class SubmissionDefinitionsControllerIT extends AbstractControllerIntegra
|
||||
public void findCollections() throws Exception {
|
||||
//Match only that a section exists with a submission configuration behind
|
||||
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());
|
||||
//this is the expected result
|
||||
//.andExpect(status().isOk())
|
||||
//.andExpect(jsonPath("$.page.totalElements", is(0)));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user