Repository: ant-ivy Updated Branches: refs/heads/master 61ceab358 -> a7318cdb6
Update FileSystemResolverTest#testListing to expect a new module that was introduced in the testcase for IVY-1594 Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/a7318cdb Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/a7318cdb Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/a7318cdb Branch: refs/heads/master Commit: a7318cdb6ee5cc39a2f17847a72f999422887d28 Parents: 61ceab3 Author: Jaikiran Pai <[email protected]> Authored: Tue Oct 23 12:09:46 2018 +0530 Committer: Jaikiran Pai <[email protected]> Committed: Tue Oct 23 12:09:46 2018 +0530 ---------------------------------------------------------------------- .../org/apache/ivy/plugins/resolver/FileSystemResolverTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/a7318cdb/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java ---------------------------------------------------------------------- diff --git a/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java b/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java index ddf6503..fa88f48 100644 --- a/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java +++ b/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java @@ -1038,7 +1038,7 @@ public class FileSystemResolverTest extends AbstractDependencyResolverTest { assertNotNull("organisation not found: org1", org); ModuleEntry[] mods = resolver.listModules(org); ResolverTestHelper.assertModuleEntries(resolver, org, new String[] {"mod1.1", "mod1.2", - "mod1.3", "mod1.4", "mod1.5", "mod1.6"}, mods); + "mod1.3", "mod1.4", "mod1.5", "mod1.6", "mod1.7"}, mods); ModuleEntry mod = ResolverTestHelper.getEntry(mods, "mod1.1"); assertNotNull("module not found: mod1.1", mod);
