Author: thomas.diesler(a)jboss.com
Date: 2008-03-13 04:33:10 -0400 (Thu, 13 Mar 2008)
New Revision: 5952
Modified:
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/dar/AddressingClientTestCase.java
Log:
Enable AddressingClientTestCase, currently fails
Modified:
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/dar/AddressingClientTestCase.java
===================================================================
---
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/dar/AddressingClientTestCase.java 2008-03-12
21:30:58 UTC (rev 5951)
+++
stack/native/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/dar/AddressingClientTestCase.java 2008-03-13
08:33:10 UTC (rev 5952)
@@ -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);
Show replies by date