Author: chris.laprun(a)jboss.com
Date: 2010-09-07 07:20:54 -0400 (Tue, 07 Sep 2010)
New Revision: 4065
Modified:
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/consumer/services/SOAPServiceFactoryTestCase.java
Log:
- GTNWSRP-68: added test case.
Modified:
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/consumer/services/SOAPServiceFactoryTestCase.java
===================================================================
---
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/consumer/services/SOAPServiceFactoryTestCase.java 2010-09-07
10:50:22 UTC (rev 4064)
+++
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/consumer/services/SOAPServiceFactoryTestCase.java 2010-09-07
11:20:54 UTC (rev 4065)
@@ -52,6 +52,12 @@
factory = new SOAPServiceFactory();
}
+ public void testV2ServiceWithExtraPorts() throws Exception
+ {
+
factory.setWsdlDefinitionURL("http://stacks3.mw.lab.eng.bos.redhat.com:7001/wsrp/producer/wsrp-2.0/markup?WSDL");
+ checkPorts(WSRP2_PORT_TYPES);
+ }
+
public void testSimpleV2Service() throws Exception
{
factory.setWsdlDefinitionURL("http://www.netunitysoftware.com/wsrp2i...;