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:
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index 69ad13b7d2e..d8c563d1bea 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,5 +1,11 @@
2006-01-06 Atsushi Enomoto <atsushi@ximian.com>
+ * XsdValidatingReaderTests.cs : test for ReadTypeValue() that it
+ does not ignore whitespace nodes, and it does not normalize string
+ incorrectly.
+
+2006-01-06 Atsushi Enomoto <atsushi@ximian.com>
+
* XsdValidatingReaderTests.cs : test for ReadTypeValue() with simple
type restriction.