Author: dkulp
Date: Thu Jul 26 10:04:15 2007
New Revision: 559883
URL: http://svn.apache.org/viewvc?view=rev&rev=559883
Log:
Remove revisit comment on test that now passes
Modified:
incubator/cxf/trunk/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderNoAnnoTest.java
Modified:
incubator/cxf/trunk/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderNoAnnoTest.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderNoAnnoTest.java?view=diff&rev=559883&r1=559882&r2=559883
==============================================================================
---
incubator/cxf/trunk/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderNoAnnoTest.java
(original)
+++
incubator/cxf/trunk/tools/javato/test/src/test/java/org/apache/cxf/tools/java2wsdl/processor/internal/jaxws/JaxwsServiceBuilderNoAnnoTest.java
Thu Jul 26 10:04:15 2007
@@ -74,7 +74,7 @@
assertFileEquals(expectedFile, output.getAbsolutePath());
}
- // Revisit:
+
// * Missing wsdl:types
// * input message of binding operation "getPrice" MUST specify a value
for the "namespace" attribute
// * output message of binding operation "getPrice" MUST specify a value
for the "namespace" attribute