mirror of https://github.com/apache/maven.git
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:
parent
a71841e776
commit
0a68cca3ef
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue