Author: coheigea
Date: Fri Mar 15 09:50:00 2013
New Revision: 1456846

URL: http://svn.apache.org/r1456846
Log:
Fixing test on 2.7.x

Modified:
    
cxf/branches/wss4j2.0-port/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/server/server.xml

Modified: 
cxf/branches/wss4j2.0-port/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/server/server.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/wss4j2.0-port/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/server/server.xml?rev=1456846&r1=1456845&r2=1456846&view=diff
==============================================================================
--- 
cxf/branches/wss4j2.0-port/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/server/server.xml
 (original)
+++ 
cxf/branches/wss4j2.0-port/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/server/server.xml
 Fri Mar 15 09:50:00 2013
@@ -46,7 +46,7 @@
     </cxf:bus>
     
     <jaxws:endpoint 
-       id="3DESEncryption"
+       id="TripleDESEncryption"
        
address="http://localhost:${testutil.ports.Server}/DoubleIt3DESEncryption"; 
        serviceName="s:DoubleItService"
        endpointName="s:DoubleIt3DESEncryptionPort"


Reply via email to