[java-opensaml] branch main updated: Rename shib-testing code package.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 13 17:24:08 UTC 2022
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=2825bf30d119db221d5dfd18bad706b3301238b4
The following commit(s) were added to refs/heads/main by this push:
new 2825bf30d Rename shib-testing code package.
2825bf30d is described below
commit 2825bf30d119db221d5dfd18bad706b3301238b4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 13 13:23:40 2022 -0400
Rename shib-testing code package.
---
.../saml/metadata/resolver/filter/impl/EntityRoleFilterTest.java | 2 +-
.../metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java | 2 +-
.../resolver/impl/FunctionDrivenDynamicHTTPMetadataResolverTest.java | 4 ++--
.../saml/metadata/resolver/impl/HTTPMetadataResolverTest.java | 2 +-
.../saml/metadata/resolver/impl/TemplateRequestURLBuilderTest.java | 2 +-
.../security/httpclient/SecurityEnhancedHTTPResourceTest.java | 4 ++--
.../xmlsec/signature/support/tests/DetachedSignatureTest.java | 2 +-
7 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/filter/impl/EntityRoleFilterTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/filter/impl/EntityRoleFilterTest.java
index d7b94fe9b..dae7b9152 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/filter/impl/EntityRoleFilterTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/filter/impl/EntityRoleFilterTest.java
@@ -34,8 +34,8 @@ import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
+import net.shibboleth.shared.testing.RepositorySupport;
import net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder;
-import net.shibboleth.utilities.java.support.testing.RepositorySupport;
/**
* Unit tests for {@link EntityRoleFilter}.
diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java
index 59dda78f4..8ad1df516 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FileBackedHTTPMetadataResolverTest.java
@@ -41,11 +41,11 @@ import org.testng.annotations.Test;
import com.google.common.io.Resources;
+import net.shibboleth.shared.testing.RepositorySupport;
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
import net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder;
import net.shibboleth.utilities.java.support.resolver.CriteriaSet;
import net.shibboleth.utilities.java.support.resolver.ResolverException;
-import net.shibboleth.utilities.java.support.testing.RepositorySupport;
/**
diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FunctionDrivenDynamicHTTPMetadataResolverTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FunctionDrivenDynamicHTTPMetadataResolverTest.java
index 3e368618f..e537d7975 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FunctionDrivenDynamicHTTPMetadataResolverTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/FunctionDrivenDynamicHTTPMetadataResolverTest.java
@@ -36,12 +36,12 @@ import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
+import net.shibboleth.shared.testing.RepositorySupport;
+import net.shibboleth.shared.testing.VelocityEngine;
import net.shibboleth.utilities.java.support.codec.StringDigester;
import net.shibboleth.utilities.java.support.codec.StringDigester.OutputFormat;
import net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder;
import net.shibboleth.utilities.java.support.resolver.CriteriaSet;
-import net.shibboleth.utilities.java.support.testing.RepositorySupport;
-import net.shibboleth.utilities.java.support.testing.VelocityEngine;
public class FunctionDrivenDynamicHTTPMetadataResolverTest extends XMLObjectBaseTestCase {
diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/HTTPMetadataResolverTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/HTTPMetadataResolverTest.java
index 934297535..83a97b00e 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/HTTPMetadataResolverTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/HTTPMetadataResolverTest.java
@@ -50,11 +50,11 @@ import org.testng.annotations.Test;
import com.google.common.io.ByteStreams;
+import net.shibboleth.shared.testing.RepositorySupport;
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
import net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder;
import net.shibboleth.utilities.java.support.resolver.CriteriaSet;
import net.shibboleth.utilities.java.support.resolver.ResolverException;
-import net.shibboleth.utilities.java.support.testing.RepositorySupport;
/**
* Unit tests for {@link HTTPMetadataResolver}.
diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/TemplateRequestURLBuilderTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/TemplateRequestURLBuilderTest.java
index 17680df50..12a0ff7b1 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/TemplateRequestURLBuilderTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/metadata/resolver/impl/TemplateRequestURLBuilderTest.java
@@ -37,7 +37,7 @@ public class TemplateRequestURLBuilderTest {
@BeforeClass
public void setUp() {
- engine = net.shibboleth.utilities.java.support.testing.VelocityEngine.newVelocityEngine();
+ engine = net.shibboleth.shared.testing.VelocityEngine.newVelocityEngine();
}
@Test
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 71af532bd..be553e843 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,10 +24,10 @@ import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.SSLSession;
import net.shibboleth.ext.spring.resource.HTTPResource;
+import net.shibboleth.shared.testing.RepositorySupport;
+import net.shibboleth.shared.testing.ResourceTestHelper;
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
import net.shibboleth.utilities.java.support.httpclient.HttpClientBuilder;
-import net.shibboleth.utilities.java.support.testing.RepositorySupport;
-import net.shibboleth.utilities.java.support.testing.ResourceTestHelper;
import org.apache.http.client.HttpClient;
import org.springframework.core.io.ClassPathResource;
diff --git a/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/signature/support/tests/DetachedSignatureTest.java b/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/signature/support/tests/DetachedSignatureTest.java
index adb1ce3ea..20d6099e3 100644
--- a/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/signature/support/tests/DetachedSignatureTest.java
+++ b/opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/signature/support/tests/DetachedSignatureTest.java
@@ -47,7 +47,7 @@ import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import org.w3c.dom.Element;
-import net.shibboleth.utilities.java.support.testing.RepositorySupport;
+import net.shibboleth.shared.testing.RepositorySupport;
import net.shibboleth.utilities.java.support.xml.BasicParserPool;
import net.shibboleth.utilities.java.support.xml.SerializeSupport;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list