[java-idp-oidc] branch main updated: Account for test API change.
Scott Cantor
cantor.2 at osu.edu
Fri Sep 18 19:09:52 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=91ac9d16fee6f18d29a698441089e5f31ec41e56
The following commit(s) were added to refs/heads/main by this push:
new 91ac9d16 Account for test API change.
91ac9d16 is described below
commit 91ac9d16fee6f18d29a698441089e5f31ec41e56
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 18 15:09:49 2020 -0400
Account for test API change.
---
.../matcher/impl/AttributeInOIDCRequestedClaimsRuleParserTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-oidc-extension-impl/src/test/java/org/geant/idpextension/oidc/attribute/filter/spring/matcher/impl/AttributeInOIDCRequestedClaimsRuleParserTest.java b/idp-oidc-extension-impl/src/test/java/org/geant/idpextension/oidc/attribute/filter/spring/matcher/impl/AttributeInOIDCRequestedClaimsRuleParserTest.java
index c22d7d57..c067226c 100644
--- a/idp-oidc-extension-impl/src/test/java/org/geant/idpextension/oidc/attribute/filter/spring/matcher/impl/AttributeInOIDCRequestedClaimsRuleParserTest.java
+++ b/idp-oidc-extension-impl/src/test/java/org/geant/idpextension/oidc/attribute/filter/spring/matcher/impl/AttributeInOIDCRequestedClaimsRuleParserTest.java
@@ -24,7 +24,7 @@ import org.testng.annotations.Test;
import net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext;
import net.shibboleth.idp.attribute.filter.AttributeRule;
import net.shibboleth.idp.attribute.filter.Matcher;
-import net.shibboleth.idp.attribute.filter.spring.BaseAttributeFilterParserTest;
+import net.shibboleth.idp.attribute.filter.spring.testing.BaseAttributeFilterParserTest;
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
public class AttributeInOIDCRequestedClaimsRuleParserTest extends BaseAttributeFilterParserTest {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list