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>2008-04-17 20:02:53 +0400
committerAtsushi Eno <atsushieno@gmail.com>2008-04-17 20:02:53 +0400
commit680bfdbdee83032b057f41c496a1a74c0cbb8b1e (patch)
tree829c3c1a38b926d1389994fde1d71a99bedfc34d /mcs/class/System.XML/Test/System.Xml/ChangeLog
parent7bac843b5be5abafebe0dbf75bca20e5bbe13fb3 (diff)
2008-04-17 Atsushi Enomoto <atsushi@ximian.com>
* XmlAttributeCollection.cs : check attribute identity only if the source node is in the document tree. Fixed bug #380720. * XmlElementTests.cs : added test for bug #380720. * XmlAttributeTests.cs : numbered some assertions. svn path=/trunk/mcs/; revision=101019
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index feebf204fdd..a1028dadc0f 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-17 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlElementTests.cs : added test for bug #380720.
+ * XmlAttributeTests.cs : numbered some assertions.
+
2008-04-02 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReaderTests.cs : added test for bug #376395.