From 9ddcf21125fc0ab712f401763132b2617ebd6fa2 Mon Sep 17 00:00:00 2001 From: Pulasthi Mahawithana Date: Sun, 9 Oct 2016 20:55:15 +0530 Subject: [PATCH] Fixing tests and updating the component versions --- .../IS/analytics/config/identit_analytics_enabled.xml | 5 +++++ .../artifacts/IS/analytics/config/identit_original.xml | 5 +++++ .../IS/identityMgt/identity-accountlock-enabled.xml | 5 +++++ .../identity-identitymgtlistener-enabled.xml | 5 +++++ .../identity-ssoservice-entityid-changed.xml | 5 +++++ .../resources/artifacts/IS/openId/identity-default.xml | 5 +++++ .../artifacts/IS/openId/identity-skipuserconsent.xml | 5 +++++ .../artifacts/IS/provisioning/identity-dbseperated.xml | 5 +++++ .../artifacts/IS/provisioning/identity-default.xml | 5 +++++ .../IS/saml/identity-mgt-listener-enabled.xml | 5 +++++ pom.xml | 10 +++++----- 11 files changed, 55 insertions(+), 5 deletions(-) diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/analytics/config/identit_analytics_enabled.xml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/analytics/config/identit_analytics_enabled.xml index 65010da4c70..06897b9aeb5 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/analytics/config/identit_analytics_enabled.xml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/analytics/config/identit_analytics_enabled.xml @@ -387,6 +387,11 @@ 3 true + + false + false + true + diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/analytics/config/identit_original.xml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/analytics/config/identit_original.xml index 2d8ab452a84..1aab2ebeb7d 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/analytics/config/identit_original.xml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/analytics/config/identit_original.xml @@ -387,6 +387,11 @@ 3 true + + false + false + true + diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/identity-accountlock-enabled.xml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/identity-accountlock-enabled.xml index 3744f933f45..8e32126e9a1 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/identity-accountlock-enabled.xml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/identity-accountlock-enabled.xml @@ -365,6 +365,11 @@ 3 true + + false + false + true + diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/identity-identitymgtlistener-enabled.xml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/identity-identitymgtlistener-enabled.xml index e72c8c84d02..8b3954baae1 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/identity-identitymgtlistener-enabled.xml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/identity-identitymgtlistener-enabled.xml @@ -433,6 +433,11 @@ 3 true + + false + false + true + diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/identity-ssoservice-entityid-changed.xml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/identity-ssoservice-entityid-changed.xml index a9184f13962..3c00b80a755 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/identity-ssoservice-entityid-changed.xml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/identityMgt/identity-ssoservice-entityid-changed.xml @@ -269,6 +269,11 @@ 3 true + + false + false + true + diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/openId/identity-default.xml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/openId/identity-default.xml index 3ec8acbb0fb..b57e93beaf1 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/openId/identity-default.xml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/openId/identity-default.xml @@ -269,6 +269,11 @@ 3 true + + false + false + true + diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/openId/identity-skipuserconsent.xml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/openId/identity-skipuserconsent.xml index a748d407954..bc70da39d96 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/openId/identity-skipuserconsent.xml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/openId/identity-skipuserconsent.xml @@ -269,6 +269,11 @@ 3 true + + false + false + true + diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/identity-dbseperated.xml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/identity-dbseperated.xml index bd5e8548a29..a8c2db4331c 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/identity-dbseperated.xml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/identity-dbseperated.xml @@ -360,6 +360,11 @@ 3 true + + false + false + true + diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/identity-default.xml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/identity-default.xml index 0951bf47072..6aec19fc248 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/identity-default.xml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/provisioning/identity-default.xml @@ -382,6 +382,11 @@ 3 true + + false + false + true + diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/identity-mgt-listener-enabled.xml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/identity-mgt-listener-enabled.xml index 3bba0bea203..893e5eb5f58 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/identity-mgt-listener-enabled.xml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/IS/saml/identity-mgt-listener-enabled.xml @@ -433,6 +433,11 @@ 3 true + + false + false + true + diff --git a/pom.xml b/pom.xml index ee846a4531c..294bf809cc8 100755 --- a/pom.xml +++ b/pom.xml @@ -1203,16 +1203,16 @@ 5.3.0-SNAPSHOT - 5.5.1 + 5.5.5 5.2.0 5.1.5 5.1.3 - 5.2.1 + 5.2.2 5.2.0 5.1.3 - 5.1.4 + 5.1.5 5.1.3 5.1.3 5.1.2 @@ -1238,10 +1238,10 @@ 0.1.1 - 0.1.1 + 0.1.5 0.1.0 1.0.0 - 0.1.0 + 0.1.3