Repository: cxf-fediz
Updated Branches:
  refs/heads/master 70b5a85b1 -> bf7fca89f


Fixing failing test


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

Branch: refs/heads/master
Commit: bf7fca89f2d1e584788df2c69ed9b09713fa0c1e
Parents: 70b5a85
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Wed Jan 28 10:55:14 2015 +0000
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Wed Jan 28 10:55:14 2015 +0000

----------------------------------------------------------------------
 .../apache/cxf/fediz/core/federation/FederationResponseTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/bf7fca89/plugins/core/src/test/java/org/apache/cxf/fediz/core/federation/FederationResponseTest.java
----------------------------------------------------------------------
diff --git 
a/plugins/core/src/test/java/org/apache/cxf/fediz/core/federation/FederationResponseTest.java
 
b/plugins/core/src/test/java/org/apache/cxf/fediz/core/federation/FederationResponseTest.java
index a9b873b..853ce56 100644
--- 
a/plugins/core/src/test/java/org/apache/cxf/fediz/core/federation/FederationResponseTest.java
+++ 
b/plugins/core/src/test/java/org/apache/cxf/fediz/core/federation/FederationResponseTest.java
@@ -1324,7 +1324,7 @@ public class FederationResponseTest {
         
         builder.setKeyIdentifierType(WSConstants.ISSUER_SERIAL);
         builder.setSymmetricEncAlgorithm(WSConstants.AES_128);
-        builder.setKeyEncAlgo(WSConstants.KEYTRANSPORT_RSA15);
+        builder.setKeyEncAlgo(WSConstants.KEYTRANSPORT_RSAOEP);
         builder.setEmbedEncryptedKey(true);
         
         WSEncryptionPart encryptionPart = new 
WSEncryptionPart(assertion.getId(), "Element");

Reply via email to