Test case rmt-ns10-018: gnu.xml.aelfred2.XmlReader Failed

Test case rmt-ns10-018: gnu.xml.aelfred2.XmlReader Failed

Simple legal case: default namespace

<?xml version="1.0"?>
<!-- Simple legal case: default namespace -->
<foo xmlns="http://example.org/namespace"/>
Expected resultActual result for gnu.xml.aelfred2.XmlReader
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <startPrefixMapping>
        <prefix/>
        <data>http://example.org/namespace</data>
    </startPrefixMapping>
    <startElement>
        <namespaceURI>http://example.org/namespace</namespaceURI>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
        <attributes/>
    </startElement>
    <endElement>
        <namespaceURI>http://example.org/namespace</namespaceURI>
        <localName>foo</localName>
        <qualifiedName>foo</qualifiedName>
    </endElement>
    <endPrefixMapping>
        <prefix/>
    </endPrefixMapping>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <endDocument/>
    <bug reason="Parser should only throw SAXExceptions" type="java.lang.ArrayIndexOutOfBoundsException">0 &gt;= 0</bug>
</ConformanceResults>