Author: alessio.soldano(a)jboss.com
Date: 2008-10-13 11:44:40 -0400 (Mon, 13 Oct 2008)
New Revision: 8457
Modified:
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2183/JBWS2183TestCase.java
Log:
Forgot to change method name
Modified:
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2183/JBWS2183TestCase.java
===================================================================
---
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2183/JBWS2183TestCase.java 2008-10-13
15:44:28 UTC (rev 8456)
+++
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2183/JBWS2183TestCase.java 2008-10-13
15:44:40 UTC (rev 8457)
@@ -48,7 +48,7 @@
return new JBossWSTestSetup(JBWS2183TestCase.class,
"jaxws-jbws2183.jar");
}
- public void testAccessInventoryServiceWsdl() throws Exception
+ public void testWsdl() throws Exception
{
URL wsdlURL = new URL("http://" + getServerHost() +
":8080/jaxws-jbws2183/TestServiceImpl?wsdl");
WSDLReader wsdlReader = WSDLFactory.newInstance().newWSDLReader();
Show replies by date