[DS-3952] Fix a broken test. Various cleanups.

This commit is contained in:
Mark H. Wood
2021-08-08 19:12:49 -04:00
parent 596df53d0a
commit c427a2e83f
5 changed files with 9 additions and 61 deletions

View File

@@ -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());