mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
[DS-3952] Fix a broken test. Various cleanups.
This commit is contained in:
@@ -77,7 +77,7 @@ public class AbstractDSpaceTest {
|
||||
|
||||
//load the properties of the tests
|
||||
testProps = new Properties();
|
||||
URL properties = AbstractUnitTest.class.getClassLoader()
|
||||
URL properties = AbstractDSpaceTest.class.getClassLoader()
|
||||
.getResource("test-config.properties");
|
||||
testProps.load(properties.openStream());
|
||||
|
||||
|
Reference in New Issue
Block a user