[java-identity-provider] branch master updated: Fix test path in size limit test.

Scott Cantor cantor.2 at osu.edu
Fri Aug 18 10:05:50 EDT 2017


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

scantor 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=a3e32c6a33a3f13d5be5f7962fa3d60afca17acb

The following commit(s) were added to refs/heads/master by this push:
       new  a3e32c6   Fix test path in size limit test.
a3e32c6 is described below

commit a3e32c6a33a3f13d5be5f7962fa3d60afca17acb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Aug 18 10:05:41 2017 -0400

    Fix test path in size limit test.
---
 .../idp/attribute/resolver/dc/http/impl/HTTPDataConnectorTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 40a5421..6a8ffe4 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
@@ -143,7 +143,7 @@ public class HTTPDataConnectorTest {
     @Test(expectedExceptions=ResolutionException.class) public void testSize()
             throws ComponentInitializationException, ResolutionException, ScriptException, IOException {
         final TemplatedURLBuilder builder = new TemplatedURLBuilder();
-        builder.setTemplateText("https://shibboleth.net/test.json");
+        builder.setTemplateText(TEST_URL);
         builder.setVelocityEngine(VelocityEngine.newVelocityEngine());
         builder.initialize();
         connector.setExecutableSearchBuilder(builder);

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


More information about the commits mailing list