mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Unused import in test.
This commit is contained in:
@@ -34,7 +34,6 @@ import org.dspace.content.service.ItemService;
|
||||
import org.dspace.eperson.EPerson;
|
||||
import org.dspace.eperson.Group;
|
||||
import org.hamcrest.Matchers;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
||||
@@ -45,7 +44,6 @@ public class IIIFControllerIT extends AbstractControllerIntegrationTest {
|
||||
@Autowired
|
||||
ItemService itemService;
|
||||
|
||||
|
||||
@Test
|
||||
public void disabledTest() throws Exception {
|
||||
context.turnOffAuthorisationSystem();
|
||||
|
Reference in New Issue
Block a user