Skip to content

Commit

Permalink
Merge pull request #74 from hpmtissera/master
Browse files Browse the repository at this point in the history
Remove failing test cases until properly fixed
  • Loading branch information
hpmtissera committed Apr 30, 2015
2 parents f4ded47 + b96dbe6 commit 296cce2
Showing 1 changed file with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

<test name="is-tests-usr-mgt" preserve-order="true" parallel="false">
<classes>
<!--<class name="org.wso2.identity.integration.test.user.mgt.UserMgtTestCase" />-->
<!--<class name="org.wso2.identity.integration.test.user.mgt.ReadWriteLdapBasedUserMgtTestCase" />-->
<!--<class name="org.wso2.identity.integration.test.user.mgt.ReadWriteLDAPUserStoreManagerTestCase" />-->
<!--<class name="org.wso2.identity.integration.test.user.mgt.ReadOnlyLDAPUserStoreManagerTestCase" />-->
<!--<class name="org.wso2.identity.integration.test.user.mgt.JDBCBasedUserMgtTestCase" />-->
<!--<class name="org.wso2.identity.integration.test.user.mgt.JDBCUserStoreManagerTestCase" />-->
<!--<class name="org.wso2.identity.integration.test.user.mgt.remote.RemoteUserStoreManagerServiceTestCase" />-->
<class name="org.wso2.identity.integration.test.user.mgt.UserMgtTestCase" />
<class name="org.wso2.identity.integration.test.user.mgt.ReadWriteLdapBasedUserMgtTestCase" />
<class name="org.wso2.identity.integration.test.user.mgt.ReadWriteLDAPUserStoreManagerTestCase" />
<class name="org.wso2.identity.integration.test.user.mgt.ReadOnlyLDAPUserStoreManagerTestCase" />
<class name="org.wso2.identity.integration.test.user.mgt.JDBCBasedUserMgtTestCase" />
<class name="org.wso2.identity.integration.test.user.mgt.JDBCUserStoreManagerTestCase" />
<class name="org.wso2.identity.integration.test.user.mgt.remote.RemoteUserStoreManagerServiceTestCase" />
</classes>
</test>

Expand All @@ -27,21 +27,21 @@
<!--Entitlement Test Cases-->
<!--<package name="org.wso2.identity.integration.test.entitlement"/>-->
<!--Application Management Test Cases-->
<!--<package name="org.wso2.identity.integration.test.application.mgt"/>-->
<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.AuthenticationAdminTestCase"/>-->
<!--<class name="org.wso2.identity.integration.test.um.ws.api.RemoteAuthorizationManagerServiceTestCase" />-->
<!--<class name="org.wso2.identity.integration.test.mgt.ClaimManagementServiceTestCase" />-->
<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" />
<!--Identity Management Test Cases-->
<!--<class name="org.wso2.identity.integration.test.identity.mgt.AccountCredentialMgtConfigServiceTestCase" />-->
<!--<class name="org.wso2.identity.integration.test.identity.mgt.IdentityProviderMgtServiceTestCase" />-->
<class name="org.wso2.identity.integration.test.identity.mgt.AccountCredentialMgtConfigServiceTestCase" />
<class name="org.wso2.identity.integration.test.identity.mgt.IdentityProviderMgtServiceTestCase" />
<!--User Store Test Cases-->
<!--<class name="org.wso2.identity.integration.test.user.store.config.UserStoreConfigAdminTestCase"/>-->
<!--<class name="org.wso2.identity.integration.test.user.store.config.UserStoreDeployerTestCase"/>-->
<class name="org.wso2.identity.integration.test.user.store.config.UserStoreConfigAdminTestCase"/>
<class name="org.wso2.identity.integration.test.user.store.config.UserStoreDeployerTestCase"/>
<!--Provisioning Test Cases-->
<!--<class name="org.wso2.identity.integration.test.provisioning.ProvisioningTestCase"/>-->
<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"/>-->
Expand All @@ -50,21 +50,21 @@
<!--<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" />-->
<!--<class name="org.wso2.identity.integration.test.openid.OpenIDUserProfileTestCase"/>-->
<!--<class name="org.wso2.identity.integration.test.openid.OpenIDRPManagementTestCase"/>-->
<!--<class name="org.wso2.identity.integration.test.openid.OpenIDSSOTestCase" />-->
<class name="org.wso2.identity.integration.test.openid.OpenIDAuthenticationTestCase" />
<class name="org.wso2.identity.integration.test.openid.OpenIDProviderServerConfigTestCase" />
<class name="org.wso2.identity.integration.test.openid.OpenIDUserProfileTestCase"/>
<class name="org.wso2.identity.integration.test.openid.OpenIDRPManagementTestCase"/>
<class name="org.wso2.identity.integration.test.openid.OpenIDSSOTestCase" />
<!--PassiveSTS Test Cases-->
<!--<class name="org.wso2.identity.integration.test.sts.TestPassiveSTS"/>-->
<!--<class name="org.wso2.identity.integration.test.sts.TestPassiveSTSFederation"/>-->
<class name="org.wso2.identity.integration.test.sts.TestPassiveSTS"/>
<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.UserProfileMgtTestCase"/>
<!--<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.SCIMServiceProviderUserTestCase" />-->
<!--<class name="org.wso2.identity.integration.test.scim.SCIMServiceProviderGroupTestCase" />-->
<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"/>-->
Expand All @@ -75,7 +75,7 @@

<test name="is-tests-sequential" preserve-order="true" parallel="false" group-by-instances="true">
<classes>
<!--<class name="org.wso2.identity.integration.test.saml.SAMLSSOTestCase"/>-->
<class name="org.wso2.identity.integration.test.saml.SAMLSSOTestCase"/>
</classes>
</test>

Expand Down

0 comments on commit 296cce2

Please sign in to comment.