Author: maartenc
Date: Mon Apr  7 15:12:12 2008
New Revision: 645709

URL: http://svn.apache.org/viewvc?rev=645709&view=rev
Log:
Fixed junit tests on windows. I hope I won't brake the tests when they run on 
unix. A better solution to this problem would be fixing IVY-607 though, which 
would make it possible to define the root as: root="${ivy.settings.base.url}".

Modified:
    ant/ivy/core/trunk/test/repositories/m2/ivysettings.xml

Modified: ant/ivy/core/trunk/test/repositories/m2/ivysettings.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/m2/ivysettings.xml?rev=645709&r1=645708&r2=645709&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/repositories/m2/ivysettings.xml (original)
+++ ant/ivy/core/trunk/test/repositories/m2/ivysettings.xml Mon Apr  7 15:12:12 
2008
@@ -20,6 +20,6 @@
        <settings defaultCache="build/cache" defaultResolver="m2"/>
        <resolvers>
                <ibiblio name="m2" m2compatible="true" useMavenMetadata="true" 
-                        root="file://${ivy.settings.dir}" />
+                        root="file:/${ivy.settings.dir}" />
        </resolvers>
 </ivysettings>


Reply via email to