[Mono-dev] [Mono-patches] r137594 - trunk/mcs/class/System.XML/Test/System.Xml.Schema
Gert Driesen
gert.driesen at telenet.be
Thu Jul 9 00:46:18 EDT 2009
Hey Atsushi,
I fixed the tests, but couldn't find your comment on bugzilla (other than
your comment that the test is not worth for normal users).
The failure for ExtensionRedefineAttribute1 may be related to bug #506122
(but I still should have ensured it passed, my wrong), as we currently allow
validation against a schema that failed to compile (or is this by design?).
Gert
-----Original Message-----
From: mono-patches-bounces at lists.ximian.com
[mailto:mono-patches-bounces at lists.ximian.com] On Behalf Of Atsushi Enomoto
(atsushi at ximian.com)
Sent: donderdag 9 juli 2009 6:07
To: mono-patches at lists.ximian.com; ximian.monolist at gmail.com;
mono-svn-patches-garchive-20758 at googlegroups.com
Subject: [Mono-patches] r137594 -
trunk/mcs/class/System.XML/Test/System.Xml.Schema
Author: atsushi
Date: 2009-07-09 00:06:41 -0400 (Thu, 09 Jul 2009)
New Revision: 137594
Modified:
trunk/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTests.cs
Log:
2009-07-09 Atsushi Enomoto <atsushi at ximian.com>
* XmlSchemaTests.cs : disabled wrong tests. I will revert them
unless it gets better shape.
Modified: trunk/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
===================================================================
--- trunk/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog 2009-07-09
02:37:23 UTC (rev 137593)
+++ trunk/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog 2009-07-09
04:06:41 UTC (rev 137594)
@@ -1,3 +1,8 @@
+2009-07-09 Atsushi Enomoto <atsushi at ximian.com>
+
+ * XmlSchemaTests.cs : disabled wrong tests. I will revert them
+ unless it gets better shape.
+
2009-06-23 Atsushi Enomoto <atsushi at ximian.com>
* XmlSchemaAssertion.cs, XmlSchemaTests.cs : migrate from Assertion
Modified:
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTests.cs
===================================================================
--- trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTests.cs
2009-07-09 02:37:23 UTC (rev 137593)
+++ trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTests.cs
2009-07-09 04:06:41 UTC (rev 137594)
@@ -423,6 +423,7 @@
}
[Test] // bug #502115
+ [Ignore ("wrong test as commented on bugzilla")]
public void ExtensionRedefineAttribute1 ()
{
const string xml = "<Bar xmlns='foo'/>";
@@ -504,6 +505,7 @@
}
[Test] // bug #502115
+ [Ignore ("wrong test as commented on bugzilla")]
public void ExtensionRedefineAttribute3 ()
{
const string xml = "<Bar xmlns='foo'/>";
_______________________________________________
Mono-patches maillist - Mono-patches at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.285 / Virus Database: 270.13.5/2220 - Release Date: 07/05/09
17:54:00
More information about the Mono-devel-list
mailing list