X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.XML%2FTest%2FChangeLog;h=5f55a227b9f826e8521a22909a25921413c08b9a;hb=20d845ca07479ece43da9e344c060e49887fd369;hp=d95ad39c4cdeec50889682b6e69ea6a84850bafd;hpb=cbd55d364b54cb48701ffc731483f1813a0cd5c8;p=mono.git diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog index d95ad39c4cd..5f55a227b9f 100644 --- a/mcs/class/System.XML/Test/ChangeLog +++ b/mcs/class/System.XML/Test/ChangeLog @@ -1,3 +1,169 @@ +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 + bugzilla #39920. + +2003-03-15 Atsushi Enomoto + + * XmlTextWriterTests.cs : fixed AttributeWriteAttributeString() in + related to MS bugs. "\r\n" are replaced with Environment.NewLine. + +2003-03-13 Martin Willemoes Hansen + * 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 + + * XmlDocumentTests.cs: added TestLoadExternalUri + * XmlTextReaderTests.cs: added TestAttributeWithEntityReference + +2003-02-09 Piers Haken + + * SelectNodesTests.cs: added TestNamespaceSelect (from Jerome Laban) + +2003-02-02 Atsushi Enomoto + + * XmlTextReaderTests.cs : added TestQuoteChar. + +2003-01-26 Atsushi Enomoto + + * XmlNodeTests.cs : added TestReplaceChild. + * XmlNodeReaderTests.cs : modified TestReadString more complex. + * XmlNamespaceManagerTests.cs : added TestLookupPrefix. + * XmlTextTests.cs : added TestSplitText. + +2003-01-22 Atsushi Enomoto + + * added recent tests below to System.XML_linux_test.args + +2003-01-21 Atsushi Enomoto + + * added XmlNodeReaderTests.cs file and added it to AllTests.cs + +2003-01-19 Atsushi Enomoto + + * XmlElementTests.cs : added TestWriteToDefaultNamespace test. + * XmlNodeTests.cs : added TestGetPrefixOfNamespace test. + +2003-01-18 Atsushi Enomoto + + * added XmlWriterTests.cs file and added it to AllTests.cs + +2003-01-13 Nick Drochak + + * XmlNodeTests.cs: MS.NET doesn't throw an exception here. + +2003-01-11 Atsushi Enomoto + + * XmlElementTests.cs : added TestInnerTextAndEvent test. + (and many coding style fix.) + * XmlTextReaderTests.cs : tiny argument order fix for TestAttributeWithEntityReference test. + +2003-01-08 Atsushi Enomoto + + * XmlDocumentTests.cs : test for attribute value bugfix. + +2003-01-08 Atsushi Enomoto + + * XmlTextReaderTests.cs : test for attribute value bugfix. + +2003-01-02 Atsushi Enomoto + + * SelectNodesTests.cs : added TestAlphabetDigitMixedName. + +2002-12-28 Atsushi Enomoto + + * XmlDocumentTests.cs : Test for bugzilla #34743 (whitespace handling) + +2002-12-28 Atsushi Enomoto + + * XmlDocumentTests.cs : Test for bugzilla #35308 (default ns output) + * XmlElementTests.cs : Test for output of attributes with different NS. + +2002-12-24 Atsushi Enomoto + + * XmlDocumentTests.cs, XmlWhitespaceTests.cs: + fixed whitespace handling (in relation to Ville's patch). + +2002-12-21 Atsushi Enomoto + + * XmlTextWriterTests.cs (TestAttributeNamespacesXmlnsXmlns): + fixed bug in the testcase (in relation to JD Conley's patch). + 2002-12-01 Atsushi Enomoto * XmlDeclarationTests.cs (TestValueProperty):