o Excluded POM artifact from dependency artifacts

git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@773221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-05-09 13:19:11 +00:00
parent 2e111caad4
commit 12714fa650
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class ProjectInheritanceTest
Map map = project2.getArtifactMap();
assertNotNull( "No artifacts", map );
assertTrue( "No Artifacts", map.size() > 0 );
assertTrue( "Set size should be 5, is " + map.size(), map.size() == 5 );
assertTrue( "Set size should be 4, is " + map.size(), map.size() == 4 );
assertTrue( "maven-test:t09-a is not in the project", map.containsKey( "maven-test:t09-a" ) );
assertTrue( "maven-test:t09-b is not in the project", map.containsKey( "maven-test:t09-b" ) );