[java-metadata-aggregator COMMIT] /trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DomResourceSou...

noreply at shibboleth.net noreply at shibboleth.net
Sun Jun 30 11:48:58 EDT 2013


Author: iay
Date: Sun Jun 30 11:48:58 2013
New Revision: 242

URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=242&view=rev
Log:
MDA-86: don't pull the 12MB UK federation metadata, use the Shibboleth.net JIRA instance's auto-generated metadata instead.

Modified:
    trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DomResourceSourceTest.java

Modified: trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DomResourceSourceTest.java
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DomResourceSourceTest.java?rev=242&r1=241&r2=242&view=diff
==============================================================================
--- trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DomResourceSourceTest.java (original)
+++ trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DomResourceSourceTest.java Sun Jun 30 11:48:58 2013
@@ -34,7 +34,7 @@
 public class DomResourceSourceTest {
 
     @Test public void testSuccessfulFetchAndParse() throws Exception {
-        HttpResource mdResource = buildHttpResource("http://metadata.ukfederation.org.uk/ukfederation-metadata.xml");
+        HttpResource mdResource = buildHttpResource("https://issues.shibboleth.net/jira/Shibboleth.sso/Metadata");
 
         BasicParserPool parserPool = new BasicParserPool();
         parserPool.initialize();



More information about the commits mailing list