mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Enable missing tests
This commit is contained in:
@@ -1227,7 +1227,12 @@ public class WorkspaceItemRestRepositoryIT extends AbstractControllerIntegration
|
||||
tsv.close();
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
/**
|
||||
* Test the creation of workspaceitems POSTing to the resource collection endpoint a ris file
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public void createSingleWorkspaceItemFromRISWithOneEntryTest() throws Exception {
|
||||
context.turnOffAuthorisationSystem();
|
||||
|
||||
@@ -1300,6 +1305,12 @@ public class WorkspaceItemRestRepositoryIT extends AbstractControllerIntegration
|
||||
ris.close();
|
||||
}
|
||||
|
||||
@Test
|
||||
/**
|
||||
* Test the creation of workspaceitems POSTing to the resource collection endpoint an endnote file
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public void createSingleWorkspaceItemFromEndnoteWithOneEntryTest() throws Exception {
|
||||
context.turnOffAuthorisationSystem();
|
||||
|
||||
|
Reference in New Issue
Block a user