Use https for IvyDE updatesite test

This commit is contained in:
Jaikiran Pai 2021-01-15 20:59:19 +05:30
parent 66547a20a0
commit 27491e3688
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class UpdateSiteLoaderTest {
@Test
public void testIvyDE() throws IOException, ParseException, SAXException, URISyntaxException {
RepoDescriptor site = loader.load(new URI(
"http://www.apache.org/dist/ant/ivyde/updatesite/"));
"https://www.apache.org/dist/ant/ivyde/updatesite/"));
assertTrue(site.getModules().hasNext());
Iterator<ModuleDescriptorWrapper> it = site.getModules();
while (it.hasNext()) {