[
https://issues.apache.org/jira/browse/IVY-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528742
]
Xavier Hanin commented on IVY-606:
----------------------------------
No, we don't use ant-testutils. The Ivy unit tests haven't changed in
architecture since the initial release early 2005. When was ant-testutils
released? Is it related to the ant unit testing features introduced in Ant 1.7?
> Call Project.init() in junit tests
> ----------------------------------
>
> Key: IVY-606
> URL: https://issues.apache.org/jira/browse/IVY-606
> Project: Ivy
> Issue Type: Bug
> Reporter: Maarten Coene
>
> Most of the junit tests don't call Project.init() after creating a new Ant
> Project.
> We should fix this:
> {code:java}
> Project project = new Project();
> project.init();
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.