mirror of https://github.com/apache/ant-ivy
FIX: The Ant output wasn't always prefixed by the name of the task
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@788535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a0f5b1b439
commit
7bedb79cd6
|
|
@ -255,7 +255,7 @@ public class IvyDeliverTest extends TestCase {
|
|||
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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue