Author: maartenc
Date: Thu Jun 25 22:36:53 2009
New Revision: 788535
URL: http://svn.apache.org/viewvc?rev=788535&view=rev
Log:
FIX: The Ant output wasn't always prefixed by the name of the task
Modified:
ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyDeliverTest.java
Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyDeliverTest.java
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyDeliverTest.java?rev=788535&r1=788534&r2=788535&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyDeliverTest.java
(original)
+++ ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyDeliverTest.java Thu Jun
25 22:36:53 2009
@@ -255,7 +255,7 @@
settings.setProject(project);
settings.execute();
// change the default branch to use
-
IvyAntSettings.getDefaultInstance(project).getConfiguredIvyInstance().getSettings().setDefaultBranch("BRANCH1");
+
IvyAntSettings.getDefaultInstance(settings).getConfiguredIvyInstance(settings).getSettings().setDefaultBranch("BRANCH1");
// resolve a module dependencies
project.setProperty("ivy.dep.file",
"test/java/org/apache/ivy/ant/ivy-latest.xml");