Merge pull request #1156 from felfert/master
[mono.git] / mcs / class / System.XML / Test / ChangeLog
index 755ebf7e31261379bde02edc849d4fd7e1c097a1..5f55a227b9f826e8521a22909a25921413c08b9a 100644 (file)
@@ -1,3 +1,63 @@
+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