diff --git a/test/java/org/apache/ivy/ant/IvyDeliverTest.java b/test/java/org/apache/ivy/ant/IvyDeliverTest.java index 0c29614e..98a9bb97 100644 --- a/test/java/org/apache/ivy/ant/IvyDeliverTest.java +++ b/test/java/org/apache/ivy/ant/IvyDeliverTest.java @@ -118,8 +118,9 @@ public class IvyDeliverTest { res.setProject(project); res.execute(); - deliver.setPubrevision("1.2"); deliver.setDeliverpattern("build/test/deliver/merge/ivy-[revision].xml"); + deliver.setPubrevision("1.2"); + deliver.setStatus("release"); deliver.execute(); // should have delivered the file to the specified destination @@ -138,10 +139,10 @@ public class IvyDeliverTest { mergeLine = mergeLine.trim(); expectedLine = expectedLine.trim(); - if (!mergeLine.startsWith(" - + Demonstrates configuration-specific dependencies