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-10-27 19:12:25 +0400
committerAtsushi Eno <atsushieno@gmail.com>2006-10-27 19:12:25 +0400
commitacfc823f157363ed76467c7c04fc6ee766cbb0f1 (patch)
treeccac1dff92cc496a655dd3a3152f0ea77dfb8ed2 /mcs/class/System.XML/Makefile
parent1be9e0d12ece4bd70244c5bd223c65c658d14138 (diff)
2006-10-27 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs : Fixed bug #79650. Enumeration facet was not validated for attributes. Also, simple type restriction should require namespace manager to resolve QNames. * XmlSchemaSimpleTypeRestriction.cs : for facet validation, it should use namespacemanager. Though the change is not perfect, thus I disable this change for now. * XmlValidatingReaderTests.cs : added bug #79650 case. * 79650.xsd : added test for bug #79650. * Makefile : added 79650.xsd to dist file. svn path=/trunk/mcs/; revision=67031
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index eb7316d7da3..0f90bcd3098 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -65,6 +65,7 @@ EXTRA_DISTFILES = \
Test/XmlFiles/xsd/77687inc.xsd \
Test/XmlFiles/xsd/78985.xml \
Test/XmlFiles/xsd/78985.xsd \
+ Test/XmlFiles/xsd/79650.xsd \
Test/XmlFiles/xsd/inter-inc-1.xsd \
Test/XmlFiles/xsl/91834.xml \
Test/XmlFiles/xsl/91834.xsl \