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)
* 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

index 1d6162d19ae6661edee4c3f2639e9d64e61f8572..0be962bc3787bdb4c5f4b7760b04d3740acacb54 100755 (executable)
@@ -759,6 +759,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------
 
         [Test]
+       [Category ("NotDotNet")] // MS DOM is buggy
         public void core0014A()
         {
             string computedValue = "";
index 4deca94eb571e834166364643d1f47134827a5c9..bda103c8e4d567c67550f3e815275e5f50bc7c72 100755 (executable)
@@ -1,3 +1,8 @@
+2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Attr.cs : added Category("NotDotNet") for those tests that
+         exposes MS bugs.
+
 2004-04-24  Atsushi Enomoto <atsushi@ximian.com>
 
        * Attr.cs : Don't check locale-dependent message.
index 0628a711dad65b227075b0d7f4010fb29a249cee..31a5551091de038e9f1d5e9438b2f61716e1dafb 100755 (executable)
@@ -1,3 +1,8 @@
+2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
+
+       * CharacterData.cs : added Category("NotDotNet") for those tests that
+         exposes MS bugs.
+
 2004-05-13  Atsushi Enomoto <atsushi@ximian.com>
 
        * CharacterData.cs : More don't check error message.
index f2b8377607b99b4336b7c37892d23a79d74fb3bb..f5f418f096641ca0ce14d784d0027e0035a974e7 100755 (executable)
@@ -1155,6 +1155,7 @@ namespace nist_dom.fundamental
                //----------------------------------------------------------------------------
 
                [Test]
+               [Category ("NotDotNet")] // MS DOM is buggy
                public void core0021C()
                {
                        string computedValue = "";
@@ -1217,6 +1218,7 @@ namespace nist_dom.fundamental
                //----------------------------------------------------------------------------
 
                [Test]
+               [Category ("NotDotNet")] // MS DOM is buggy
                public void core0022C()
                {
                        string computedValue = "";
@@ -1279,6 +1281,7 @@ namespace nist_dom.fundamental
                //----------------------------------------------------------------------------
 
                [Test]
+               [Category ("NotDotNet")] // MS DOM is buggy
                public void core0023C()
                {
                        string computedValue = "";
@@ -1341,6 +1344,7 @@ namespace nist_dom.fundamental
                //----------------------------------------------------------------------------
 
                [Test]
+               [Category ("NotDotNet")] // MS DOM is buggy
                public void core0024C()
                {
                        string computedValue = "";
@@ -1404,6 +1408,7 @@ namespace nist_dom.fundamental
                //----------------------------------------------------------------------------
 
                [Test]
+               [Category ("NotDotNet")] // MS DOM is buggy
                public void core0025C()
                {
                        string computedValue = "";
index 2e04b0d34a887c20715ecaaafa0fae13a5b43aa9..5d5d668df4b14d162d07a97ab59910678a9f906d 100755 (executable)
@@ -1,3 +1,8 @@
+2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Document.cs : added Category("NotDotNet") for those tests that
+         exposes MS bugs.
+
 2004-05-24  Atsushi Enomoto <atsushi@ximian.com>
 
        * Document.cs : am sure that element nodes are up to 36, not 37 
index 697f5d2a2cd6bb106a9a8e94a49678c2c2e4c930..68a61a864ed99197179dab81950cda3cc8db4400 100755 (executable)
@@ -269,6 +269,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0006D()\r
         {\r
             string computedValue = "";\r
@@ -934,6 +935,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0019D()\r
         {\r
             string computedValue = "";\r
@@ -992,6 +994,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0020D()\r
         {\r
             string computedValue = "";\r
@@ -1050,6 +1053,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0021D()\r
         {\r
             string computedValue = "";\r
@@ -1108,6 +1112,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0022D()\r
         {\r
             string computedValue = "";\r
index 3054d381ac91e7b7b9d160e08a21463f4a2e178c..a4b62c633187f95dcc0fde2bbfd5411ab54dce69 100755 (executable)
@@ -1,3 +1,8 @@
+2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Element.cs : added Category("NotDotNet") for those tests that
+         exposes MS bugs.
+
 2004-04-24  Atsushi Enomoto <atsushi@ximian.com>
 
        * Element.cs : Don't check locale-dependent message.
index 517a3a9db31c28ac75236dde120ac458d7ad3c2e..81a17c65594300c845850fb7a9bee67a2da21a7c 100755 (executable)
@@ -115,6 +115,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0002E()\r
         {\r
             string computedValue = "";\r
@@ -829,6 +830,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0014E()\r
         {\r
             object computedValue = null;\r
@@ -1351,6 +1353,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0023E()\r
         {\r
             string computedValue = "";\r
@@ -1410,6 +1413,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0024E()\r
         {\r
             string computedValue = "";\r
@@ -1470,6 +1474,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0025E()\r
         {\r
             string computedValue = "";\r
@@ -1530,6 +1535,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0026E()\r
         {\r
             string computedValue = "";\r
@@ -1591,6 +1597,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0027E()\r
         {\r
             string computedValue = "";\r
@@ -1657,6 +1664,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0028E()\r
         {\r
             System.Xml.XmlElement addressElement = null;\r
@@ -1790,6 +1798,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0030E()\r
         {\r
             string computedValue = "";\r
index 65744109db36fb1d21a365ad06c22c101d6f67bb..2c02c8f349fced4d4f1e4b4eada2614063b854f8 100755 (executable)
@@ -1,3 +1,8 @@
+2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
+
+       * NamedNodeMap.cs : added Category("NotDotNet") for those tests that
+         exposes MS bugs.
+
 2004-05-24  Atsushi Enomoto <atsushi@ximian.com>
 
        * NamedNodeMap.cs : Modified. "domestic or street" does not mean 
index f2d420dab476a8cbc03dc0bf9930e1b302f8bc6f..8b9bff910619c7bc5caee83f745f6f3a53826acf 100755 (executable)
@@ -982,6 +982,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0018M()\r
         {\r
             string computedValue = "";\r
@@ -1038,6 +1039,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------\r
 \r
         [Test]\r
+       [Category ("NotDotNet")] // MS DOM is buggy\r
        public void core0019M()\r
         {\r
             string computedValue = "";\r
index 2f828c380aae6b51876eade4f113c570fc3b0115..f9334eb07bd8316be165b5cd305062fec97a0c6f 100755 (executable)
@@ -1,3 +1,8 @@
+2005-01-13  Atsushi Enomoto <atsushi@ximian.com>
+
+       * Text.cs : added Category("NotDotNet") for those tests that
+         exposes MS bugs.
+
 2004-05-13  Atsushi Enomoto <atsushi@ximian.com>
 
        * Text.cs : More don't check error message.
index 0fd6fb9c248aa23848edc5a635ad6b868d4a1ba0..1869035345470a5f43f59e85844117f90feee7c3 100755 (executable)
@@ -541,6 +541,7 @@ namespace nist_dom.fundamental
         //----------------------------------------------------------------------------
 
         [Test]
+       [Category ("NotDotNet")] // MS DOM is buggy
        public void core0009T()
         {
             string computedValue = "";