2004-03-31 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Wed, 31 Mar 2004 17:26:23 +0000 (17:26 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Wed, 31 Mar 2004 17:26:23 +0000 (17:26 -0000)
commit29f34d7641a071d000e07d8d5062bd61972af77a
treefb7d4f9102f76ce787c9e39661a6848a85e1f880
parenta115c5aededfc985e7f93a1c8fbf689c100ef425
2004-03-31  Atsushi Enomoto <atsushi@ximian.com>

* Added nist_dom tests by Mainsoft hackers.

svn path=/trunk/mcs/; revision=24853
28 files changed:
mcs/class/System.XML/Test/System.Xml/nist_dom/ChangeLog [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/ITest.cs [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/files/ChangeLog [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/files/noDTDXMLfile.xml [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/files/otherDoc.xml [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/files/staff.dtd [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/files/staff.html [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/files/staff.xml [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Attr/Attr.cs [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Attr/ChangeLog [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/ChangeLog [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/CharacterData/ChangeLog [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/CharacterData/CharacterData.cs [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Comment/ChangeLog [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Comment/Comment.cs [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/DOMImplementation/ChangeLog [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/DOMImplementation/DOMImplementation.cs [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Element/ChangeLog [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Element/Element.cs [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/ChangeLog [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Node/ChangeLog [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Node/Node.cs [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NodeList/ChangeLog [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NodeList/NodeList.cs [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Text/ChangeLog [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Text/Text.cs [new file with mode: 0755]
mcs/class/System.XML/Test/System.Xml/nist_dom/util.cs [new file with mode: 0755]