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>2005-12-01 07:46:45 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-12-01 07:46:45 +0300
commit906d303f7592c7fd8fd6bca6910b63edf8a1822a (patch)
treed22abe2e4cf1bbb5ddfc7121b73f4ea32ce0022f /mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
parent19e63723c2d50916e9fb978cba178aa00330ad76 (diff)
2005-12-01 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchemaElement.cs : Fixed ambiguity detection logic so that chameleon ##other (xs:any) does not block other "absent" (empty targetNamespace) element. Fixed bug #76865. * XmlSchemaTests.cs : added testcase for #76865. svn path=/trunk/mcs/; revision=53746
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog b/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
index 926a6bc40ea..545dc189a41 100644
--- a/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-01 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlSchemaTests.cs : added testcase for #76865.
+
2005-10-23 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchemaTests.cs : some namespace output strategy seems changed