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.

Reply via email to