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-01-25 06:47:12 +0300
committerAtsushi Eno <atsushieno@gmail.com>2008-01-25 06:47:12 +0300
commitd8ad3958492d7a4e2526b51b857b95e1342b0218 (patch)
tree9556cccdee994ae81ae64b6c36be9e6de495dfc7 /mcs/class/System.XML/Test/System.Xml/ChangeLog
parent18543009650fd61919db75f290ecaf7f32ceb0b8 (diff)
2008-01-25 Atsushi Enomoto <atsushi@ximian.com>
* XmlReader.cs : MoveToNextSibling() should check EOF (as Skip() does not). Fixed bug #347768. * XmlReaderCommonTests.cs : added test for bug #347768. svn path=/trunk/mcs/; revision=93873
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 4655cdbd399..62bb3ebb6b8 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-25 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlReaderCommonTests.cs : added test for bug #347768.
+
2008-01-15 Gert Driesen <drieseng@users.sourceforge.net>
* XmlParserContextTests.cs: Added ctor tests.