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:
authorNick Drochak <nickd@mono-cvs.ximian.com>2002-10-21 19:09:42 +0400
committerNick Drochak <nickd@mono-cvs.ximian.com>2002-10-21 19:09:42 +0400
commitd571ff0966f9af8164c7ebe0330fefeeb10fb85d (patch)
tree51cbfcd644c57100f7f06efe2e8ce8a49cf8459b /mcs/class/System.XML/Test/ChangeLog
parent29e2c32959266072bb4f70f9760390c7f6e53113 (diff)
2002-10-22 Nick Drochak <ndrochak@gol.com>
* XmlTextWriterTests.cs: Null is ok when prefix is "xmlns". svn path=/trunk/mcs/; revision=8446
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index d34c8f09e5f..b30b15969e5 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-22 Nick Drochak <ndrochak@gol.com>
+
+ * XmlTextWriterTests.cs: Null is ok when prefix is "xmlns".
+
2002-10-21 Duncan Mak <duncan@ximian.com>
* XmlTextReaderTests.cs: