[java-idp-plugin-totp] branch main updated: Account for test "API" change.

Scott Cantor cantor.2 at osu.edu
Thu Sep 17 15:59:31 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-plugin-totp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=cfed5cbdce58cbc4318da6b9b953b1869f33709e

The following commit(s) were added to refs/heads/main by this push:
       new  cfed5cb   Account for test "API" change.
cfed5cb is described below

commit cfed5cbdce58cbc4318da6b9b953b1869f33709e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 17 11:59:23 2020 -0400

    Account for test "API" change.
---
 .../idp/plugin/totp/impl/AttributeResolverSeedSourceTest.java         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/totp-impl/src/test/java/net/shibboleth/idp/plugin/totp/impl/AttributeResolverSeedSourceTest.java b/totp-impl/src/test/java/net/shibboleth/idp/plugin/totp/impl/AttributeResolverSeedSourceTest.java
index 14cf07b..edefa17 100644
--- a/totp-impl/src/test/java/net/shibboleth/idp/plugin/totp/impl/AttributeResolverSeedSourceTest.java
+++ b/totp-impl/src/test/java/net/shibboleth/idp/plugin/totp/impl/AttributeResolverSeedSourceTest.java
@@ -30,7 +30,7 @@ import org.opensaml.profile.context.ProfileRequestContext;
 import org.testng.annotations.BeforeMethod;
 import org.testng.annotations.Test;
 
-import net.shibboleth.ext.spring.service.MockApplicationContext;
+import net.shibboleth.ext.spring.testing.MockApplicationContext;
 import net.shibboleth.idp.attribute.IdPAttribute;
 import net.shibboleth.idp.attribute.StringAttributeValue;
 import net.shibboleth.idp.attribute.resolver.AttributeDefinition;
@@ -43,7 +43,7 @@ import net.shibboleth.idp.profile.RequestContextBuilder;
 import net.shibboleth.utilities.java.support.codec.Base32Support;
 import net.shibboleth.utilities.java.support.codec.EncodingException;
 import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
-import net.shibboleth.utilities.java.support.service.MockReloadableService;
+import net.shibboleth.utilities.java.support.test.service.MockReloadableService;
 
 /** Test case for {@link AttributeResolverSeedSource}. */
 public class AttributeResolverSeedSourceTest {

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


More information about the commits mailing list