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