2009-06-26 Robert Jordan <robertj@gmx.net>
[mono.git] / mcs / class / System.XML / Test / System.Xml / ChangeLog
index ad284ee5230da87d65c8094373952581506cd600..bb14776fe43617ff8f965b41183c3fd5a152f67f 100644 (file)
@@ -1,3 +1,172 @@
+2009-06-26  Robert Jordan  <robertj@gmx.net>
+
+       * *.cs: Upgrade to new NUnit style.
+
+2009-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * XmlResolverTest.cs: Fix ResolveUri test on Windows when current
+       directory is not on C drive.
+
+2009-05-12  Jonas Larsson  <jonas.larsson@manodo.se>
+
+       * XmlValidatingReaderTests.cs : test for bug #502168
+
+2009-05-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlValidatingReaderTests.cs : test for bug #501814 by Jonas
+         Larsson.
+
+2009-05-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdValidatingReaderTest.cs : test for bug #501763 by Jonas Larsson.
+
+2009-04-28  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * XmlReaderCommonTests.cs: Add test case for an empty string url
+
+2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * XmlResolverTest.cs: New. Unit tests for base features.
+
+2009-04-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlAttributeCollectionTests.cs : added test for bug #496022.
+
+2009-03-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlParserContextTests.cs : added test for bug #484519.
+
+2009-03-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs : added test for bug #480066.
+
+2009-03-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlWriterTests.cs : only bogus XmlTextWriter ignores null namespace
+         for namespae conflict check.
+
+2009-02-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlTextWriterTests.cs : added test for bug #474091.
+
+2009-02-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlElementTests.cs : added test for bug #464394.
+
+2009-02-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlTextWriterTests.cs : added test for bug #472634.
+
+2009-01-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs : added test for bug #464229.
+
+2009-01-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs : added test for ReadContentAsString()
+         and ReadElementContentAsString() against certain node types.
+
+2008-12-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlValidatingReaderTests.cs : added test for validating mixed
+         element under xs:any.
+
+2008-09-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs : another Subtree+EmptyElement case.
+
+2008-09-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs :
+         added test for NodeType for empty element.
+
+2008-09-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs :
+         added test for ReadSubtree() on non-element.
+
+2008-07-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlTextReaderTests.cs : added test for bug #412657.
+
+2008-06-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlConvertTests.cs : added test for bug #397934
+
+2008-06-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlConvertTests.cs : no need for TARGET_JVM. Fix wrong comparison.
+
+2008-06-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlTextReaderTests.cs : added test for bug #398374.
+
+2008-06-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlConvertTests.cs : added test for bug #320424.
+
+2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderSettingsTests.cs : added test for bug #392385.
+
+2008-05-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs : added test for bug #385638.
+
+2008-04-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlElementTests.cs : added test for bug #380720.
+       * XmlAttributeTests.cs : numbered some assertions.
+
+2008-04-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdValidatingReaderTests.cs : added test for bug #376395.
+
+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.