mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
fix style errors
This commit is contained in:
@@ -517,7 +517,8 @@ public class BundleTest extends AbstractDSpaceObjectTest {
|
|||||||
* Test removeBitstream method and also the unsetPrimaryBitstreamID method, of class Bundle.
|
* Test removeBitstream method and also the unsetPrimaryBitstreamID method, of class Bundle.
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testRemoveBitstreamAuthAndUnsetPrimaryBitstreamID() throws IOException, SQLException, AuthorizeException {
|
public void testRemoveBitstreamAuthAndUnsetPrimaryBitstreamID()
|
||||||
|
throws IOException, SQLException, AuthorizeException {
|
||||||
// Allow Item WRITE permissions
|
// Allow Item WRITE permissions
|
||||||
doNothing().when(authorizeServiceSpy).authorizeAction(context, item, Constants.WRITE);
|
doNothing().when(authorizeServiceSpy).authorizeAction(context, item, Constants.WRITE);
|
||||||
// Allow Bundle ADD permissions
|
// Allow Bundle ADD permissions
|
||||||
|
Reference in New Issue
Block a user