Author: richard_opalka
Date: 2007-08-14 06:29:44 -0400 (Tue, 14 Aug 2007)
New Revision: 4358
Modified:
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java
Log:
[JBWS-1762] enabling the test
Modified:
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java
===================================================================
---
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java 2007-08-14
10:18:48 UTC (rev 4357)
+++
stack/native/branches/native-2.0/src/test/java/org/jboss/test/ws/jaxws/jbws1762/JBWS1762TestCase1.java 2007-08-14
10:29:44 UTC (rev 4358)
@@ -57,20 +57,12 @@
QName serviceName = new QName(targetNS, "JBWS1762Service");
URL wsdlURL = new URL("http://" + getServerHost() +
":8080/jaxws-jbws1762/JBWS1762Service?wsdl");
- if (true) {
- System.out.println("FIXME: [JBWS-1762] Fix this issue");
- return;
- }
Service service = Service.create(wsdlURL, serviceName);
proxy = (JBWS1762)service.getPort(JBWS1762.class);
}
public void testIssue() throws Exception
{
- if (true) {
- System.out.println("FIXME: [JBWS-1762] Fix this issue");
- return;
- }
assertEquals(proxy.echo("Hello!"), "Hello!");
}
Show replies by date