mirror of https://github.com/apache/ant-ivy
Use https for IvyDE updatesite test
This commit is contained in:
parent
66547a20a0
commit
27491e3688
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue