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>2004-09-07 10:37:05 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-09-07 10:37:05 +0400
commit63099a1f1205a3f49506eb1ac55f16b51c3fad0d (patch)
tree30887cb2a5cc800f09029feba46a374057ede40d
parent4513f3ed86e53fe1ffcaa9b22481f44bda4a6111 (diff)
2004-09-07 Atsushi Enomoto <atsushi@ximian.com>
* System.Xml_test.dll.sources : Added XmlReaderSettingsTests.cs. XmlReaderCommonTests.cs and XmlSchemaSetTests.cs were missing. svn path=/trunk/mcs/; revision=33474
-rw-r--r--mcs/class/System.XML/System.Xml_test.dll.sources3
1 files changed, 3 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 4ea63ae0922..b882309e549 100644
--- a/mcs/class/System.XML/System.Xml_test.dll.sources
+++ b/mcs/class/System.XML/System.Xml_test.dll.sources
@@ -20,6 +20,8 @@ System.Xml/XmlNodeTests.cs
System.Xml/XmlProcessingInstructionTests.cs
System.Xml/XmlSecureResolverTests.cs
System.Xml/XmlSignificantWhitespaceTests.cs
+System.Xml/XmlReaderCommonTests.cs
+System.Xml/XmlReaderSettingsTests.cs
System.Xml/XmlTextReaderTests.cs
System.Xml/XmlTextTests.cs
System.Xml/XmlTextWriterTests.cs
@@ -41,6 +43,7 @@ System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs
System.Xml/nist_dom/fundamental/NodeList/NodeList.cs
System.Xml/nist_dom/fundamental/Text/Text.cs
System.Xml.Schema/XmlSchemaTests.cs
+System.Xml.Schema/XmlSchemaSetTests.cs
System.Xml.Schema/XmlSchemaLengthFacetTests.cs
System.Xml.Serialization/ComplexDataStructure.cs
System.Xml.Serialization/DeserializeTests.cs