[java-identity-provider] branch master updated: Fix test for Java 7

Rod Widdowson rdw at steadingsoftware.com
Sat Apr 6 08:27:51 EDT 2019


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=8bb98de39c327853e66180d95c14dd249c375a2f

The following commit(s) were added to refs/heads/master by this push:
       new  8bb98de   Fix test for Java 7
8bb98de is described below

commit 8bb98de39c327853e66180d95c14dd249c375a2f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Apr 6 11:15:21 2019 +0100

    Fix test for Java 7
---
 .../net/shibboleth/idp/attribute/resolver/impl/ad/context.script       | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/idp-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/ad/context.script b/idp-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/ad/context.script
index bbd4962..4886dfe 100644
--- a/idp-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/ad/context.script
+++ b/idp-attribute-resolver-impl/src/test/resources/net/shibboleth/idp/attribute/resolver/impl/ad/context.script
@@ -4,4 +4,7 @@ child = profileContext.getSubcontext("net.shibboleth.idp.attribute.resolver.cont
 
 Scripted.addValue(child.getClass().getSimpleName());
 Scripted.addValue(profileContext.getClass().getSimpleName());
+Scripted.addValue(resolutionContext.getPrincipal());
+Scripted.addValue(resolutionContext.getAttributeIssuerID());
+Scripted.addValue(resolutionContext.getAttributeRecipientID());
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list