You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2008/02/28 19:11:51 UTC

[jira] Updated: (IVY-606) Call Project.init() in junit tests

     [ https://issues.apache.org/jira/browse/IVY-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Hanin updated IVY-606:
-----------------------------

    Fix Version/s: 2.0

> 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
>             Fix For: 2.0
>
>
> 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.