mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
Save point: [skip ci]
* Testing the controller
This commit is contained in:
@@ -62,7 +62,7 @@ public class TransformRegistryImpl extends AbstractTransformRegistry
|
||||
@Value("${transform.core.config.location:classpath:engine_config.json}")
|
||||
private String locationFromProperty;
|
||||
|
||||
@Value("${transform.core.version}")
|
||||
@Autowired
|
||||
private String coreVersion;
|
||||
|
||||
private Resource engineConfig;
|
||||
|
@@ -114,7 +114,7 @@ public abstract class AbstractTransformerControllerTest
|
||||
@SpyBean
|
||||
protected TransformServiceRegistry transformRegistry;
|
||||
|
||||
@Value("${transform.core.version}")
|
||||
@Autowired
|
||||
private String coreVersion;
|
||||
|
||||
protected String sourceExtension;
|
||||
|
Reference in New Issue
Block a user