Author: coheigea
Date: Thu Jan  5 15:44:01 2012
New Revision: 1227640

URL: http://svn.apache.org/viewvc?rev=1227640&view=rev
Log:
[CXF-4012] - Fix for failing STS test

Modified:
    
cxf/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/cxf-client.xml

Modified: 
cxf/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/cxf-client.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/cxf-client.xml?rev=1227640&r1=1227639&r2=1227640&view=diff
==============================================================================
--- 
cxf/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/cxf-client.xml
 (original)
+++ 
cxf/trunk/services/sts/systests/advanced/src/test/resources/org/apache/cxf/systest/sts/secure_conv/cxf-client.xml
 Thu Jan  5 15:44:01 2012
@@ -49,6 +49,7 @@ http://cxf.apache.org/configuration/secu
                              
value="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}SecurityTokenService"/>
                    <property name="endpointName" 
                              
value="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}Transport_Port"/>
+                   <property name="keySize" value="128"/>
                    <property name="properties">
                        <map>
                            <entry key="ws-security.username" value="alice"/>
@@ -75,6 +76,7 @@ http://cxf.apache.org/configuration/secu
                              
value="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}SecurityTokenService"/>
                    <property name="endpointName" 
                              
value="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}Transport_Port"/>
+                   <property name="keySize" value="128"/>
                    <property name="properties">
                        <map>
                            <entry key="ws-security.username" value="alice"/>


Reply via email to