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:
Britton Isbell 2009-03-08 20:46:24 +00:00
parent 48022eecde
commit 268a80c4b0
1 changed files with 2 additions and 2 deletions

View File

@ -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 )
{