[java-opensaml] branch main updated: Account for test "API" relocation.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 17 15:50:39 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=a953db93b5d887ab5650830211dab91a77a6115b
The following commit(s) were added to refs/heads/main by this push:
new a953db93b Account for test "API" relocation.
a953db93b is described below
commit a953db93b5d887ab5650830211dab91a77a6115b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 17 11:50:32 2020 -0400
Account for test "API" relocation.
---
.../opensaml/security/httpclient/SecurityEnhancedHTTPResourceTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-security-api/src/test/java/org/opensaml/security/httpclient/SecurityEnhancedHTTPResourceTest.java b/opensaml-security-api/src/test/java/org/opensaml/security/httpclient/SecurityEnhancedHTTPResourceTest.java
index 556c4ea1a..bea2d74b7 100644
--- a/opensaml-security-api/src/test/java/org/opensaml/security/httpclient/SecurityEnhancedHTTPResourceTest.java
+++ b/opensaml-security-api/src/test/java/org/opensaml/security/httpclient/SecurityEnhancedHTTPResourceTest.java
@@ -24,7 +24,7 @@ import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.SSLSession;
import net.shibboleth.ext.spring.resource.HTTPResource;
-import net.shibboleth.ext.spring.resource.ResourceTestHelper;
+import net.shibboleth.ext.spring.testing.ResourceTestHelper;
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
import net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder;
import net.shibboleth.utilities.java.support.test.repository.RepositorySupport;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list