Merge pull request #1156 from felfert/master
[mono.git] / mcs / class / System.XML / Test / ChangeLog
index 50046ab02402ac844b5680337dd4c22db429221c..5f55a227b9f826e8521a22909a25921413c08b9a 100644 (file)
@@ -1,3 +1,111 @@
+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
 
        * XmlTextReaderTests.cs : test for attribute value bugfix.
 
-2002-01-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+2003-01-02  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
 
        * SelectNodesTests.cs : added TestAlphabetDigitMixedName.