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

@ -1243,14 +1243,7 @@ public class PomConstructionTest
{
PomTestWrapper pom = buildPom( "boolean-interpolation" );
}
*/
public void testBuildConfigDominant()
throws Exception
{
PomTestWrapper pom = buildPom( "build-config-dominant" );
System.out.println(pom.getDomainModel().asString());
}
*/
private void assertPathSuffixEquals( String expected, Object actual )
{