You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/05/08 23:20:42 UTC

svn commit: r1335776 - /cxf/branches/2.3.x-fixes/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptorTest.java

Author: dkulp
Date: Tue May  8 21:20:41 2012
New Revision: 1335776

URL: http://svn.apache.org/viewvc?rev=1335776&view=rev
Log:
[CXF-4126] Fix the test on 2.3.x

Modified:
    cxf/branches/2.3.x-fixes/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptorTest.java

Modified: cxf/branches/2.3.x-fixes/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptorTest.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptorTest.java?rev=1335776&r1=1335775&r2=1335776&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptorTest.java (original)
+++ cxf/branches/2.3.x-fixes/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/WSS4JOutInterceptorTest.java Tue May  8 21:20:41 2012
@@ -244,7 +244,7 @@ public class WSS4JOutInterceptorTest ext
         Map<Object, Object> customActions = new HashMap<Object, Object>(1);
         customActions.put(12345, action);
                 
-        msg.put(WSHandlerConstants.ACTION, "12345");
+        msg.put(WSHandlerConstants.ACTION, "12345 Timestamp");
         msg.put(WSHandlerConstants.SIG_PROP_FILE, "outsecurity.properties");
         msg.put(WSHandlerConstants.USER, "username");
         msg.put("password", "myAliasPassword");