Test case ibm-not-wf-P58-ibm58n06.xml: com.bluecast.xml.Piccolo Passed

Test case ibm-not-wf-P58-ibm58n06.xml: com.bluecast.xml.Piccolo Passed

Tests NotationType with wrong separator. The "," is used as a separator between "this" and "that" in the NotationType in the AttDef in the AttlistDecl in the DTD.

<?xml  version="1.0"?>
<!-- Syntax test for Production 58-->
<!DOCTYPE test
 [
 <!ELEMENT test ANY>
 <!ELEMENT one EMPTY>
 <!ELEMENT two EMPTY>
 <!NOTATION this SYSTEM "alpha">
 <!NOTATION that SYSTEM "beta">
 <!ATTLIST three attr NOTATION (this,that) #IMPLIED>
 ]>
<test>
Negative Test.
This test tests the presence of a correct seperator. There is a wrong seperator(,)
</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/>
</ConformanceResults>