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-08-04 10:35:17 +0400
committerAtsushi Eno <atsushieno@gmail.com>2006-08-04 10:35:17 +0400
commit8ae9f1becbac9443758ddd0f9e9920eae80a4f4a (patch)
tree154c93c0638d01e2ada4a4c6ea2372b50bee4499 /mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
parent3abf933fcab3b697bc30032b77025d659b631351 (diff)
2006-08-04 Atsushi Enomoto <atsushi@ximian.com>
* XsdIdentityState.cs : Fixed bug #78985. If there are two identical field path "@key" in two different keys where one is in scope within another, it incorrectly matched the attribute whose name is same but in different element hierarchy (depth). * XmlSchemaTest.cs : added bug #78985 case. * 78985.xsd, 78985.xml : test for bug #78985. svn path=/trunk/mcs/; revision=63338
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/Mono.Xml.Schema/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
index b007d226b1a..93fbac15f67 100644
--- a/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Mono.Xml.Schema/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-04 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XsdIdentityState.cs : Fixed bug #78985. If there are two identical
+ field path "@key" in two different keys where one is in scope
+ within another, it incorrectly matched the attribute whose name
+ is same but in different element hierarchy (depth).
+
2006-04-12 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchemaValidatingReader.cs : don't reject such XmlReader that