[GitHub] syncope issue #34: Added Tests for Eclipse Plugin

2016-08-16 Thread ilgrosso
Github user ilgrosso commented on the issue: https://github.com/apache/syncope/pull/34 Overall, as you can read from comments, I think it would be better to move the test cases under `fit/core-reference`. Moreover, isn't there any way to run such tests headless, e.g. without

[GitHub] syncope pull request #34: Added Tests for Eclipse Plugin

2016-08-16 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/34#discussion_r75065786 --- Diff: ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/src/main/java/org/apache/syncope/ide/eclipse/tests/SyncopeViewTestCase.java --- @@ -0,0

[GitHub] syncope pull request #34: Added Tests for Eclipse Plugin

2016-08-16 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/34#discussion_r75065711 --- Diff: ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml --- @@ -0,0 +1,83 @@ + + +http://maven.apache.org/POM/4.0.0;

[GitHub] syncope pull request #34: Added Tests for Eclipse Plugin

2016-08-16 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/34#discussion_r75065673 --- Diff: ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/pom.xml --- @@ -0,0 +1,83 @@ + --- End diff -- Why tests in a separate

[GitHub] syncope issue #34: Added Tests for Eclipse Plugin

2016-08-16 Thread ilgrosso
Github user ilgrosso commented on the issue: https://github.com/apache/syncope/pull/34 Linking to SYNCOPE-809 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[jira] [Commented] (SYNCOPE-809) Eclipse plugin

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15423946#comment-15423946 ] ASF GitHub Bot commented on SYNCOPE-809: Github user ilgrosso commented on the issue:

[GitHub] syncope pull request #34: Added Tests for Eclipse Plugin

2016-08-16 Thread tmess567
GitHub user tmess567 opened a pull request: https://github.com/apache/syncope/pull/34 Added Tests for Eclipse Plugin I have yet to test out the Travis config to see if it can run these tests. Also Editor Tests are not complete yet because for some reason swtbot is unable to

[jira] [Commented] (SYNCOPE-700) Documentation artifacts

2016-08-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15422896#comment-15422896 ] ASF subversion and git services commented on SYNCOPE-700: - Commit

[GitHub] syncope pull request #26: [SYNCOPE-880] Identity Recertification

2016-08-16 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/26#discussion_r74886819 --- Diff: core/workflow-activiti/src/main/resources/userWorkflow.bpmn20.xml --- @@ -82,12 +82,47 @@ under the License. +

[jira] [Commented] (SYNCOPE-880) Identity Recertification

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15422343#comment-15422343 ] ASF GitHub Bot commented on SYNCOPE-880: Github user ilgrosso commented on a diff in the pull

[jira] [Commented] (SYNCOPE-880) Identity Recertification

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15422340#comment-15422340 ] ASF GitHub Bot commented on SYNCOPE-880: Github user ilgrosso commented on a diff in the pull

[GitHub] syncope pull request #26: [SYNCOPE-880] Identity Recertification

2016-08-16 Thread ilgrosso
Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/26#discussion_r74886344 --- Diff: fit/core-reference/src/main/java/org/apache/syncope/fit/core/reference/TestIdentityRecertification.java --- @@ -0,0 +1,100 @@ +/* + *