Author: chris.laprun(a)jboss.com
Date: 2010-09-09 16:17:59 -0400 (Thu, 09 Sep 2010)
New Revision: 4128
Modified:
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/consumer/services/SOAPServiceFactoryTestCase.java
Log:
- Commented out test that won't work without VPN access.
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-09
16:24:34 UTC (rev 4127)
+++
components/wsrp/trunk/consumer/src/test/java/org/gatein/wsrp/consumer/services/SOAPServiceFactoryTestCase.java 2010-09-09
20:17:59 UTC (rev 4128)
@@ -52,11 +52,11 @@
factory = new SOAPServiceFactory();
}
- public void testV2ServiceWithExtraPorts() throws Exception
+ /*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
{
Show replies by date