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

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

A <!DOCTYPE ...> declaration may not begin any external entity; it's only found once, in the document entity.

<!DOCTYPE doc SYSTEM "007.ent">
<doc></doc>
Expected resultActual result for com.bluecast.xml.Piccolo
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/xmltest/not-wf/not-sa/007.ent</systemID>
    </resolveEntity>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <resolveEntity>
        <systemID>file:/home/elharo/SAXTest/xmlconf/xmltest/not-wf/not-sa/007.ent</systemID>
    </resolveEntity>
    <endDocument/>
    <bug reason="Parser should only throw SAXExceptions" type="java.lang.NullPointerException"/>
</ConformanceResults>