[spring-extensions] branch master updated: Fix build:Track changed download location
Rod Widdowson
rdw at steadingsoftware.com
Fri Jun 5 10:54:21 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=2268691a843f1f612c8dcb22efe7588be4d07468
The following commit(s) were added to refs/heads/master by this push:
new 2268691 Fix build:Track changed download location
2268691 is described below
commit 2268691a843f1f612c8dcb22efe7588be4d07468
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jun 5 11:54:17 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 8dde2ed..26c3992 100644
--- a/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
+++ b/src/test/java/net/shibboleth/ext/spring/resource/HTTPResourceTest.java
@@ -116,7 +116,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