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-04-26 13:34:18 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2006-04-26 13:34:18 +0400
commita99e0e1f9bbf2f9b041afcdcb3647e961094905d (patch)
tree7c7fc6ef12e6054b840749f7a3459980dfa5fd48 /mcs/class/System.XML/System.Xml_test.dll.sources
parent8e9b55f04d27612287ac92405d1c0e5e1fc8618a (diff)
* SoapAttributesTests.cs: Added tests for bug #78205.
* XmlSerializerTestClasses.cs: Added test classes and improved existing classes for usage in upcoming bug reports. * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/ SoapAttributesTests.cs. * SoapAttributes.cs: The DefaultValueAttribute.Value should be returned as SoapDefaultValue instead of the attribute itself. Fixes bug #78205. svn path=/trunk/mcs/; revision=59917
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 5ec337fdaf8..61623fae058 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/XmlSchemaSetTests.cs
System.Xml.Serialization/ComplexDataStructure.cs
System.Xml.Serialization/DeserializeTests.cs
System.Xml.Serialization/SoapAttributeAttributeTests.cs
+System.Xml.Serialization/SoapAttributesTests.cs
System.Xml.Serialization/SoapElementAttributeTests.cs
System.Xml.Serialization/SoapEnumAttributeTests.cs
System.Xml.Serialization/SoapIncludeAttributeTests.cs