Merge pull request #1156 from felfert/master
[mono.git] / mcs / class / System.XML / Test / ChangeLog
index d95ad39c4cdeec50889682b6e69ea6a84850bafd..5f55a227b9f826e8521a22909a25921413c08b9a 100644 (file)
@@ -1,3 +1,169 @@
+2004-06-18  Atsushi Enomoto <atsushi@ximian.com>
+
+       * MonoMicro.Test.csproj : updated.
+
+2004-03-31  Atsushi Enomoto <atsushi@ximian.com>
+
+       * removed System.XML_linux_test.args.
+
+2004-02-11  Atsushi Enomoto <atsushi@ximian.com>
+
+       * MonoMicro.Test.csproj : updated.
+
+2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.XML_linux_test.args: added XPathNavigatorCommonTests.cs.
+
+2003-06-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * System.XML_linux_test.args: Get rid of CRLFs which break the
+       linux build.
+
+2003-06-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.XML_linux_test.args: added XmlUrlResolverTests.cs.
+       * makefile.gnu: added reference to System.dll.
+
+2003-05-05  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * System.XML_linux_test.args : added XmlConvertTests.cs
+
+2003-04-14  Nick Drochak  <ndrochak@gol.com>
+
+       * makefile.gnu: library location has changed.
+
+2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * more removed testcases from here.
+
+2003-04-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * removed testcases from here.
+
+2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * moved testcases into each namespace-named directories.
+         fixed System.XML_linux_test.args and MonoMicro.test.csproj
+         along with it.
+       * added XmlFiles directory for test xml files.
+
+2003-03-23  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * added XmlReaderCommonTests.cs which is mostly copied from
+         XmlTextReaderTests and XmlNodeReaderTests. These tests are removed
+         from each files.
+
+2003-03-22  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XPathNavigatorTests.cs : added DocumentWithXmlDeclaration() 
+         for bugzilla #36672.
+
+2003-03-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlNodeListTests.cs : added ReturnNullWhenIndexIsOutOfRange() for 
+         bugzilla #39920.
+
+2003-03-15  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlTextWriterTests.cs : fixed AttributeWriteAttributeString() in
+         related to MS bugs. "\r\n" are replaced with Environment.NewLine.
+
+2003-03-13  Martin Willemoes Hansen <mwh@sysrq.dk>
+       * Removed AllTests.cs and TheTests.cs
+       * NUnit20ified NameTableTests.cs, SelectNodesTests.cs,
+          XmlAttributeCollectionTests.cs, XmlAttributeTests.cs,
+          XmlCDataSectionTests.cs, XmlCharacterDataTests.cs,
+          XmlCommentTests.cs, XmlDeclarationTests.cs,
+          XmlDocumentFragmentTests.cs, XmlDocumentTests.cs,
+          XmlDocumentTypeTests.cs, XmlElementTests.cs,
+          XmlEntityReferenceTests.cs, XmlNamespaceManagerTests.cs,
+          XmlNodeListTests.cs, XmlNodeReaderTests.cs,
+          XmlNodeTests.cs, XmlProcessingInstructionTests.cs,
+          XmlSignificantWhitespaceTests.cs, XmlTextReaderTests.cs,
+          XmlTextTests.cs, XmlTextWriterTests.cs,
+          XmlWhiteSpaceTests.cs, XmlWriterTests.cs,
+          XPathNavigatorEvaluateTests.cs, XPathNavigatorMatchesTests.cs,
+          XPathNavigatorTests.cs, makefile.gnu, System.XML_linux_test.args 
+       * Commited Atsushi Eno changes to System.XML_test.build
+       
+2003-02-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlDocumentTests.cs: added TestLoadExternalUri
+       * XmlTextReaderTests.cs: added TestAttributeWithEntityReference
+
+2003-02-09  Piers Haken        <piersh@friskit.com>
+
+       * SelectNodesTests.cs: added TestNamespaceSelect (from Jerome Laban)
+
+2003-02-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlTextReaderTests.cs : added TestQuoteChar.
+
+2003-01-26  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
+
+       * XmlNodeTests.cs : added TestReplaceChild.
+       * XmlNodeReaderTests.cs : modified TestReadString more complex.
+       * XmlNamespaceManagerTests.cs : added TestLookupPrefix.
+       * XmlTextTests.cs : added TestSplitText.
+
+2003-01-22  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
+
+       *  added recent tests below to System.XML_linux_test.args
+
+2003-01-21  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
+
+       *  added XmlNodeReaderTests.cs file and added it to AllTests.cs
+
+2003-01-19  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
+
+       * XmlElementTests.cs : added TestWriteToDefaultNamespace test.
+       * XmlNodeTests.cs : added TestGetPrefixOfNamespace test.
+
+2003-01-18  Atsushi Enomoto  <ginga@kit.hi-ho.ne.jp>
+
+       * added XmlWriterTests.cs file and added it to AllTests.cs
+
+2003-01-13  Nick Drochak  <ndrochak@gol.com>
+
+       * XmlNodeTests.cs: MS.NET doesn't throw an exception here.
+
+2003-01-11  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlElementTests.cs : added TestInnerTextAndEvent test.
+         (and many coding style fix.)
+       * XmlTextReaderTests.cs : tiny argument order fix for TestAttributeWithEntityReference test.
+
+2003-01-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlDocumentTests.cs : test for attribute value bugfix.
+
+2003-01-08  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlTextReaderTests.cs : test for attribute value bugfix.
+
+2003-01-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * SelectNodesTests.cs : added TestAlphabetDigitMixedName.
+
+2002-12-28  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlDocumentTests.cs : Test for bugzilla #34743 (whitespace handling)
+
+2002-12-28  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlDocumentTests.cs : Test for bugzilla #35308 (default ns output)
+       * XmlElementTests.cs : Test for output of attributes with different NS.
+
+2002-12-24  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlDocumentTests.cs, XmlWhitespaceTests.cs:
+               fixed whitespace handling (in relation to Ville's patch).
+
+2002-12-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlTextWriterTests.cs (TestAttributeNamespacesXmlnsXmlns):
+               fixed bug in the testcase (in relation to JD Conley's patch).
+
 2002-12-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
 
        * XmlDeclarationTests.cs (TestValueProperty):