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>2006-12-20 22:46:13 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-12-20 22:46:13 +0300
commit78b764c7e74113f52d1934a8c1d4d3da9c7af19d (patch)
tree1de54bed849c416ba85a265e162ac0ca9434cd87 /mcs/class/System.XML/Test/System.Xml/ChangeLog
parent699a9b8205f62d68396365c961133f79b9cc801a (diff)
2006-12-20 Atsushi Enomoto <atsushi@ximian.com>
* XmlNode.cs : (InsertBefore) when newChild == refChild, do nothing except for node type check. Fixed bug #80331. * XmlNodeTests.cs : added tests for bug #80331. svn path=/trunk/mcs/; revision=69837
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index e64246bdc5f..b744e4ad39d 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-20 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlNodeTests.cs : added tests for bug #80331.
+
2006-12-19 Atsushi Enomoto <atsushi@ximian.com>
* XmlTextReaderTests.cs : added test for bug #80308.