From e43138b0b5f0912cb358c0e73eb6247b273eba75 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Tue, 5 Dec 2017 16:57:17 +0100 Subject: [PATCH] rediscovered a couple of tests :-) --- .gitignore | 1 + .../java/org/apache/ivy/plugins/resolver/ChainResolverTest.java | 2 ++ 2 files changed, 3 insertions(+) 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(