You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2015/04/07 13:16:41 UTC

cxf git commit: Updating some tests

Repository: cxf
Updated Branches:
  refs/heads/master dbc4a26cd -> 12e1aca7b


Updating some tests


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/12e1aca7
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/12e1aca7
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/12e1aca7

Branch: refs/heads/master
Commit: 12e1aca7b5d0f0dc4ff8e3a5322ffd17ad769603
Parents: dbc4a26
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Apr 7 12:16:21 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Apr 7 12:16:21 2015 +0100

----------------------------------------------------------------------
 .../org/apache/cxf/systest/ws/coverage_checker/server.xml         | 3 ++-
 .../org/apache/cxf/systest/ws/coverage_checker/stax-server.xml    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/12e1aca7/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/coverage_checker/server.xml
----------------------------------------------------------------------
diff --git a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/coverage_checker/server.xml b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/coverage_checker/server.xml
index ec0e823..62a335f 100644
--- a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/coverage_checker/server.xml
+++ b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/coverage_checker/server.xml
@@ -30,7 +30,8 @@
             <bean class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
                 <constructor-arg>
                     <map>
-                        <entry key="action" value="Signature Timestamp"/>
+                        <entry key="#{T(org.apache.wss4j.dom.handler.WSHandlerConstants).ACTION}"
+                               value="Signature Timestamp"/>
                         <entry key="signaturePropFile" value="alice.properties"/>
                         <entry key="passwordCallbackClass" value="org.apache.cxf.systest.ws.common.KeystorePasswordCallback"/>
                     </map>

http://git-wip-us.apache.org/repos/asf/cxf/blob/12e1aca7/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/coverage_checker/stax-server.xml
----------------------------------------------------------------------
diff --git a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/coverage_checker/stax-server.xml b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/coverage_checker/stax-server.xml
index 7e09fd4..3015616 100644
--- a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/coverage_checker/stax-server.xml
+++ b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/coverage_checker/stax-server.xml
@@ -30,7 +30,8 @@
             <bean class="org.apache.cxf.ws.security.wss4j.WSS4JStaxInInterceptor">
                 <constructor-arg>
                     <map>
-                        <entry key="action" value="Signature Timestamp"/>
+                        <entry key="#{T(org.apache.wss4j.common.ConfigurationConstants).ACTION}" 
+                               value="Signature Timestamp"/>
                         <entry key="signaturePropFile" value="alice.properties"/>
                         <entry key="passwordCallbackClass" value="org.apache.cxf.systest.ws.common.KeystorePasswordCallback"/>
                     </map>