Skip to content

Commit

Permalink
Merge branch 'release-5.1.0'
Browse files Browse the repository at this point in the history
Conflicts:
	modules/integration/tests-integration/tests-backend/src/test/resources/testng.xml
  • Loading branch information
malithie committed Apr 30, 2015
2 parents 296cce2 + e0be3c9 commit cc0c9af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ private SAMLSSOServiceProviderDTO getSAMLSSOServiceProviderDTO(String issuerName
samlssoServiceProviderDTO.setDoSignAssertions(true);
samlssoServiceProviderDTO.setDoSignResponse(true);
samlssoServiceProviderDTO.setDoSingleLogout(true);
samlssoServiceProviderDTO.setEnableAttributeProfile(true);
samlssoServiceProviderDTO.setEnableAttributesByDefault(true);
return samlssoServiceProviderDTO;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<test name="is-tests-all" preserve-order="true" parallel="false">
<packages>
<!--Entitlement Test Cases-->
<!--<package name="org.wso2.identity.integration.test.entitlement"/>-->
<<package name="org.wso2.identity.integration.test.entitlement"/>
<!--Application Management Test Cases-->
<package name="org.wso2.identity.integration.test.application.mgt"/>
</packages>
<classes>
<!--<class name="org.wso2.identity.integration.test.user.account.connector.UserAccountConnectorTestCase" />-->
<class name="org.wso2.identity.integration.test.user.account.connector.UserAccountConnectorTestCase" />
<class name="org.wso2.identity.integration.test.AuthenticationAdminTestCase"/>
<class name="org.wso2.identity.integration.test.um.ws.api.RemoteAuthorizationManagerServiceTestCase" />
<class name="org.wso2.identity.integration.test.mgt.ClaimManagementServiceTestCase" />
Expand All @@ -43,12 +43,12 @@
<!--Provisioning Test Cases-->
<class name="org.wso2.identity.integration.test.provisioning.ProvisioningTestCase"/>
<!--OAuth Test Cases-->
<!--<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceAuthCodeGrantOpenIdTestCase"/>-->
<!--<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceClientCredentialTestCase"/>-->
<!--<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceImplicitGrantTestCase"/>-->
<!--<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceResourceOwnerTestCase"/>-->
<!--<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceAuthCodeGrantTestCase"/>-->
<!--<class name="org.wso2.identity.integration.test.oauth2.OAuth2TokenRevokeAfterCacheTimeOutTestCase"/>-->
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceAuthCodeGrantOpenIdTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceClientCredentialTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceImplicitGrantTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceResourceOwnerTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceAuthCodeGrantTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2TokenRevokeAfterCacheTimeOutTestCase"/>
<!--OpenId Test Cases-->
<class name="org.wso2.identity.integration.test.openid.OpenIDAuthenticationTestCase" />
<class name="org.wso2.identity.integration.test.openid.OpenIDProviderServerConfigTestCase" />
Expand All @@ -60,16 +60,16 @@
<class name="org.wso2.identity.integration.test.sts.TestPassiveSTSFederation"/>
<!--User Profile Management Test Cases-->
<class name="org.wso2.identity.integration.test.user.profile.mgt.UserProfileMgtTestCase"/>
<!--<class name="org.wso2.identity.integration.test.user.profile.mgt.UserProfileAdminTestCase"/>-->
<class name="org.wso2.identity.integration.test.user.profile.mgt.UserProfileAdminTestCase"/>
<!--SCIM Test Cases-->
<!--<class name="org.wso2.identity.integration.test.scim.SCIMUserProviderTestCase" />-->
<class name="org.wso2.identity.integration.test.scim.SCIMUserProviderTestCase" />
<class name="org.wso2.identity.integration.test.scim.SCIMServiceProviderUserTestCase" />
<class name="org.wso2.identity.integration.test.scim.SCIMServiceProviderGroupTestCase" />
<!--<class name="org.wso2.identity.integration.test.scim.SCIMGlobalProviderTestCase" />-->
<!--SAML Test Cases-->
<!--<class name="org.wso2.identity.integration.test.saml.SAMLIdentityFederationTestCase"/>-->
<class name="org.wso2.identity.integration.test.saml.SAMLIdentityFederationTestCase"/>
<!--Notification mgt UserOperation test case-->
<!--<class name="org.wso2.identity.integration.test.user.profile.mgt.NotificationOnUserOperationTestCase"/>-->
<class name="org.wso2.identity.integration.test.user.profile.mgt.NotificationOnUserOperationTestCase"/>
</classes>
</test>

Expand Down

0 comments on commit cc0c9af

Please sign in to comment.