2009-06-26 Robert Jordan <robertj@gmx.net>
[mono.git] / mcs / class / System.XML / Test / System.Xml / ChangeLog
index e64246bdc5f4c958c6b2711b0b90c329f926cc89..bb14776fe43617ff8f965b41183c3fd5a152f67f 100644 (file)
@@ -1,3 +1,286 @@
+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.
+
+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.
+
+2007-05-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * XmlWriterTests.cs: Renamed Close* tests to Create*, and improved
+       their coverage. Commented out newly introduced tests since they fail
+       on Mono. Added NotWorking Create_XmlWriter2 test.
+
+2007-05-16  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * XmlWriterTests.cs: Added tests for Close that verify closing of
+       underlying stream.
+
+2007-04-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdValidatingReaderTests.cs : added test for bug #81460.
+
+2007-04-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlConvertTests.cs : added test for MaxValue serialization with
+         every XmlDateTimeSerializationMode.
+
+2007-04-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs : added test for bug #81451.
+
+2007-04-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XsdValidatingReaderTests.cs : added test for bug #81360.
+
+2007-04-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlTextReaderTests.cs : added test for bug #81294.
+
+2007-03-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderSettingsTests.cs : added test for bug #81000.
+
+2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs : added test for bug #80848.
+
+2007-02-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlReaderCommonTests.cs : added ReadElementContentAsStringEmpty().
+
+2006-12-20  Atsushi Enomoto <atsushi@ximian.com>
+
+       * XmlNodeTests.cs : added tests for bug #80331.
+
 2006-12-19  Atsushi Enomoto <atsushi@ximian.com>
 
        * XmlTextReaderTests.cs : added test for bug #80308.