You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2015/08/10 11:31:29 UTC

svn commit: r1695004 - /webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/AttachmentTest.java

Author: coheigea
Date: Mon Aug 10 09:31:28 2015
New Revision: 1695004

URL: http://svn.apache.org/r1695004
Log:
Fixing test


Conflicts:
	ws-security-dom/src/test/java/org/apache/wss4j/dom/message/AttachmentTest.java

Modified:
    webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/AttachmentTest.java

Modified: webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/AttachmentTest.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/AttachmentTest.java?rev=1695004&r1=1695003&r2=1695004&view=diff
==============================================================================
--- webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/AttachmentTest.java (original)
+++ webservices/wss4j/branches/2_0_x-fixes/ws-security-dom/src/test/java/org/apache/wss4j/dom/message/AttachmentTest.java Mon Aug 10 09:31:28 2015
@@ -202,7 +202,7 @@ public class AttachmentTest extends org.
 
         List<WSEncryptionPart> parts = new ArrayList<WSEncryptionPart>();
         parts.add(new WSEncryptionPart("Body", "http://schemas.xmlsoap.org/soap/envelope/", "Content"));
-        parts.add(new WSEncryptionPart("cid:Attachments", "Content"));
+        parts.add(new WSEncryptionPart("cid:Attachments", "Element"));
         builder.setParts(parts);
 
         final String attachmentId = UUID.randomUUID().toString();