Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6
-
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.