2005-01-13 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 13 Jan 2005 04:22:43 +0000 (04:22 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 13 Jan 2005 04:22:43 +0000 (04:22 -0000)
commit018c4be8c5ef6e23ccd9bf798513a6178631e1ea
tree8fff4724e03d6e37fd67d7d87bfcd8ae4b4bbd8f
parent30cdaf4c14f237a3be2e77bcbac6c21ac4b09dac
2005-01-13  Atsushi Enomoto <atsushi@ximian.com>

* Attr.cs : added Category("NotDotNet") for those tests that
  exposes MS bugs.

* CharacterData.cs : added Category("NotDotNet") for those tests that
  exposes MS bugs.

* Element.cs : added Category("NotDotNet") for those tests that
  exposes MS bugs.

* Document.cs : added Category("NotDotNet") for those tests that
  exposes MS bugs.

* NamedNodeMap.cs : added Category("NotDotNet") for those tests that
  exposes MS bugs.

* Text.cs : added Category("NotDotNet") for those tests that
  exposes MS bugs.

svn path=/trunk/mcs/; revision=38842
12 files changed:
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Attr/Attr.cs
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Attr/ChangeLog
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/CharacterData/ChangeLog
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/CharacterData/CharacterData.cs
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/ChangeLog
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/Document.cs
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Element/ChangeLog
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Element/Element.cs
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/ChangeLog
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Text/ChangeLog
mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Text/Text.cs