Author: maartenc
Date: Mon Dec  7 23:34:37 2009
New Revision: 888188

URL: http://svn.apache.org/viewvc?rev=888188&view=rev
Log:
Fixed junit tests

Added:
    ant/ivy/core/trunk/test/repositories/1/org1/mod1.2/jars/mod1.2-0.9.jar   
(with props)
Modified:
    
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java

Modified: 
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java?rev=888188&r1=888187&r2=888188&view=diff
==============================================================================
--- 
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java
 (original)
+++ 
ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java
 Mon Dec  7 23:34:37 2009
@@ -971,7 +971,7 @@
 
         mod = ResolverTestHelper.getEntry(mods, "mod1.2");
         revs = resolver.listRevisions(mod);
-        ResolverTestHelper.assertRevisionEntries(resolver, mod, new String[] 
{"1.0", "1.1", "2.0",
+        ResolverTestHelper.assertRevisionEntries(resolver, mod, new String[] 
{"0.9", "1.0", "1.1", "2.0",
                 "2.1", "2.2"}, revs);
     }
 

Added: ant/ivy/core/trunk/test/repositories/1/org1/mod1.2/jars/mod1.2-0.9.jar
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/1/org1/mod1.2/jars/mod1.2-0.9.jar?rev=888188&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
ant/ivy/core/trunk/test/repositories/1/org1/mod1.2/jars/mod1.2-0.9.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to