2009-07-09 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 9 Jul 2009 04:06:41 +0000 (04:06 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 9 Jul 2009 04:06:41 +0000 (04:06 -0000)
* XmlSchemaTests.cs : disabled wrong tests. I will revert them
  unless it gets better shape.

svn path=/trunk/mcs/; revision=137594

mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTests.cs

index 183af33211a95fe2c08d85772fcce25968dde9aa..811f3707a2e0539c801d7f83f3721a1f40aea980 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlSchemaTests.cs : disabled wrong tests. I will revert them
+         unless it gets better shape.
+
 2009-06-23  Atsushi Enomoto  <atsushi@ximian.com>
 
        * XmlSchemaAssertion.cs, XmlSchemaTests.cs : migrate from Assertion
index c7ff6d65edda8c5f487b5633148ff6eb2fdf0611..08459283f325a3fcebac798320061bde75b3f235 100644 (file)
@@ -423,6 +423,7 @@ namespace MonoTests.System.Xml
                }
 
                [Test] // bug #502115
+               [Ignore ("wrong test as commented on bugzilla")]
                public void ExtensionRedefineAttribute1 ()
                {
                        const string xml = "<Bar xmlns='foo'/>";
@@ -504,6 +505,7 @@ namespace MonoTests.System.Xml
                }
 
                [Test] // bug #502115
+               [Ignore ("wrong test as commented on bugzilla")]
                public void ExtensionRedefineAttribute3 ()
                {
                        const string xml = "<Bar xmlns='foo'/>";