There a typo in the implementation of org.nuxeo.runtime.test.runner.RuntimeDeployment.deploy(FeaturesRunner, RuntimeHarness) which makes it fail at looking up FeaturesRunner.getTargetTestResource(String) for the local contrib deployment. This is likely not visible because covered by the following fall backs.
- is required by
-
NXP-18667 Use Environment.getTemp() and nuxeo.tmp.dir
- Resolved