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:
authorGert Driesen <drieseng@users.sourceforge.net>2006-01-07 21:52:24 +0300
committerGert Driesen <drieseng@users.sourceforge.net>2006-01-07 21:52:24 +0300
commit91a95ca4e128bc7a4db03ed77847162ec859ebb4 (patch)
treeba00af5361e21c650d9191d6f5ed0702e20c4f76 /mcs/class/System.XML/System.Xml_test.dll.sources
parentf337b9cd9ba745d7f9fc3449c50157e56dca5395 (diff)
* System.Xml_test.dll.sources: Added SoapSchemaExporterTests.cs,
SoapReflectionImporterTests.cs, XmlSchemaImporterTests.cs. * XmlReflectionImporterTests.cs: Added numerous tests. No longer derive from Assertion. * SoapReflectionImporterTests.cs: Added numerous tests. * XmlSchemaImporterTests.cs: Added numerous tests. * XmlSchemaExporterTests.cs: Added numerous tests. * SoapSchemaExporterTests.cs: Added numerous tests. svn path=/trunk/mcs/; revision=55191
Diffstat (limited to 'mcs/class/System.XML/System.Xml_test.dll.sources')
-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 e1f968d3e0b..fbcac9ab7ff 100644
--- a/mcs/class/System.XML/System.Xml_test.dll.sources
+++ b/mcs/class/System.XML/System.Xml_test.dll.sources
@@ -53,6 +53,8 @@ System.Xml.Serialization/SoapAttributeAttributeTests.cs
System.Xml.Serialization/SoapElementAttributeTests.cs
System.Xml.Serialization/SoapEnumAttributeTests.cs
System.Xml.Serialization/SoapIncludeAttributeTests.cs
+System.Xml.Serialization/SoapSchemaExporterTests.cs
+System.Xml.Serialization/SoapReflectionImporterTests.cs
System.Xml.Serialization/SoapSchemaMemberTests.cs
System.Xml.Serialization/SoapTypeAttributeTests.cs
System.Xml.Serialization/XmlAnyElementAttributeTests.cs
@@ -67,6 +69,7 @@ System.Xml.Serialization/XmlIncludeAttributeTests.cs
System.Xml.Serialization/XmlReflectionImporterTests.cs
System.Xml.Serialization/XmlRootAttributeTests.cs
System.Xml.Serialization/XmlSchemaExporterTests.cs
+System.Xml.Serialization/XmlSchemaImporterTests.cs
System.Xml.Serialization/XmlSerializationWriterTests.cs
System.Xml.Serialization/XmlTextAttributeTests.cs
System.Xml.Serialization/XmlTypeAttributeTests.cs