comment todo method

This commit is contained in:
Terry W Brady
2018-05-15 12:22:52 -07:00
parent 42d0a223d2
commit eb9d2d1f49

View File

@@ -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