mirror of https://github.com/apache/ant-ivy
FIX: new org in repo 1
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@484086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
866ec93bfd
commit
bd4aa2daab
|
|
@ -427,7 +427,7 @@ public class FileSystemResolverTest extends TestCase {
|
|||
resolver.addArtifactPattern("test/repositories/1/[organisation]/[module]/[type]s/[artifact]-[revision].[ext]");
|
||||
|
||||
OrganisationEntry[] orgs = resolver.listOrganisations();
|
||||
ResolverTestHelper.assertOrganisationEntries(resolver, new String[] {"org1", "org2", "org6", "org9"}, orgs);
|
||||
ResolverTestHelper.assertOrganisationEntries(resolver, new String[] {"org1", "org2", "org6", "org9", "orgfailure"}, orgs);
|
||||
|
||||
OrganisationEntry org = ResolverTestHelper.getEntry(orgs, "org1");
|
||||
ModuleEntry[] mods = resolver.listModules(org);
|
||||
|
|
|
|||
Loading…
Reference in New Issue