* XmlDocumentTests.cs: Fixed line endings.
[mono.git] / mcs / class / System.XML / Test / System.Xml / ChangeLog
index 5b27f7e0be0bd63c4586097a513e30a4db0c5545..42dae40ee8f4b95e94753347bfe2532421612251 100644 (file)
@@ -1,3 +1,64 @@
+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().