diff --git a/.gitignore b/.gitignore index 56456411..4f95270a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ doc/xooki/.svn doc/samples/target-platform/bundles doc/samples/target-platform/cache lib +tagsdoc.properties test/jar-repos test/repositories/checkmodified/ivy-1.0.xml test/repositories/checkmodified/mod1.1-1.0.jar diff --git a/test/java/org/apache/ivy/plugins/resolver/ChainResolverTest.java b/test/java/org/apache/ivy/plugins/resolver/ChainResolverTest.java index 2ff8c1f7..78891837 100644 --- a/test/java/org/apache/ivy/plugins/resolver/ChainResolverTest.java +++ b/test/java/org/apache/ivy/plugins/resolver/ChainResolverTest.java @@ -384,6 +384,7 @@ public class ChainResolverTest extends AbstractDependencyResolverTest { assertEquals(Collections.emptyList(), resolvers[0].askedDeps); } + @Test public void testReturnFirst() throws Exception { ChainResolver chain = new ChainResolver(); chain.setName("chain"); @@ -450,6 +451,7 @@ public class ChainResolverTest extends AbstractDependencyResolverTest { * @throws Exception if something goes wrong * @see IVY-207 */ + @Test public void testReturnFirstWithCheckModifiedAndDefaultAndCacheAndRealResolver() throws Exception { DefaultDependencyDescriptor dd = new DefaultDependencyDescriptor(