This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new a3ea751 [SYNCOPE-1564] Fixing test execution
a3ea751 is described below
commit a3ea7510ef61074e193e2d519e4c21745166681a
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon May 18 15:25:29 2020 +0200
[SYNCOPE-1564] Fixing test execution
---
core/rest-cxf/src/test/resources/restCXFTest.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/rest-cxf/src/test/resources/restCXFTest.xml
b/core/rest-cxf/src/test/resources/restCXFTest.xml
index 3acbed5..675dcbd 100644
--- a/core/rest-cxf/src/test/resources/restCXFTest.xml
+++ b/core/rest-cxf/src/test/resources/restCXFTest.xml
@@ -52,7 +52,7 @@ under the License.
<bean id="dateParamConverterProvider"
class="org.apache.syncope.common.rest.api.DateParamConverterProvider"/>
- <bean id="jacksonObjectMapper"
class="org.apache.syncope.core.rest.cxf.UnwrappedObjectMapper"/>
+ <bean id="jacksonObjectMapper"
class="org.apache.syncope.core.rest.cxf.SyncopeObjectMapper"/>
<bean id="jsonProvider"
class="com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider">
<property name="mapper" ref="jacksonObjectMapper"/>
</bean>