Skip to content

Commit

Permalink
Remove Youtube API and add custom API
Browse files Browse the repository at this point in the history
  • Loading branch information
sanethd committed Jun 5, 2015
1 parent 20b9f25 commit fe9e50e
Showing 1 changed file with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,39 +63,39 @@
</test>


<!--<test name="apim-integration-tests-samples" preserve-order="true" parallel="false">-->
<test name="apim-integration-tests-samples" preserve-order="true" parallel="false">

<!--<classes>-->
<classes>

<!--<class name="org.wso2.am.integration.tests.login.LoginValidationTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.server.mgt.APIMgtServerStartupTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.other.APIInvocationFailureTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.token.APIManager3152RefreshTokenTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.resources.APIResourceModificationTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.other.DAOTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.version.DefaultVersionAPITestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.login.EmailUserNameLoginTestCase"/>-->
<!--&lt;!&ndash;<class name="org.wso2.am.integration.tests.other.ErrorMessageTypeTestCase"/>&ndash;&gt;-->
<!--<class name="org.wso2.am.integration.tests.json.ESBJAVA3380TestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.jwt.JWTTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.token.RefreshTokenTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.other.TagsRatingCommentTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.throttling.ThrottlingTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.token.TokenAPITestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.token.OpenIDTokenAPITestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.samples.YouTubeAPITestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.rest.URLMappingRESTTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.other.APIMANAGER2611EndpointValidationTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.server.mgt.OSGIServerBundleStatusTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.other.APIScopeTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.other.TokenEncryptionScopeTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.other.LocationHeaderTestCase"/>-->
<!--&lt;!&ndash; <class name="org.wso2.am.integration.tests.jwt.EmailUserNameJWTAssertionTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.hostobject.HostObjectTestCase"/>-->
<!--<class name="org.wso2.am.integration.tests.otherDefaultVersionWithScopesTesCase"/>-->
<!--<class name="org.wso2.am.integration.tests.header.ContentLengthHeaderTestCase"/> &ndash;&gt;-->
<class name="org.wso2.am.integration.tests.login.LoginValidationTestCase"/>
<class name="org.wso2.am.integration.tests.server.mgt.APIMgtServerStartupTestCase"/>
<class name="org.wso2.am.integration.tests.other.APIInvocationFailureTestCase"/>
<class name="org.wso2.am.integration.tests.token.APIManager3152RefreshTokenTestCase"/>
<class name="org.wso2.am.integration.tests.resources.APIResourceModificationTestCase"/>
<class name="org.wso2.am.integration.tests.other.DAOTestCase"/>
<class name="org.wso2.am.integration.tests.version.DefaultVersionAPITestCase"/>
<class name="org.wso2.am.integration.tests.login.EmailUserNameLoginTestCase"/>
<!--<class name="org.wso2.am.integration.tests.other.ErrorMessageTypeTestCase"/>-->
<class name="org.wso2.am.integration.tests.json.ESBJAVA3380TestCase"/>
<class name="org.wso2.am.integration.tests.jwt.JWTTestCase"/>
<class name="org.wso2.am.integration.tests.token.RefreshTokenTestCase"/>
<class name="org.wso2.am.integration.tests.other.TagsRatingCommentTestCase"/>
<class name="org.wso2.am.integration.tests.throttling.ThrottlingTestCase"/>
<class name="org.wso2.am.integration.tests.token.TokenAPITestCase"/>
<class name="org.wso2.am.integration.tests.token.OpenIDTokenAPITestCase"/>
<class name="org.wso2.am.integration.tests.samples.YouTubeAPITestCase"/>
<class name="org.wso2.am.integration.tests.rest.URLMappingRESTTestCase"/>
<class name="org.wso2.am.integration.tests.other.APIMANAGER2611EndpointValidationTestCase"/>
<class name="org.wso2.am.integration.tests.server.mgt.OSGIServerBundleStatusTestCase"/>
<class name="org.wso2.am.integration.tests.other.APIScopeTestCase"/>
<class name="org.wso2.am.integration.tests.other.TokenEncryptionScopeTestCase"/>
<class name="org.wso2.am.integration.tests.other.LocationHeaderTestCase"/>
<!-- <class name="org.wso2.am.integration.tests.jwt.EmailUserNameJWTAssertionTestCase"/>
<class name="org.wso2.am.integration.tests.hostobject.HostObjectTestCase"/>
<class name="org.wso2.am.integration.tests.otherDefaultVersionWithScopesTesCase"/>
<class name="org.wso2.am.integration.tests.header.ContentLengthHeaderTestCase"/> -->

<!--</classes>-->
<!--</test>-->
</classes>
</test>

</suite>

0 comments on commit fe9e50e

Please sign in to comment.