Author: keith Date: Wed Mar 25 06:50:27 2009 New Revision: 32568 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32568
Log: fixing the endpoint url Modified: trunk/mashup/java/modules/integration/src/test/java/org/wso2/mashup/integration/IntegrationTest.java Modified: trunk/mashup/java/modules/integration/src/test/java/org/wso2/mashup/integration/IntegrationTest.java URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/integration/src/test/java/org/wso2/mashup/integration/IntegrationTest.java?rev=32568&r1=32567&r2=32568&view=diff ============================================================================== --- trunk/mashup/java/modules/integration/src/test/java/org/wso2/mashup/integration/IntegrationTest.java (original) +++ trunk/mashup/java/modules/integration/src/test/java/org/wso2/mashup/integration/IntegrationTest.java Wed Mar 25 06:50:27 2009 @@ -43,7 +43,7 @@ sender = new ServiceClient(); serviceEPR = new EndpointReference(host + ":" + port + "/" + serviceRoot + "/system/echoService"); versionServiceEPR = - new EndpointReference(host + ":" + port + "/" + serviceRoot + "/version/getVersion"); + new EndpointReference(host + ":" + port + "/" + serviceRoot + "/version/friendlyBuildDate"); proxyServiceEPR = new EndpointReference(host + ":" + port + "/" + serviceRoot + "/system/hostObjectService"); applicationScopeServiceEPR = _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
