mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Ensure dspace.dir system property also specified for Integration Tests
This commit is contained in:
@@ -74,6 +74,7 @@ public class AbstractDSpaceTest
|
||||
kernelImpl = DSpaceKernelInit.getKernel(null);
|
||||
if (!kernelImpl.isRunning())
|
||||
{
|
||||
// NOTE: the "dspace.dir" system property MUST be specified via Maven
|
||||
kernelImpl.start(System.getProperty("dspace.dir")); // init the kernel
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user