Author: mmao
Date: Wed Apr 18 03:08:06 2007
New Revision: 529946
URL: http://svn.apache.org/viewvc?view=rev&rev=529946
Log:
Remove the soap12 test in jaxws/JaxwsServiceBuilderTest which is a duplicated.
The test now in JavaToProcessorTest.
Modified:
incubator/cxf/trunk/tools/javato/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderTest.java
Modified:
incubator/cxf/trunk/tools/javato/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderTest.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/javato/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderTest.java?view=diff&rev=529946&r1=529945&r2=529946
==============================================================================
---
incubator/cxf/trunk/tools/javato/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderTest.java
(original)
+++
incubator/cxf/trunk/tools/javato/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderTest.java
Wed Apr 18 03:08:06 2007
@@ -141,21 +141,6 @@
// TODO:
@Test
@Ignore
- public void testSOAP12() throws Exception {
-
builder.setServiceClass(org.apache.hello_world_soap12_http.Greeter.class);
- ServiceInfo service = builder.build();
-
- generator.setServiceModel(service);
- File file = getOutputFile("soap12.wsdl");
- assertNotNull(output);
- generator.generate(file);
- assertTrue(output.exists());
-
- }
-
- // TODO:
- @Test
- @Ignore
public void testRPCWithoutParentBindingAnnotation() throws Exception {
builder.setServiceClass(org.apache.cxf.tools.fortest.withannotation.rpc.Hello.class);
ServiceInfo service = builder.build();