[ 
http://jira.codehaus.org/browse/MECLIPSE-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Barrie Treloar closed MECLIPSE-486.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6

Fixed, checked on minotaur as well as windows.

> ITs dont compare expected files if the IT is a multi-module project
> -------------------------------------------------------------------
>
>                 Key: MECLIPSE-486
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-486
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: Core : Multi-projects
>    Affects Versions: 2.6
>            Reporter: Barrie Treloar
>            Assignee: Barrie Treloar
>             Fix For: 2.6
>
>
> The comparison of directories is only done in testProject:
> {code:title=AbstractEclipsePluginIT.testProject(String, Properties, String, 
> String)}
> // line 250
>         compareDirectoryContent( basedir, projectOutputDir, "" );
>         compareDirectoryContent( basedir, projectOutputDir, ".settings/" );
>         compareDirectoryContent( basedir, projectOutputDir, 
> ".externalToolBuilders/" );
>         compareDirectoryContent( basedir, projectOutputDir, "META-INF/" );
> {code}
> which only checks the top level basedir.
> I'm changing the tests to locate all "expected" directories under basedir and 
> to compare all the files recursively under "expected" to the equivalent level 
> in the outputDir.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to