-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.2
-
Component/s: Unit Testing Framework
-
Labels:None
-
Attachments:
-
Comments:2
-
Documentation Status:Not Required
DSpace loads a specific Spring configuration for unit tests. This configuration contains a configuration for DSpace's IdentifierService. Unfortunately the file containing the configuration is named dspace-api/src/test/data/dspaceFolder/config/spring/api/identifier-service-test.xml instead of identifier-service.xml. Therefore it is ignored. We should rename the file.