This is an automated email from the ASF dual-hosted git repository. maartenc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/master by this push: new 95a8cbe5 Fixed junit test: IvyDE has been archived 95a8cbe5 is described below commit 95a8cbe57a96cb8b5c2cf6859c3b5ad23079d0e3 Author: Maarten Coene <4728619+maart...@users.noreply.github.com> AuthorDate: Mon Nov 18 09:47:25 2024 +0100 Fixed junit test: IvyDE has been archived --- test/java/org/apache/ivy/osgi/updatesite/UpdateSiteLoaderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/java/org/apache/ivy/osgi/updatesite/UpdateSiteLoaderTest.java b/test/java/org/apache/ivy/osgi/updatesite/UpdateSiteLoaderTest.java index e13cb370..e32c751b 100644 --- a/test/java/org/apache/ivy/osgi/updatesite/UpdateSiteLoaderTest.java +++ b/test/java/org/apache/ivy/osgi/updatesite/UpdateSiteLoaderTest.java @@ -64,7 +64,7 @@ public class UpdateSiteLoaderTest { @Test public void testIvyDE() throws IOException, ParseException, SAXException, URISyntaxException { RepoDescriptor site = loader.load(new URI( - "https://www.apache.org/dist/ant/ivyde/updatesite/")); + "https://archive.apache.org/dist/ant/ivyde/updatesite/")); assertTrue(site.getModules().hasNext()); Iterator<ModuleDescriptorWrapper> it = site.getModules(); while (it.hasNext()) {