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>2007-10-31 10:39:02 +0300
committerAtsushi Eno <atsushieno@gmail.com>2007-10-31 10:39:02 +0300
commit8c2db129dd349d6846903bbe040235e576ba82a2 (patch)
tree46e8a159122bf75a234f2dd4fa14a1fd7a32294c /mcs/class/System.XML/Makefile
parent050f16603f6a3565460e444a84ee3c60abfd46a9 (diff)
2007-10-31 Atsushi Enomoto <atsushi@ximian.com>
* XsdValidatingReader.cs : r68046 didn't really fix the issue. Enabled the actual fix. and fixed bug #336625. * XsdValidatingReaderTests.cs : added test for #336625. * 336625.xsd : new test file. * Makefile : extra distfiles (336625.xsd). svn path=/trunk/mcs/; revision=88537
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 3bdea052573..63de70bc366 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -72,6 +72,7 @@ EXTRA_DISTFILES = \
Test/XmlFiles/79683.dtd \
Test/XmlFiles/xsd/multi-schemaLocation.xml \
Test/XmlFiles/xsd/datatypesTest.xsd \
+ Test/XmlFiles/xsd/336625.xsd \
Test/XmlFiles/xsd/77687.xsd \
Test/XmlFiles/xsd/77687inc.xsd \
Test/XmlFiles/xsd/78985.xml \