Repository: ant-ivy
Updated Branches:
  refs/heads/master 47061a88c -> e43138b0b


rediscovered a couple of tests :-)

Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/e43138b0
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/e43138b0
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/e43138b0

Branch: refs/heads/master
Commit: e43138b0b5f0912cb358c0e73eb6247b273eba75
Parents: 47061a8
Author: Gintas Grigelionis <gin...@apache.org>
Authored: Tue Dec 5 16:57:17 2017 +0100
Committer: Gintas Grigelionis <gin...@apache.org>
Committed: Tue Dec 5 16:57:17 2017 +0100

----------------------------------------------------------------------
 .gitignore                                                       | 1 +
 test/java/org/apache/ivy/plugins/resolver/ChainResolverTest.java | 2 ++
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/e43138b0/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 5645641..4f95270 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

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/e43138b0/test/java/org/apache/ivy/plugins/resolver/ChainResolverTest.java
----------------------------------------------------------------------
diff --git a/test/java/org/apache/ivy/plugins/resolver/ChainResolverTest.java 
b/test/java/org/apache/ivy/plugins/resolver/ChainResolverTest.java
index 2ff8c1f..7889183 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 <a href="https://issues.apache.org/jira/browse/IVY-207";>IVY-207</a>
      */
+    @Test
     public void 
testReturnFirstWithCheckModifiedAndDefaultAndCacheAndRealResolver()
             throws Exception {
         DefaultDependencyDescriptor dd = new DefaultDependencyDescriptor(

Reply via email to