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:
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog131
1 files changed, 0 insertions, 131 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog b/mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog
index 8ea990a0cf9..e4f27de1c65 100644
--- a/mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog
@@ -1,134 +1,3 @@
-2006-02-16 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlReflectionImporter.cs: Enabled few tests for bug #77531.
- * SoapReflectionImporter.cs: Enabled few tests for bug #77531.
-
-2006-02-16 Lluis Sanchez Gual <lluis@novell.com>
-
- * XmlSchemaImporterTests.cs: Added test for bug #76848.
-
-2006-02-11 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlRootAttributeTests.cs: Set eol-style to CRLF.
- * SoapTypeAttributeTests.cs: Same.
- * XmlIncludeAttributeTests.cs: Same.
- * XmlTextAttributeTests.cs: Same.
- * XmlSerializerTests.cs: Same.
- * SoapIncludeAttributeTests.cs: Same.
- * XmlSerializationWriterTests.cs: Same.
- * XmlElementAttributeTests.cs: Same.
- * ComplexDataStructure.cs: Same.
- * DeserializerTests.cs: Same.
- * SoapElementAttributeTests.cs: Same.
- * XmlChoiceIdentifierAttributeTests.cs: Same.
- * XmlArrayItemAttributeTests.cs: Same.
- * XmlAnyElementAttributeTests.cs: Same.
- * XmlAttributesTests.cs: Same.
- * XmlAttributeAttributeTests.cs: Same.
- * XmlEnumAttributeTests.cs: Same.
- * SoapAttributeAttributeTests.cs: Same.
- * SoapEnumAttributeTests.cs: Same.
- * SoapSchemaMemberTests.cs: Same.
- * XmlArrayAttributeTests.cs: Same.
- * XmlSerializerTestClasses.cs: Same.
- * XmlSchemaImporterTests.cs: Set eol-style to native.
-
-2006-02-11 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlReflectionImporterTests.cs: Added test for IDictionary import.
- Set eol style to CRLF.
- * SoapReflectionImporterTests.cs: Added test for IDictionary import.
-
-2006-02-11 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlSerializerTestClasses.cs: Fixed line endings (sigh).
-
-2006-02-10 Gert Driesen <drieseng@users.sourceforge.net>
-
- * DeserializeTests.cs: Added tests for deserialization of enums, and
- primitive types container.
- * XmlSerializerTests.cs: Numbered some tests.
-
-2006-02-09 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlSerializerTests.cs: Fixed build after failed merge.
-
-2006-02-09 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlSerializerTests.cs: Added test for bug #77501. Added tests for
- XML and encoded serialization of enums.
-
-2006-02-09 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlSerializationWriterTests.cs: Added Reset overload that takes
- Formatting. Added XmlNode[] tests for bug #77512, enabled tests for
- bug #77512.
-
-2006-02-09 Gert Driesen <drieseng@users.sourceforge.net>
-
- * SoapReflectionImporterTests.cs: Marked test NotDotNet.
-
-2006-02-09 Lluis Sanchez Gual <lluis@novell.com>
-
- * XmlSerializerTests.cs, XmlSerializerTestClasses.cs: Added test
- for bug #77447.
-
-2006-02-09 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlSerializerTests.cs: Added constants for usage in new tests.
- Added methods for encoded serialization. Fixed line endings.
-
-2006-02-09 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlSerializerTestClasses.cs: Added test classes.
-
-2006-02-09 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlSerializationWriterTests.cs: Use Assert instead of deprecated
- Assertion class. Added tests for FromEnum, WriteXsiType,
- WriteTypedPrimitive and WritePotentiallyReferencingElement. Changed
- accessibility of Reset and Content on XmlSerializationWriterTester
- and added public Execute methods for WritePotentiallyReferencingElement
- and WriteTypedPrimitive, to allow this class to be useful for tests
- that have effect on the prefix for other tests.
- * XmlSerializationReaderTests.cs: Added tests for ToEnum.
-
-2006-02-08 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlTypeAttributeTests.cs: Set eol-style to native.
-
-2006-02-06 Gert Driesen <drieseng@users.sourceforge.net>
-
- * DeserializeTests.cs: Use Assert instead of deprecated Assertion.
- Renumbered tests. Fixed line endings.
-
-2006-02-05 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlSerializerTests.cs: No longer derive from Assertion, fixed some
- tests that were catching NUnit's AssertionException too.
-
-2006-02-04 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlSchemaExporterTests.cs: Reworked tests that fail on Mono
- due to bug #77117 to pass on Mono (until that bug is fixed) and
- mark these tests NotDotNet.
-
-2006-01-23 Gert Driesen <drieseng@users.sourceforge.net>
-
- * XmlReflectionImporterTests.cs: Marked tests NotWorking until fixes
- have landed in svn.
- * SoapReflectionImporterTests.cs: Added numerous tests.
- * XmlSchemaImporterTests.cs: Added numerous tests.
- * XmlSchemaExporterTests.cs: Added numerous tests.
- * SoapSchemaExporterTests.cs: Added numerous tests.
- * XmlSerializerTestClasses.cs: Added test classes for
- XmlSchemaExporter. Fixed line endings (to CRLF).
-
-2006-01-07 Gert Driesen <drieseng@users.souceforge.net>
-
- * XmlReflectionImporterTests.cs: Added numerous tests. No longer
- derive from Assertion.
-
2005-12-29 Gert Driesen <drieseng@users.sourceforge.net>
* XmlSchemaExporterTests.cs: Added tests for exporting structs, and