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>2008-02-04 11:49:05 +0300
committerAtsushi Eno <atsushieno@gmail.com>2008-02-04 11:49:05 +0300
commitea43bd0eb73e821bbb5d74ad8654ca15ad3b578b (patch)
tree7931ba7774643e016b568b87eacc4b1a5fdc017c /mcs/class/System.XML/System.Xml_test.dll.sources
parent5768c0f761cb2967fdbb90477c8f383b5770869e (diff)
2008-02-04 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchemaValidator.cs : added couple of null argument check. Do not depend on XmlSchemaInfo to retrieve attribute value (it could be null). Do not practically validate attribute when it is not in validating state (i.e. inside xs:any). Fixed bug #358408. * XmlSchemaValidatorTests.cs : new. Test for bug #358408. * 358408.xsd : new test file. * System.Xml_test.dll.sources : added XmlSchemaValidatorTests.cs. * Makefile : extra distfiles (358408.xsd). svn path=/trunk/mcs/; revision=94729
Diffstat (limited to 'mcs/class/System.XML/System.Xml_test.dll.sources')
-rw-r--r--mcs/class/System.XML/System.Xml_test.dll.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.XML/System.Xml_test.dll.sources b/mcs/class/System.XML/System.Xml_test.dll.sources
index 98d6d3df46a..d501b1674c1 100644
--- a/mcs/class/System.XML/System.Xml_test.dll.sources
+++ b/mcs/class/System.XML/System.Xml_test.dll.sources
@@ -55,6 +55,7 @@ System.Xml.Schema/XmlSchemaLengthFacetTests.cs
System.Xml.Schema/XmlSchemaTests.cs
System.Xml.Schema/XmlSchemaTypeTests.cs
System.Xml.Schema/XmlSchemaSetTests.cs
+System.Xml.Schema/XmlSchemaValidatorTests.cs
System.Xml.Serialization/CodeIdentifiersTests.cs
System.Xml.Serialization/ComplexDataStructure.cs
System.Xml.Serialization/DeserializeTests.cs