Removed unneeded test.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@758477 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Britton Isbell 2009-03-26 00:20:13 +00:00
parent a71841e776
commit 0a68cca3ef
1 changed files with 1 additions and 8 deletions

View File

@ -1245,13 +1245,6 @@ public class PomConstructionTest
}
*/
public void testBuildConfigDominant()
throws Exception
{
PomTestWrapper pom = buildPom( "build-config-dominant" );
System.out.println(pom.getDomainModel().asString());
}
private void assertPathSuffixEquals( String expected, Object actual )
{
String a = actual.toString();