Hi Pushpalanka,

Can you revert this commit please. Test framework 4.2.0 version is already
released. You have to use 4.2.1 version with IS 4.5.1

Thanks,

Krishantha Samaraweera
Senior Technical Lead - Test Automation.
Mobile: +94 7777 599 18; blog: http://opensource-soa.blogspot.com/
WSO2, Inc.; http://wso2.com/
lean . enterprise . middlewear.


On Mon, Sep 16, 2013 at 7:51 PM, <[email protected]> wrote:

> Author: [email protected]
> Date: Mon Sep 16 19:51:08 2013
> New Revision: 185625
> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=185625
>
> Log:
> Refactored Class Name
>
> Added:
>
>  
> carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigAdminServiceClient.java
>       - copied, changed from r185624,
> /carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigurationClient.java
> Modified:
>
>  
> carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigurationClient.java
>
> Copied:
> carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigAdminServiceClient.java
> (from r185624,
> /carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigurationClient.java)
> URL:
> http://wso2.org/svn/browse/wso2/carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigAdminServiceClient.java?rev=185625&r1=185624&r2=185625&view=diff
>
> ==============================================================================
> ---
> /carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigurationClient.java
>       (original)
> +++
> carbon/platform/branches/4.2.0/platform-integration/test-automation-framework/4.2.0/org.wso2.carbon.automation.api/src/main/java/org/wso2/carbon/automation/api/clients/identity/user/store/config/UserStoreConfigAdminServiceClient.java
>   Mon Sep 16 19:51:08 2013
> @@ -29,7 +29,7 @@
>  import org.wso2.carbon.utils.CarbonUtils;
>
>
> -public class UserStoreConfigurationClient {
> +public class UserStoreConfigAdminServiceClient {
>
>      private final Log log = LogFactory.getLog(UserManagementClient.class);
>      private final String serviceName = "UserStoreConfigAdminService";
> @@ -38,14 +38,14 @@
>      private static final String deploymentDirectory =
> CarbonUtils.getCarbonRepository() + USERSTORES;
>
>
> -    public UserStoreConfigurationClient(String backendURL, String
> sessionCookie) throws AxisFault {
> +    public UserStoreConfigAdminServiceClient(String backendURL, String
> sessionCookie) throws AxisFault {
>
>          String endPoint = backendURL + serviceName;
>          userStoreConfigAdminServiceStub = new
> UserStoreConfigAdminServiceStub(endPoint);
>          AuthenticateStub.authenticateStub(sessionCookie,
> userStoreConfigAdminServiceStub);
>      }
>
> -    public UserStoreConfigurationClient(String backendURL, String
> userName, String password)
> +    public UserStoreConfigAdminServiceClient(String backendURL, String
> userName, String password)
>              throws AxisFault {
>
>          String endPoint = backendURL + serviceName;
> _______________________________________________
> Commits mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/commits
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to