Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2009-07-09 08:06:41 +0400
committerAtsushi Eno <atsushieno@gmail.com>2009-07-09 08:06:41 +0400
commit9ff32e41c8425c424e446827b258545b6cd716f4 (patch)
tree79262183a159fd56a691b159af35a501dc154040 /mcs/class/System.XML/Test
parent30b457b8e06f027a8773ba49cdb78dd642c6bc4f (diff)
2009-07-09 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchemaTests.cs : disabled wrong tests. I will revert them unless it gets better shape. svn path=/trunk/mcs/; revision=137594
Diffstat (limited to 'mcs/class/System.XML/Test')
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog5
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTests.cs2
2 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog b/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
index 183af33211a..811f3707a2e 100644
--- a/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
@@ -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
diff --git a/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTests.cs b/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTests.cs
index c7ff6d65edd..08459283f32 100644
--- a/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTests.cs
+++ b/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTests.cs
@@ -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'/>";