X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.XML%2FTest%2FChangeLog;h=5f55a227b9f826e8521a22909a25921413c08b9a;hb=20d845ca07479ece43da9e344c060e49887fd369;hp=755ebf7e31261379bde02edc849d4fd7e1c097a1;hpb=c3124c9d20272a3b2aba61d8ba6910ba5e570689;p=mono.git diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog index 755ebf7e312..5f55a227b9f 100644 --- a/mcs/class/System.XML/Test/ChangeLog +++ b/mcs/class/System.XML/Test/ChangeLog @@ -1,3 +1,63 @@ +2004-06-18 Atsushi Enomoto + + * MonoMicro.Test.csproj : updated. + +2004-03-31 Atsushi Enomoto + + * removed System.XML_linux_test.args. + +2004-02-11 Atsushi Enomoto + + * MonoMicro.Test.csproj : updated. + +2003-06-30 Atsushi Enomoto + + * System.XML_linux_test.args: added XPathNavigatorCommonTests.cs. + +2003-06-30 Zoltan Varga + + * System.XML_linux_test.args: Get rid of CRLFs which break the + linux build. + +2003-06-20 Atsushi Enomoto + + * System.XML_linux_test.args: added XmlUrlResolverTests.cs. + * makefile.gnu: added reference to System.dll. + +2003-05-05 Atsushi Enomoto + + * System.XML_linux_test.args : added XmlConvertTests.cs + +2003-04-14 Nick Drochak + + * makefile.gnu: library location has changed. + +2003-04-13 Atsushi Enomoto + + * more removed testcases from here. + +2003-04-13 Atsushi Enomoto + + * removed testcases from here. + +2003-04-12 Atsushi Enomoto + + * 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 + + * added XmlReaderCommonTests.cs which is mostly copied from + XmlTextReaderTests and XmlNodeReaderTests. These tests are removed + from each files. + +2003-03-22 Atsushi Enomoto + + * XPathNavigatorTests.cs : added DocumentWithXmlDeclaration() + for bugzilla #36672. + 2003-03-21 Atsushi Enomoto * XmlNodeListTests.cs : added ReturnNullWhenIndexIsOutOfRange() for