Uploaded image for project: 'Maven Eclipse Plugin (RETIRED)'
  1. Maven Eclipse Plugin (RETIRED)
  2. MECLIPSE-486

ITs dont compare expected files if the IT is a multi-module project

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.6
    • 2.6
    • Core : Multi-projects
    • None

    Description

      The comparison of directories is only done in testProject:

      AbstractEclipsePluginIT.testProject(String, Properties, String, String)
      // line 250
              compareDirectoryContent( basedir, projectOutputDir, "" );
              compareDirectoryContent( basedir, projectOutputDir, ".settings/" );
              compareDirectoryContent( basedir, projectOutputDir, ".externalToolBuilders/" );
              compareDirectoryContent( basedir, projectOutputDir, "META-INF/" );
      

      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.

      Attachments

        Activity

          People

            baerrach Barrie Treloar
            baerrach Barrie Treloar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: