Test case not-wf-sa-105: com.bluecast.xml.Piccolo Failed

Test case not-wf-sa-105: com.bluecast.xml.Piccolo Failed

Invalid placement of CDATA section.

<?pi stuff?>
<![CDATA[]]>
<doc>
</doc>
Expected resultActual result for com.bluecast.xml.Piccolo
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <processingInstruction>
        <target>pi</target>
        <data>stuff</data>
    </processingInstruction>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <processingInstruction>
        <target>pi</target>
        <data>stuff</data>
    </processingInstruction>
    <fatalError/>
    <endDocument/>
    <bug reason="Parser should only throw SAXExceptions" type="java.lang.ArrayIndexOutOfBoundsException">-1</bug>
</ConformanceResults>