mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
Update Test Environment to use its own local.cfg INSTEAD OF dspace.cfg.more / merging multiple configs
This commit is contained in:
@@ -404,7 +404,7 @@ public class ItemTest extends AbstractDSpaceObjectTest
|
||||
*/
|
||||
@Test
|
||||
public void testAddMetadata_7args_1_authority() throws InstantiationException, IllegalAccessException, NoSuchMethodException, SecurityException, IllegalArgumentException, InvocationTargetException, SQLException {
|
||||
//we have enabled an authority control in dspace-test.cfg to run this test
|
||||
//we have enabled an authority control in our test local.cfg to run this test
|
||||
//as MetadataAuthorityManager can't be mocked properly
|
||||
|
||||
String schema = "dc";
|
||||
@@ -504,7 +504,7 @@ public class ItemTest extends AbstractDSpaceObjectTest
|
||||
@Test
|
||||
public void testAddMetadata_7args_2_authority() throws SQLException
|
||||
{
|
||||
//we have enabled an authority control in dspace-test.cfg to run this test
|
||||
//we have enabled an authority control in our test local.cfg to run this test
|
||||
//as MetadataAuthorityManager can't be mocked properly
|
||||
|
||||
String schema = "dc";
|
||||
|
Reference in New Issue
Block a user