You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/07/05 09:52:11 UTC

syncope git commit: Forgot to add fix test methods execution

Repository: syncope
Updated Branches:
  refs/heads/master df7613e50 -> e74a10a25


Forgot to add fix test methods execution


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/e74a10a2
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/e74a10a2
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/e74a10a2

Branch: refs/heads/master
Commit: e74a10a25e397eecf6774ca308269cdfa1462d16
Parents: df7613e
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Jul 5 11:52:04 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Jul 5 11:52:04 2016 +0200

----------------------------------------------------------------------
 .../test/java/org/apache/syncope/fit/core/UserIssuesITCase.java   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/e74a10a2/fit/core-reference/src/test/java/org/apache/syncope/fit/core/UserIssuesITCase.java
----------------------------------------------------------------------
diff --git a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/UserIssuesITCase.java b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/UserIssuesITCase.java
index 1e50c24..fc7aa62 100644
--- a/fit/core-reference/src/test/java/org/apache/syncope/fit/core/UserIssuesITCase.java
+++ b/fit/core-reference/src/test/java/org/apache/syncope/fit/core/UserIssuesITCase.java
@@ -70,10 +70,13 @@ import org.apache.syncope.fit.AbstractITCase;
 import org.apache.syncope.fit.core.reference.DoubleValueLogicActions;
 import org.identityconnectors.framework.common.objects.Name;
 import org.identityconnectors.framework.common.objects.OperationalAttributes;
+import org.junit.FixMethodOrder;
 import org.junit.Test;
+import org.junit.runners.MethodSorters;
 import org.springframework.dao.EmptyResultDataAccessException;
 import org.springframework.jdbc.core.JdbcTemplate;
 
+@FixMethodOrder(MethodSorters.JVM)
 public class UserIssuesITCase extends AbstractITCase {
 
     @Test