[java-idp-plugin-duo] branch main updated: Account for testing "API" changes.

Scott Cantor cantor.2 at osu.edu
Thu Sep 17 19:27:51 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-duo.

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

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

commit a99cfeed4c2d308cd4d8029d62e5a3e7e8c9b711
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 17 15:27:48 2020 -0400

    Account for testing "API" changes.
---
 idp-duo-api/.settings/org.eclipse.core.resources.prefs                  | 1 -
 .../net/shibboleth/idp/plugin/authn/duo/impl/AbstractDuoActionTest.java | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/idp-duo-api/.settings/org.eclipse.core.resources.prefs b/idp-duo-api/.settings/org.eclipse.core.resources.prefs
index f9fe345..e9441bb 100644
--- a/idp-duo-api/.settings/org.eclipse.core.resources.prefs
+++ b/idp-duo-api/.settings/org.eclipse.core.resources.prefs
@@ -1,4 +1,3 @@
 eclipse.preferences.version=1
 encoding//src/main/java=UTF-8
-encoding//src/test/java=UTF-8
 encoding/<project>=UTF-8
diff --git a/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/AbstractDuoActionTest.java b/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/AbstractDuoActionTest.java
index 576c1ff..57138c1 100644
--- a/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/AbstractDuoActionTest.java
+++ b/idp-duo-impl/src/test/java/net/shibboleth/idp/plugin/authn/duo/impl/AbstractDuoActionTest.java
@@ -44,9 +44,9 @@ import net.shibboleth.idp.plugin.authn.duo.model.DuoApplication;
 import net.shibboleth.idp.plugin.authn.duo.model.DuoAuthContext;
 import net.shibboleth.idp.plugin.authn.duo.model.DuoAuthDevice;
 import net.shibboleth.idp.plugin.authn.duo.model.DuoAuthToken;
-import net.shibboleth.idp.profile.RequestContextBuilder;
 
 import net.shibboleth.idp.profile.context.navigate.WebflowRequestContextProfileRequestContextLookup;
+import net.shibboleth.idp.profile.testing.RequestContextBuilder;
 import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
 
 /**

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


More information about the commits mailing list