You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2008/06/25 18:45:24 UTC

svn commit: r671601 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/conflict/LatestCompatibleConflictManagerTest.java

Author: xavier
Date: Wed Jun 25 09:45:24 2008
New Revision: 671601

URL: http://svn.apache.org/viewvc?rev=671601&view=rev
Log:
fix some test cases

Modified:
    ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/conflict/LatestCompatibleConflictManagerTest.java

Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/conflict/LatestCompatibleConflictManagerTest.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/conflict/LatestCompatibleConflictManagerTest.java?rev=671601&r1=671600&r2=671601&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/conflict/LatestCompatibleConflictManagerTest.java (original)
+++ ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/conflict/LatestCompatibleConflictManagerTest.java Wed Jun 25 09:45:24 2008
@@ -77,7 +77,6 @@
             .addMD("#B;2.3-> { #D;1.5 #E;1.0 }")
             .addMD("#B;2.4-> { #D;1.5 #E;2.0 }")
             .addMD("#B;2.5-> { #D;2.0 }")
-            .addMD("#B;2.5-> { #D;2.0 }")
             .addMD("#C;3.4-> { #D;[1.0,1.6] #E;1.0 }")
             .addMD("#C;3.5-> { #D;[1.0,1.6] #E;1.9 }")
             .addMD("#D;1.5").addMD("#D;1.6").addMD("#D;2.0")
@@ -129,7 +128,6 @@
             .addMD("#C;4.6->#D;2.5")
             .addMD("#D;3.0->#B;3.5") // circular dependency
             .addMD("#D;2.5->#B;3.4") // circular dependency
-            .addMD("#D;2.5").addMD("#D;3.0")
             .init();
         resolveAndAssert("#A;6", "#B;3.4, #C;4.6, #D;2.5");
     }