[java-identity-provider] branch master updated: Fix test (in correct project this time)

Rod Widdowson rdw at steadingsoftware.com
Fri Aug 11 09:18:29 EDT 2017


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

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=97182a22e05a40dc289178b31424746dc8a5523b

The following commit(s) were added to refs/heads/master by this push:
       new  97182a2   Fix test (in correct project this time)
97182a2 is described below

commit 97182a22e05a40dc289178b31424746dc8a5523b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Aug 11 14:18:24 2017 +0100

    Fix test (in correct project this time)
---
 .../resolver/dc/http/impl/HTTPDataConnectorTest.java | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java b/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java
index f6650bd..40a5421 100644
--- a/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java
+++ b/idp-attribute-resolver-impl/src/test/java/net/shibboleth/idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java
@@ -23,6 +23,15 @@ import java.util.Map;
 
 import javax.script.ScriptException;
 
+import org.apache.http.HttpStatus;
+import org.apache.http.impl.client.HttpClientBuilder;
+import org.opensaml.security.httpclient.HttpClientSecurityParameters;
+import org.opensaml.security.httpclient.impl.SecurityEnhancedHttpClientSupport;
+import org.springframework.core.io.ClassPathResource;
+import org.testng.Assert;
+import org.testng.annotations.BeforeMethod;
+import org.testng.annotations.Test;
+
 import net.shibboleth.ext.spring.resource.ResourceHelper;
 import net.shibboleth.idp.attribute.IdPAttribute;
 import net.shibboleth.idp.attribute.resolver.ResolutionException;
@@ -33,15 +42,6 @@ import net.shibboleth.utilities.java.support.component.ComponentInitializationEx
 import net.shibboleth.utilities.java.support.repository.RepositorySupport;
 import net.shibboleth.utilities.java.support.velocity.VelocityEngine;
 
-import org.apache.http.HttpStatus;
-import org.apache.http.impl.client.HttpClientBuilder;
-import org.opensaml.security.httpclient.HttpClientSecurityParameters;
-import org.opensaml.security.httpclient.impl.SecurityEnhancedHttpClientSupport;
-import org.springframework.core.io.ClassPathResource;
-import org.testng.Assert;
-import org.testng.annotations.BeforeMethod;
-import org.testng.annotations.Test;
-
 /**
  * Tests for {@link HTTPDataConnector}
  */
@@ -192,7 +192,7 @@ public class HTTPDataConnectorTest {
     
     @Test public void testMissingOk() throws ComponentInitializationException, ResolutionException, ScriptException {
         final TemplatedURLBuilder builder = new TemplatedURLBuilder();
-        builder.setTemplateText("https://shibboleth.net/test.json");
+        builder.setTemplateText("https://build.shibboleth.net/test.json");
         builder.setVelocityEngine(VelocityEngine.newVelocityEngine());
         builder.initialize();
                 

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


More information about the commits mailing list