Remove fixed testcases from known failures list.
[mono.git] / mcs / class / System.XML / Test / ChangeLog
index 6f5618393ce2117d9d20f64544eb18e138e279ba..5f55a227b9f826e8521a22909a25921413c08b9a 100644 (file)
@@ -1,3 +1,381 @@
+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):
+               applied patch by David Sheldon
+
+2002-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * AllTests.cs : added XmlEntityReferenceTests
+       * XmlDocumentTests.cs : TestCloneNode, TestDocumentWithDoctypeDecl
+       * XmlDocumentFragmentTests.cs : TestSetInnerXml
+       * XmlEntityReferenceTests.cs : created
+       * XmlTextWriterTests.cs : TestWriteAttributes() bugfix (reusing ctx)
+       * XmlNodeTests.cs : bugfix TestInsertAfter(when refChild = null),
+               added TestPrependChild
+
+2002-11-13  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlAttributeTests.cs : TestSetInnerAndOuterXml
+       * XmlSignificantWhitespaceTests.cs : TestDataAndValue
+
+2002-11-03  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlAttributeCollectionTests.cs : TestSetNamedItem,
+               TestInsertBeforeAfterPrepend, TestRemove
+       * XmlElementTests.cs : TestWriteToWithDeletedNamespacePrefix,
+               TestRemoveAttribute()
+       * XmlDocumentFragmentTests.cs : TestGetInnerXml
+
+2002-10-29  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * XmlElementTests.cs : added an Assert InnerXml with element content.
+       * XmlNodeTests.cs : TestInsertBefore() and TestInsertAfter()
+
+2002-10-28  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
+
+       * added XmlDocumentFragmentTests.cs
+         (including AllTests.cs and System.XML_linux_test.args)
+       * XmlDocumentTests.cs: added test of XMLDeclaration to TestImportNode()
+       * XmlElementTests.cs: added check removing children of InnerXml
+
+2002-10-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * System.XML_linux_test.args: added XPathNavigatorEvaluateTests.cs
+       * makefile.gnu: pass MONO_PATH when running the tests.
+
+2002-10-24  Nick Drochak  <ndrochak@gol.com>
+
+       * System.XML_test.build: remove legacy build of a standalone exe of the
+       unit tests
+       * XmlDocumentTests.cs: Cannot use a URI with Load().
+
+2002-10-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * XmlTextReaderTests.cs: fixed TestEntityReferenceInsideText.
+
+2002-10-22  Nick Drochak  <ndrochak@gol.com>
+
+       * XmlTextWriterTests.cs: Null is ok when prefix is "xmlns".
+
+2002-10-21  Duncan Mak  <duncan@ximian.com>
+
+       * XmlTextReaderTests.cs:
+       * XmlElementTests.cs:
+       * XmlDocumentTests.cs: Patches from Atsushi Enomoto
+       <ginga@kit.hi-ho.ne.jp>.
+
+2002-10-18  Duncan Mak  <duncan@ximian.com>
+
+       * XmlDocumentTests.cs: Apply a patch from Atsushi Enomoto
+       <ginga@kit.hi-ho.ne.jp>.
+
+2002-09-29  Nick Drochak  <ndrochak@gol.com>
+
+       * XmlTextReaderTest.cs (AssertEndDocument): Add messages for Asserts()
+       so we can tell where this is failing.
+
+2002-09-19  Matt Hunter <mahunter@tconl.com>
+
+       * XmlElementTests.cs: Test for SetAttributeNode(localName, namespaceURI) added.
+       * XmlAttributeCollectionTests.cs: added TestAppend().
+
+2002-09-17  Kral Ferch <kral_ferch@hotmail.com>
+
+       * XPathNavigatorEvaluateTests.cs: Tests for string(), concat(),
+       starts-with(), and contains().
+       
+2002-09-12  Piers Haken <piersh@friskit.com>
+
+       * XPathNavigatorEvaluateTests.cs: enable string() tests.
+
+2002-09-12  Piers Haken <piersh@friskit.com>
+
+       * XPathNavigatorEvaluateTests.cs: enable last() & count() tests.
+
+2002-09-11  Kral Ferch <kral_ferch@hotmail.com>
+
+       * XPathNavigatorEvaluateTests.cs:  Added tests for
+       local-name, namespace-uri, and string.
+
+2002-09-11  Kral Ferch <kral_ferch@hotmail.com>
+
+       * Added XPathNavigatorEvaluateTests.cs file to 
+       the MonoMicro.Test project.
+
+       * XPathNavigatorEvaluateTests.cs: New file. 
+
+       * AllTests.cs: Added XPathNavigatorEvaluateTests suite.
+
+       * XmlDocumentTests: Added space between namespace decls in
+       TestGetElementsByTagNameUsingNameSpace.  Was causing error
+       when testing against Microsoft assembly.
+       
+       * XmlElementTests: Added space between namespace decls in
+       TestGetElementsByTagNameUsingNameSpace.  Was causing error
+       when testing against Microsoft assembly.
+
+2002-09-06  Kral Ferch <kral_ferch@hotmail.com>
+
+       * Added XPathNavigatorMatchesTests.cs file to 
+       the MonoMicro.Test project.
+       
+2002-08-22  Jason Diamond <jason@injektilo.org>
+
+       * AllTests.cs, System.XML_linux_test.args, 
+       XmlAttributeCollectionTests.cs,XmlElementTests.cs: Added test for 
+       RemoveAll and RemoveAllAttributes courtesy of Matt Hunter
+       <xrkune@tconl.com>.
+
+2002-08-22  Jason Diamond <jason@injektilo.org>
+
+       * XmlElementTests.cs: Correction to previous GetElementsByTagName
+       patch courtesy of Matt Hunter <xrkune@tconl.com>.
+
+2002-08-22  Jason Diamond <jason@injektilo.org>
+
+       * XmlDocumentTests.cs, XmlElementTests.cs: Added tests for 
+       namespace qualified GetElementsByTagName courtesy of Matt Hunter 
+       <xrkune@tconl.com>.
+
+2002-08-19  Jason Diamond <jason@injektilo.org>
+
+       * XmlDocumentTests.cs, XmlElementTests.cs: Added tests for 
+       GetElementsByTagName courtesy of Matt Hunter <xrkune@tconl.com>.
+
+2002-08-17  Jason Diamond  <jason@injektilo.org>
+
+       * XPathNavigatorMatchesTests.cs: Added tests for absolute patterns
+       and patterns with predicates.
+
+2002-08-17  Jason Diamond  <jason@injektilo.org>
+
+       * AllTests.cs: Added XPathNavigatorMatchesTests suite.
+
+       * XPathNavigatorMatchesTests.cs: Added.
+
+2002-08-16  Jason Diamond  <jason@injektilo.org>
+
+       * XmlElementTests.cs: Added test for OuterXml (and WriteTo) for
+       qualified elements.
+
+2002-08-16  Jason Diamond  <jason@injektilo.org>
+
+       * makefile.gnu: Added SOURCES_INCLUDE and SOURCES_EXCLUDE variables
+       to get tests to build with the new build system.
+
+2002-08-10  Jason Diamond  <jason@injektilo.org>
+
+       * makefile.gnu: Use relative path to NUnitConsole_mono.exe instead of
+       hardcoding it to /usr/local/bin. Default test suite to AllTests but
+       allow it to be overridden from the command line.
+
+       * XmlTextWriterTests.cs: Split TestWriteString into multiple tests.
+       Added encoding parameters to all the StreamReaders in
+       TestBaseConstructorsAndBaseStream. I think this is a bug in Mono's
+       StreamReader since these aren't required when testing against
+       Microsoft's.
+
+2002-08-08  Jason Diamond  <jason@injektilo.org>
+
+       * System.XML_linux_test.args: Added Kral's new test classes.
+
+2002-08-07  Kral Ferch <kral_ferch@hotmail.com>
+
+       * XmlCharacterDataTests.cs:  New file.
+       
+       * XmlNodeTests.cs:  New file.
+       
+       * AllTests.cs:  Added XmlCharacterDataTests and XmlNodeTests.
+       
+       * XmlDocumentTests.cs:  Added tests for NodeChanging, NodeChanged,
+               NodeInserting, NodeInserted, NodeRemoving, and NodeRemoved events.
+               
+2002-08-03  Jason Diamond  <jason@injektilo.org>
+
+       * makefile.gnu: Added.
+
+       * System.XML_linux_test.args: Added.
+
+2002-07-12  Piers Haken <piersh@friskit.com
+
+       * SelectNodesTests.cs: Added TestUnion (bug #27548)
+
+2002-07-11  Jason Diamond  <jason@injektilo.org>
+
+       * SelectNodesTests.cs: Added.
+
+       * AllTests.cs: Added SelectNodesTests to suite.
+
+2002-07-11  Piers Haken <piersh@friskit.com>
+
+       * XmlElementTests.cs: added TestCreateElement3WithNullNamespace
+
 2002-06-24  Jason Diamond  <jason@injektilo.org>
 
        * XPathScannerTests.cs: Removed.