You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Glen Mazza <gl...@verizon.net> on 2008/07/04 18:16:16 UTC

Re: svn commit: r674037 - /cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/security/hello_world.wsdl

Note for some reason IONA's Cruisecontrol is complaining about this
change, but I don't see how the error message is relevant for what I
did:

java.lang.AssertionError: expected ProtocolException on duplicate
message ID  at org.junit.Assert.fail(Assert.java:71)  at
org.apache.cxf.systest.ws.addressing.MAPTestBase.testExplicitMAPs(MAPTestBase.java:214)  ...

Glen

On Fri, 2008-07-04 at 13:01 +0000, gmazza@apache.org wrote:
> Author: gmazza
> Date: Fri Jul  4 06:01:13 2008
> New Revision: 674037
> 
> URL: http://svn.apache.org/viewvc?rev=674037&view=rev
> Log:
> added comment for location to parent WSDL
> 
> Modified:
>     cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/security/hello_world.wsdl
> 
> Modified: cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/security/hello_world.wsdl
> URL: http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/security/hello_world.wsdl?rev=674037&r1=674036&r2=674037&view=diff
> ==============================================================================
> --- cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/security/hello_world.wsdl (original)
> +++ cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/security/hello_world.wsdl Fri Jul  4 06:01:13 2008
> @@ -26,6 +26,7 @@
>      name="WSSecurity"
>      >
>  
> +    <!-- Imported hello_world.wsdl is located in CXF's testutils module -->
>      <wsdl:import 
>          namespace="http://apache.org/hello_world_soap_http"
>          location="wsdl/hello_world.wsdl"
> 
>