This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 36ccd3b  [SYNCOPE-1396] Fix build
36ccd3b is described below

commit 36ccd3b56df03d94c6e9ab656c55c940fab8fce0
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Tue Nov 13 09:44:01 2018 +0100

    [SYNCOPE-1396] Fix build
---
 .../src/test/java/org/apache/syncope/fit/core/RESTITCase.java          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/RESTITCase.java 
b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/RESTITCase.java
index 9c2fffe..44dfea0 100644
--- 
a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/RESTITCase.java
+++ 
b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/RESTITCase.java
@@ -176,7 +176,8 @@ public class RESTITCase extends AbstractITCase {
                 factory.getRestClientFactoryBean(),
                 factory.getExceptionMapper(),
                 new BasicAuthenticationHandler(ADMIN_UNAME, ADMIN_PWD),
-                false);
+                false,
+                null);
 
         // perform operation
         AnyTypeClassService service = 
client.getService(AnyTypeClassService.class);

Reply via email to