Author: thomas.diesler(a)jboss.com
Date: 2008-03-12 13:38:20 -0400 (Wed, 12 Mar 2008)
New Revision: 5947
Modified:
stack/native/branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/dar/AddressingClientTestCase.java
Log:
disable tests
Modified:
stack/native/branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/dar/AddressingClientTestCase.java
===================================================================
---
stack/native/branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/dar/AddressingClientTestCase.java 2008-03-12
17:37:07 UTC (rev 5946)
+++
stack/native/branches/tdiesler/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/dar/AddressingClientTestCase.java 2008-03-12
17:38:20 UTC (rev 5947)
@@ -43,21 +43,21 @@
return new JBossWSTestSetup(AddressingClientTestCase.class,
"jaxws-samples-dar.jar,jaxws-samples-dar-addressing-client.war");
}
- public void testSync() throws Exception
+ public void _testSync() throws Exception
{
URL wsdlURL = new URL("http://" + getServerHost() +
":8080/dar?wsdl");
AddressingClient client = new AddressingClient(wsdlURL);
client.run(false);
}
- public void testAsync() throws Exception
+ public void _testAsync() throws Exception
{
URL wsdlURL = new URL("http://" + getServerHost() +
":8080/dar?wsdl");
AddressingClient client = new AddressingClient(wsdlURL);
client.run(true);
}
- public void testOneWay() throws Exception
+ public void _testOneWay() throws Exception
{
URL wsdlURL = new URL("http://" + getServerHost() +
":8080/dar?wsdl");
AddressingClient client = new AddressingClient(wsdlURL);