[java-opensaml] branch master updated: Fix test after reverting change to error event.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 31 09:20:00 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=70ace396dced880a310a5dce0c448303e13aaefd
The following commit(s) were added to refs/heads/master by this push:
new 70ace39 Fix test after reverting change to error event.
70ace39 is described below
commit 70ace396dced880a310a5dce0c448303e13aaefd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 31 09:19:56 2018 -0400
Fix test after reverting change to error event.
---
.../common/profile/impl/PopulateSignatureSigningParametersTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/common/profile/impl/PopulateSignatureSigningParametersTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/common/profile/impl/PopulateSignatureSigningParametersTest.java
index b08b4be..6970c6c 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/common/profile/impl/PopulateSignatureSigningParametersTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/common/profile/impl/PopulateSignatureSigningParametersTest.java
@@ -74,7 +74,7 @@ public class PopulateSignatureSigningParametersTest extends OpenSAMLInitBaseTest
action.initialize();
action.execute(prc);
- ActionTestingSupport.assertEvent(prc, EventIds.MESSAGE_PROC_ERROR);
+ ActionTestingSupport.assertEvent(prc, EventIds.INVALID_SEC_CFG);
}
@Test public void testSuccess() throws Exception {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list