Author: saminda
Date: Mon Dec 17 01:41:35 2007
New Revision: 11222

Log:

Fixes for testcase


Modified:
   trunk/wsas/java/modules/core/test/org/wso2/wsas/TomcatServerTest.java

Modified: trunk/wsas/java/modules/core/test/org/wso2/wsas/TomcatServerTest.java
==============================================================================
--- trunk/wsas/java/modules/core/test/org/wso2/wsas/TomcatServerTest.java       
(original)
+++ trunk/wsas/java/modules/core/test/org/wso2/wsas/TomcatServerTest.java       
Mon Dec 17 01:41:35 2007
@@ -72,10 +72,10 @@
 
         try {
             EndpointReference targetEPR =
-                    new EndpointReference("http://127.0.0.1"; + ":"
+                    new EndpointReference("http://"; + 
NetworkUtils.getLocalHostname() + ":"
                                           + (TestConstants.TESTING_PORT)
                                           + "/" + ServerConstants.SERVICE_PATH 
+
-                                          "/version/getVersion");
+                                          "/version");
 
             testConnect(targetEPR);
             removeProperties();

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to