This is an automated email from the ASF dual-hosted git repository.
andreapatricelli 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 f296b57 [SYNCOPE-1421] nicer enduser test name
f296b57 is described below
commit f296b577d24188780c6601ecc0cdbbac1a06b46e
Author: Andrea Patricelli <[email protected]>
AuthorDate: Thu Jun 13 18:03:47 2019 +0200
[SYNCOPE-1421] nicer enduser test name
---
.../fit/enduser/{SelfRegistrationITCase.java => EnduserITCase.java} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/fit/core-reference/src/test/java/org/apache/syncope/fit/enduser/SelfRegistrationITCase.java
b/fit/core-reference/src/test/java/org/apache/syncope/fit/enduser/EnduserITCase.java
similarity index 99%
rename from
fit/core-reference/src/test/java/org/apache/syncope/fit/enduser/SelfRegistrationITCase.java
rename to
fit/core-reference/src/test/java/org/apache/syncope/fit/enduser/EnduserITCase.java
index bfa2ff6..0ddab59 100644
---
a/fit/core-reference/src/test/java/org/apache/syncope/fit/enduser/SelfRegistrationITCase.java
+++
b/fit/core-reference/src/test/java/org/apache/syncope/fit/enduser/EnduserITCase.java
@@ -41,7 +41,7 @@ import org.apache.wicket.util.tester.FormTester;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
-public class SelfRegistrationITCase extends AbstractEnduserITCase {
+public class EnduserITCase extends AbstractEnduserITCase {
private static final String WIZARD_FORM = "body:wizard:form";