mirror of https://github.com/apache/maven.git
removed stdout output
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1412263 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6417401054
commit
ca584199a5
|
@ -52,7 +52,6 @@ public class DefaultModelBuilderFactoryTest
|
|||
assertNotNull( result.getEffectiveModel() );
|
||||
assertEquals( "activated", result.getEffectiveModel().getProperties().get( "profile.file" ) );
|
||||
Xpp3Dom conf = (Xpp3Dom) result.getEffectiveModel().getBuild().getPlugins().get( 0 ).getConfiguration();
|
||||
System.out.println( conf );
|
||||
assertEquals( "1.5", conf.getChild( "source" ).getValue() );
|
||||
assertEquals( " 1.5 ", conf.getChild( "target" ).getValue() );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue