Author: jlboudart
Date: Thu Aug 22 20:13:01 2013
New Revision: 1516588
URL: http://svn.apache.org/r1516588
Log:
Fix broken test on moduleIvyProjectHelperTest
Modified:
ant/easyant/core/trunk/src/test/java/org/apache/easyant/core/ant/helper/ModuleIvyProjectHelperTest.java
Modified:
ant/easyant/core/trunk/src/test/java/org/apache/easyant/core/ant/helper/ModuleIvyProjectHelperTest.java
URL:
http://svn.apache.org/viewvc/ant/easyant/core/trunk/src/test/java/org/apache/easyant/core/ant/helper/ModuleIvyProjectHelperTest.java?rev=1516588&r1=1516587&r2=1516588&view=diff
==============================================================================
---
ant/easyant/core/trunk/src/test/java/org/apache/easyant/core/ant/helper/ModuleIvyProjectHelperTest.java
(original)
+++
ant/easyant/core/trunk/src/test/java/org/apache/easyant/core/ant/helper/ModuleIvyProjectHelperTest.java
Thu Aug 22 20:13:01 2013
@@ -34,12 +34,12 @@ public class ModuleIvyProjectHelperTest
//
ProjectHelperRepository.getInstance().registerProjectHelper("org.apache.easyant.core.ant.EasyAntProjectHelper");
ProjectHelperRepository.getInstance().registerProjectHelper(
- "org.apache.easyant.core.ant.ModuleIvyProjectHelper");
+ "org.apache.easyant.core.ant.helper.ModuleIvyProjectHelper");
}
@Test
public void shouldHandleModuleIvyFile() throws URISyntaxException {
- File f = new
File(this.getClass().getResource("../standardJavaProject.ivy").toURI());
+ File f = new
File(this.getClass().getResource("../../standardJavaProject.ivy").toURI());
Project p = new Project();
p.setBaseDir(new File(this.getClass().getResource(".").toURI()));
p.setNewProperty(EasyAntMagicNames.IGNORE_USER_IVYSETTINGS, "true");