mirror of https://github.com/apache/maven.git
Enable MNG-4070 test.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@751519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
48022eecde
commit
268a80c4b0
|
@ -926,14 +926,14 @@ public class PomConstructionTest
|
|||
assertEquals( "TEST-CHARS: \u00C4\u00D6\u00DC\u00E4\u00F6\u00FC\u00DF", pom.getValue( "description" ) );
|
||||
}
|
||||
|
||||
/* FIXME: MNG-4070, fixed in model-builder trunk, awaiting update to model-builder:1.7+
|
||||
/* FIXME: MNG-4070, fixed in model-builder trunk, awaiting update to model-builder:1.7+*/
|
||||
public void testXmlWhitespaceHandling()
|
||||
throws Exception
|
||||
{
|
||||
PomTestWrapper pom = buildPom( "xml-whitespace/sub" );
|
||||
assertEquals( "org.apache.maven.its.mng4070", pom.getValue( "groupId" ) );
|
||||
}
|
||||
//*/
|
||||
|
||||
|
||||
private void assertPathWithNormalizedFileSeparators( Object value )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue