mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 22:43:12 +00:00
Rewrite ConfigurationManager to wrap ConfigurationService. Removal of "dspace-config" and "dspace.configuration" system/servlet params
This commit is contained in:
@@ -126,8 +126,8 @@ public class EZIDIdentifierProviderTest
|
||||
public static void setUpClass()
|
||||
throws Exception
|
||||
{
|
||||
// Find the usual kernel services
|
||||
config = kernelImpl.getConfigurationService();
|
||||
// Find the configuration service
|
||||
config = new DSpace().getConfigurationService();
|
||||
|
||||
// Configure the service under test.
|
||||
config.setProperty(EZIDIdentifierProvider.CFG_SHOULDER, TEST_SHOULDER);
|
||||
|
Reference in New Issue
Block a user