mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
Note that this was never implemented
This commit is contained in:
@@ -4640,7 +4640,7 @@ public class WorkspaceItemRestRepositoryIT extends AbstractControllerIntegration
|
|||||||
.andExpect(jsonPath("$.sections.upload.files[0].accessConditions", empty()));
|
.andExpect(jsonPath("$.sections.upload.files[0].accessConditions", empty()));
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: remove ignore
|
// The REST endpoint doesn't seem to support uploading a bitstream with the access conditions
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
@Ignore
|
||||||
public void uploadBitstreamWithAccessConditionOpenAccess() throws Exception {
|
public void uploadBitstreamWithAccessConditionOpenAccess() throws Exception {
|
||||||
|
Reference in New Issue
Block a user