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:
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/XmlTextWriterTests.cs')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/XmlTextWriterTests.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/XmlTextWriterTests.cs b/mcs/class/System.XML/Test/System.Xml/XmlTextWriterTests.cs
index 0108029fe0a..21864602c82 100644
--- a/mcs/class/System.XML/Test/System.Xml/XmlTextWriterTests.cs
+++ b/mcs/class/System.XML/Test/System.Xml/XmlTextWriterTests.cs
@@ -1527,6 +1527,7 @@ namespace MonoTests.System.Xml
}
[Test]
+ [Category ("NotWorking")]
[ExpectedException (typeof (ArgumentException))]
public void WriteNmToken_Null ()
{
@@ -1534,6 +1535,7 @@ namespace MonoTests.System.Xml
}
[Test]
+ [Category ("NotWorking")]
[ExpectedException (typeof (ArgumentException))]
public void WriteNmToken_Empty ()
{