[spring-extensions] branch maint-5 updated: Fix build:Track changed download location

Rod Widdowson rdw at steadingsoftware.com
Fri Jun 5 10:52:02 UTC 2020


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

rdw pushed a commit to branch maint-5
in repository spring-extensions.

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

The following commit(s) were added to refs/heads/maint-5 by this push:
       new  43ca4a7   Fix build:Track changed download location
43ca4a7 is described below

commit 43ca4a7f017d4ef2b140d926c2b4d3fe85f25010
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jun 5 11:51:57 2020 +0100

    Fix build:Track changed download location
---
 src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java b/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
index 2305f7c..2c19c60 100644
--- a/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
+++ b/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
@@ -123,7 +123,7 @@ public class HTTPResourceTest {
         // Chose a file unlikely to change. Do not use the svn thing because the date will not be there
 
         final HTTPResource parent =
-                new HTTPResource(client, "http://test.shibboleth.net/downloads/identity-provider/2.0.0/");
+                new HTTPResource(client, "http://test.shibboleth.net/downloads/identity-provider/archive/2.0.0/");
         final HTTPResource child = parent.createRelative("shibboleth-idp-2.0.0-bin.zip");
 
         final long when = child.lastModified();

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


More information about the commits mailing list