o Made test more interesting

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@756972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-03-21 16:54:26 +00:00
parent ae7807628f
commit cdf874b056
2 changed files with 2 additions and 2 deletions

View File

@ -1129,7 +1129,7 @@ public class PomConstructionTest
assertEquals( "excluded-build-plugin-dep",
pom.getValue( "build/plugins[1]/dependencies[1]/exclusions[1]/artifactId" ) );
assertEquals( Boolean.FALSE, pom.getValue( "reporting/excludeDefaults" ) );
assertEquals( Boolean.TRUE, pom.getValue( "reporting/excludeDefaults" ) );
assertPathSuffixEquals( "docs", pom.getValue( "reporting/outputDirectory" ) );
assertEquals( 1, ( (List<?>) pom.getValue( "reporting/plugins" ) ).size() );

View File

@ -277,7 +277,7 @@ under the License.
</build>
<reporting>
<excludeDefaults>false</excludeDefaults>
<excludeDefaults>true</excludeDefaults>
<outputDirectory>docs</outputDirectory>
<plugins>