Test case attr08: gnu.xml.aelfred2.XmlReader Failed

Test case attr08: gnu.xml.aelfred2.XmlReader Failed

Tests the "Fixed Attribute Default" VC by providing the wrong value.

<!DOCTYPE palimpest [
<!ELEMENT palimpest EMPTY>
<!ATTLIST palimpest
    xmlns CDATA #FIXED "http://java.sun.com/historical"
    >
    <!-- tests the "fixed attribute default" vc -->
]>

<palimpest xmlns="http://over.the.rainbow.com/somewhere"/>
Expected resultActual result for gnu.xml.aelfred2.XmlReader
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <startPrefixMapping>
        <prefix/>
        <data>http://over.the.rainbow.com/somewhere</data>
    </startPrefixMapping>
    <startElement>
        <namespaceURI>http://over.the.rainbow.com/somewhere</namespaceURI>
        <localName>palimpest</localName>
        <qualifiedName>palimpest</qualifiedName>
        <attributes/>
    </startElement>
    <endElement>
        <namespaceURI>http://over.the.rainbow.com/somewhere</namespaceURI>
        <localName>palimpest</localName>
        <qualifiedName>palimpest</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>