Author: coheigea
Date: Thu May  2 09:37:54 2013
New Revision: 1478306

URL: http://svn.apache.org/r1478306
Log:
Fixing failing STS systests

Modified:
    
cxf/branches/wss4j2.0-port/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml

Modified: 
cxf/branches/wss4j2.0-port/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/wss4j2.0-port/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml?rev=1478306&r1=1478305&r2=1478306&view=diff
==============================================================================
--- 
cxf/branches/wss4j2.0-port/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml
 (original)
+++ 
cxf/branches/wss4j2.0-port/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml
 Thu May  2 09:37:54 2013
@@ -88,7 +88,7 @@
    </jaxws:endpoint>
    
    <jaxws:endpoint id="doubleitsymmetricsaml2secureconv"
-      implementor="org.apache.cxf.systest.sts.common.DoubleItPortTypeImpl"
+      implementor="org.apache.cxf.systest.sts.common.DoubleItImpl"
       endpointName="s:DoubleItSymmetricSAML2SecureConversationPort"
       serviceName="s:DoubleItService"
       
address="http://localhost:${testutil.ports.Server}/doubleit/services/doubleitsymmetricsaml2SecureConversation";


Reply via email to