@Test
@Ignore("This test requires test-data that was not donated to Apache")
public void testToXmlStringWithMultiLineComments() throws PMDException
{
final IFlexFile file = getTestFiles().get( "bug.FlexPMD60.as" );
final IParserNode ast = FileSetUtils.buildAst( file );
final IClass classNode = NodeFactory.createPackage( ast ).getClassNode();
final ClassMetrics classMetrics = ClassMetrics.create( "bug",
new File( file.getFilePath() ),
InternalFunctionMetrics.create( new ProjectMetrics(),
file.getFullyQualifiedName(),