mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
[TL-249] Checkstyle fix
This commit is contained in:
@@ -759,7 +759,8 @@ public class DOIIdentifierProviderTest
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testUpdateMetadataSkippedForPending() throws SQLException, AuthorizeException, IOException, IdentifierException, IllegalAccessException,
|
public void testUpdateMetadataSkippedForPending()
|
||||||
|
throws SQLException, AuthorizeException, IOException, IdentifierException, IllegalAccessException,
|
||||||
WorkflowException {
|
WorkflowException {
|
||||||
context.turnOffAuthorisationSystem();
|
context.turnOffAuthorisationSystem();
|
||||||
Item item = newItem();
|
Item item = newItem();
|
||||||
@@ -778,7 +779,8 @@ public class DOIIdentifierProviderTest
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testUpdateMetadataSkippedForMinted() throws SQLException, AuthorizeException, IOException, IdentifierException, IllegalAccessException,
|
public void testUpdateMetadataSkippedForMinted()
|
||||||
|
throws SQLException, AuthorizeException, IOException, IdentifierException, IllegalAccessException,
|
||||||
WorkflowException {
|
WorkflowException {
|
||||||
context.turnOffAuthorisationSystem();
|
context.turnOffAuthorisationSystem();
|
||||||
Item item = newItem();
|
Item item = newItem();
|
||||||
@@ -797,7 +799,8 @@ public class DOIIdentifierProviderTest
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testLoadOrCreateDOIReturnsMintedStatus() throws SQLException, AuthorizeException, IOException, IdentifierException, IllegalAccessException,
|
public void testLoadOrCreateDOIReturnsMintedStatus()
|
||||||
|
throws SQLException, AuthorizeException, IOException, IdentifierException, IllegalAccessException,
|
||||||
WorkflowException {
|
WorkflowException {
|
||||||
Item item = newItem();
|
Item item = newItem();
|
||||||
// Mint a DOI without an explicit reserve or register context
|
// Mint a DOI without an explicit reserve or register context
|
||||||
|
Reference in New Issue
Block a user