* XmlDocumentTests.cs: Fixed line endings.
[mono.git] / mcs / class / System.XML / Test / System.Xml / ChangeLog
index c67adab5f4ed61b0ec24c1bd655c352665420484..42dae40ee8f4b95e94753347bfe2532421612251 100644 (file)
@@ -1,3 +1,110 @@
+2008-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * XmlDocumentTests.cs: Fixed line endings.
+       * XmlAttributeCollectionTests.cs: Fixed line endings.
+       * XmlDocumentEventTests.cs: Fixed line endings.
+       * XmlNodeTests.cs: Fixed line endings.
+       * XsdValidatingReaderTests.cs: Fixed line endings.
+       * XmlDocumentTypeTests.cs: Fixed line endings.
+       * XmlEntityReferenceTests.cs: Fixed line endings.
+
+2008-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * XmlAttributeTests.cs: Use Assert instead of deprecated Assertion
+       class. Improved a few tests. Added link to MS bug report for regression
+       in .NET 2.0. Numbered tests.
+
+2008-02-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlParserContextTests.cs : they are working. case #3 should not
+         try to parse broken internalSubset (we do not allow broken
+         intsubset and it is almost no worthy of assuring only-nominal
+         .net compat that such broken internalSubset should be allowed).
+
+2008-01-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs : added test for bug #347768.
+
+2008-01-15  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * XmlParserContextTests.cs: Added ctor tests.
+
+2007-12-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlUrlResolverTests.cs : fixed test; file://file.txt is to access
+         such a server whose (domain) name is "file.txt", which is actually
+         an absolute URI. Remove "regression" in the nunit test.
+
+2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdValidatingReaderTests.cs : added test for #339934.
+
+2007-11-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlConvertTests.cs : added test for #339004 and more.
+
+2007-10-31  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * XmlConvertTests.cs: Added link to MS bug report.
+
+2007-10-31  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdValidatingReaderTests.cs : added test for #336625.
+
+2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlConvertTest.cs : added test for DateTime roundtrip.
+
+2007-10-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs : added test for bug #334752.
+
+2007-09-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlWriterTests.cs : added WriteNodeXPathNavigatorAttribute().
+
+2007-09-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlWriterTests.cs : added test for WriteValue(object).
+       * XmlTextWriterTests.cs : added WriteQualifiedName() test with empty
+         namespace.
+
+2007-08-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlWriterSettingsTests.cs : added test for extraneous newline on
+         OmitXmlDeclaration mode.
+
+2007-08-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdValidatingReaderTests.cs : test for bug #82010.
+
+2007-08-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdValidatingReaderTests.cs : another test posted on bug #82183.
+
+2007-07-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdValidatingReaderTests.cs : added test for bug #82099.
+
+2007-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlWriterTests.cs : added test for bug #82051.
+
+2007-07-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderSettingsTests.cs : added test for bug #82062.
+
+2007-06-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * XmlTextReaderTests.cs: Enable ProhibitDtd test on 1.0 profile too.
+       Fixed line endings.
+
+2007-06-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlDocumentFragmentTests.cs : added InnerText().
+       * XmlWriterSettingsTests.cs : replace \r\n with \n to make it pass
+         on windows.
+
 2007-05-31  Atsushi Enomoto  <atsushi@ximian.com>
 
        * XmlWriterSettingsTests.cs : added test for NewLineOnAttributes.