[jbossws-commits] JBossWS SVN: r13013 - stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref.
jbossws-commits at lists.jboss.org
jbossws-commits at lists.jboss.org
Thu Sep 23 06:37:04 EDT 2010
Author: richard.opalka at jboss.com
Date: 2010-09-23 06:37:04 -0400 (Thu, 23 Sep 2010)
New Revision: 13013
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/TestEndpointClientTwo.java
Log:
[JBMETA-298] repairing test case to be in sync with JavaDoc requirements
Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/TestEndpointClientTwo.java
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/TestEndpointClientTwo.java 2010-09-23 08:35:22 UTC (rev 13012)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/webserviceref/TestEndpointClientTwo.java 2010-09-23 10:37:04 UTC (rev 13013)
@@ -38,9 +38,15 @@
import java.util.Hashtable;
import java.util.Map;
- at WebServiceRef(name = "Service1")
+ at WebServiceRef(name = "Service1", type=TestEndpointService.class)
// Test multiple on type
- at WebServiceRefs( { @WebServiceRef(name = "Service2"), @WebServiceRef(name = "Port1", type = TestEndpoint.class) })
+ at WebServiceRefs
+(
+ {
+ @WebServiceRef(name = "Service2", type=TestEndpointService.class),
+ @WebServiceRef(name = "Port1", type = TestEndpoint.class)
+ }
+)
public class TestEndpointClientTwo
{
// provide logging
More information about the jbossws-commits
mailing list