Author: mageshbk(a)jboss.com
Date: 2007-05-06 03:46:02 -0400 (Sun, 06 May 2007)
New Revision: 2978
Modified:
branches/jbossws-1.2.0.SP1-JBWS-1643/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/jbws1190/TestEndpointImpl.java
Log:
Reverted the changes
Modified:
branches/jbossws-1.2.0.SP1-JBWS-1643/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/jbws1190/TestEndpointImpl.java
===================================================================
---
branches/jbossws-1.2.0.SP1-JBWS-1643/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/jbws1190/TestEndpointImpl.java 2007-05-06
06:50:21 UTC (rev 2977)
+++
branches/jbossws-1.2.0.SP1-JBWS-1643/jbossws-tests/src/java/org/jboss/test/ws/jaxrpc/jbws1190/TestEndpointImpl.java 2007-05-06
07:46:02 UTC (rev 2978)
@@ -35,7 +35,6 @@
/**
*
* @author darran.lofthouse(a)jboss.com
- * @author mageshbk(a)jboss.com
* @since 19-October-2006
*/
public class TestEndpointImpl implements TestEndpoint
@@ -61,7 +60,7 @@
}
});
- assertEquals("WSDL files found", 2, wsdls.length);
+ assertEquals("WSDL files found", 1, wsdls.length);
WSDLDefinitionsFactory factory = WSDLDefinitionsFactory.newInstance();
WSDLDefinitions wsdl;
@@ -75,10 +74,10 @@
}
WSDLService[] services = wsdl.getServices();
- assertEquals("No of services", 2, services.length);
+ assertEquals("No of services", 1, services.length);
WSDLEndpoint[] endpoints = services[0].getEndpoints();
- assertEquals("No of endpoints", 2, endpoints.length);
+ assertEquals("No of endpoints", 1, endpoints.length);
String address = endpoints[0].getAddress();
assertTrue("Expected Scheme '" + scheme + "'",
address.startsWith(scheme + "://"));
Show replies by date