[spring-extensions] branch main updated: Account for test package rename.

Scott Cantor cantor.2 at osu.edu
Thu Sep 17 15:12:19 UTC 2020


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

scantor pushed a commit to branch main
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=04f65b0ce7060dd6df0820f154a19702ffe929b7

The following commit(s) were added to refs/heads/main by this push:
       new  04f65b0   Account for test package rename.
04f65b0 is described below

commit 04f65b0ce7060dd6df0820f154a19702ffe929b7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 17 11:11:48 2020 -0400

    Account for test package rename.
---
 .../net/shibboleth/ext/spring/resource/ConditionalResourceTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/ext/spring/resource/ConditionalResourceTest.java b/src/test/java/net/shibboleth/ext/spring/resource/ConditionalResourceTest.java
index 3ed462d..907d6e2 100644
--- a/src/test/java/net/shibboleth/ext/spring/resource/ConditionalResourceTest.java
+++ b/src/test/java/net/shibboleth/ext/spring/resource/ConditionalResourceTest.java
@@ -23,7 +23,7 @@ import net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader;
 import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
 import net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder;
 import net.shibboleth.utilities.java.support.httpclient.HttpClientContextHandler;
-import net.shibboleth.utilities.java.support.repository.RepositorySupport;
+import net.shibboleth.utilities.java.support.test.repository.RepositorySupport;
 
 import org.apache.http.client.HttpClient;
 import org.apache.http.client.methods.HttpUriRequest;

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


More information about the commits mailing list