Test case ibm-not-wf-P59-ibm59n01.xml: com.bluecast.xml.Piccolo Failed

Test case ibm-not-wf-P59-ibm59n01.xml: com.bluecast.xml.Piccolo Failed

Tests Enumeration with required fields missing. The Nmtokens and "|"s are missing in the AttDef in the AttlistDecl in the DTD.

<?xml  version="1.0"?>
<!-- syntax test for Production 59-->
<!DOCTYPE test
 [
 <!ELEMENT test ANY>
 <!ELEMENT one EMPTY>
 <!ELEMENT enum (#PCDATA)>
 <!ATTLIST one attr () #IMPLIED>
 ]>
 <test>
This is a Negative test
Missing the required field
</test>
Expected resultActual result for com.bluecast.xml.Piccolo
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
</ConformanceResults>
<?xml version="1.0" encoding="UTF-8"?>
<ConformanceResults>
    <startDocument/>
    <fatalError/>
    <endDocument/>
    <bug reason="Parser should only throw SAXExceptions" type="java.lang.ArrayIndexOutOfBoundsException">-1</bug>
</ConformanceResults>