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-01-10 20:10:28 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-01-10 20:10:28 +0300
commit3e92836661cb90cbfa903e36dc71f253ad91fbd8 (patch)
tree9433534601cbcdeb6737c41700cc2eab10ea3fdc /mcs/class/System.XML/System.Xml_test.dll.sources
parent374ef7101db94d00815a3acf93c1e4e4dc3f387b (diff)
2006-01-10 Atsushi Enomoto <atsushi@ximian.com>
* System.Xml_test.dll.sources : added XmlSchemaTypeTests.cs. * XmlSchemaTypeTests.cs : new file. Test for TypeCode. * XmlSchemaSetTests.cs : added more tests for Add() and marked one as NotWorking (we need info on how consistent this method is). svn path=/trunk/mcs/; revision=55309
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 96a3370604d..6c13ea47063 100644
--- a/mcs/class/System.XML/System.Xml_test.dll.sources
+++ b/mcs/class/System.XML/System.Xml_test.dll.sources
@@ -49,6 +49,7 @@ System.Xml.Schema/XmlSchemaBuiltInDatatypeTests.cs
System.Xml.Schema/XmlSchemaDatatypeTests.cs
System.Xml.Schema/XmlSchemaLengthFacetTests.cs
System.Xml.Schema/XmlSchemaTests.cs
+System.Xml.Schema/XmlSchemaTypeTests.cs
System.Xml.Schema/XmlSchemaSetTests.cs
System.Xml.Serialization/ComplexDataStructure.cs
System.Xml.Serialization/DeserializeTests.cs