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:
authorGert Driesen <drieseng@users.sourceforge.net>2005-12-27 14:23:36 +0300
committerGert Driesen <drieseng@users.sourceforge.net>2005-12-27 14:23:36 +0300
commit7e110d0cc3314cae977cafb1cc9cf96f906b0dad (patch)
tree5a8106419ae8424aa349a5e102ea1d5698458222 /mcs/class/System.XML
parent18476997c6b1987d6722af42b8f413af8ea579ed (diff)
* XmlTextWriterTests.cs: Do not yet enable tests for WriteNmToken
with null or zero-length value (await approval for XmlTextWriter change from Atsushi). svn path=/trunk/mcs/; revision=54868
Diffstat (limited to 'mcs/class/System.XML')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/ChangeLog6
-rw-r--r--mcs/class/System.XML/Test/System.Xml/XmlTextWriterTests.cs2
2 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index 164d6048111..e98492c7c1c 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,5 +1,11 @@
2005-12-27 Gert Driesen <drieseng@users.sourceforge.net>
+ * XmlTextWriterTests.cs: Do not yet enable tests for WriteNmToken
+ with null or zero-length value (await approval for XmlTextWriter
+ change from Atsushi).
+
+2005-12-27 Gert Driesen <drieseng@users.sourceforge.net>
+
* XmlTextWriterTests.cs: Added tests for WriteWhitespace and
WriteNmToken.
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 ()
{