Added implementation of namepsace qualified GetElementsByTagName courtesy of
[mono.git] / mcs / class / System.XML / Test / ChangeLog
index 5f8a436a5d32e94863b269adcbb548104908b9e6..a3d4249efcd891dd32ea27fba1eec745d858991f 100644 (file)
@@ -1,3 +1,188 @@
+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.
+
+       * System.XML_test.build: Removed tests for XPathScanner.
+
+2002-05-27  Jason Diamond  <jason@injektilo.org>
+
+       * XPathNavigatorTests.cs: Added file to directory.
+
+       * AllTests.cs: Added XPathNavigatorTests to suite.
+
+       * XmlTextReaderTests.cs: Added test to make sure attributes are ordered
+       like Microsoft's parser does it.
+
+2002-05-05  Nick Drochak  <ndrochak@gol.com>
+
+       * ChangeLog: Update build file to run correct class in the test dll.
+
+2002-05-05  Nick Drochak  <ndrochak@gol.com>
+
+       * AllTests.cs 
+       * NameTableTests.cs 
+       * TheTests.cs 
+       * XPathScannerTests.cs
+       * XmlAttributeTests.cs 
+       * XmlCDataSectionTests.cs
+       * XmlCommentTests.cs 
+       * XmlDeclarationTests.cs 
+       * XmlDocumentTests.cs
+       * XmlDocumentTypeTests.cs 
+       * XmlElementTests.cs
+       * XmlNamespaceManagerTests.cs 
+       * XmlNodeListTests.cs
+       * XmlProcessingInstructionTests.cs
+       * XmlSignificantWhitespaceTests.cs 
+       * XmlTextReaderTests.cs
+       * XmlTextTests.cs 
+       * XmlTextWriterTests.cs 
+       * XmlWhiteSpaceTests.cs: Use same namespace style as corlib tests.
+       Changed Ximian.Mono.Tests to MonoTests.System.Xml
+
+2002-04-08  Kral Ferch  <kral_ferch@hotmail.com>
+
+       * AllTests.cs: added XmlProcessingInstructionTests and XmlTextTests.
+       
+       * MonoMicro.Test.csproj: Added XmlProcessingInstructionTests.cs and
+       XmlTextTests.cs.
+       
+       * XmlAttributeTests.cs: Added TestAttributeInnerAndOuterXml.
+       
+       * XmlCDataSectionTests.cs: Added TestXmlCDataSectionInnerAndOuterXml.
+       
+       * XmlCommentTests.cs: Added TestXmlCommentInnerAndOuterXml.
+       
+       * XmlDeclarationTests.cs: Added TestInnerAndOuterXml.
+       
+       * XmlDocumentTests.cs: Added TestInnerAndOuterXml.
+       
+       * XmlElementTests.cs: Added TestInnerAndOuterXml.
+       
+       * XmlProcessingInstructionTests.cs: Initial check-in.
+       
+       * XmlSignificantWhitespaceTests.cs: Added TestInnerAndOuterXml.
+       
+       * XmlTextTests.cs: Initial check-in.
+       
+       * XmlTextWriterTests.cs: Added TestWriteRaw, TestWriteRawInvalidInAttribute,
+       and TestXmlSpaceRaw.
+       
+       * XmlWhiteSpacesTests.cs: Added TestInnerAndOuterXml.
+
+2002-04-05  Kral Ferch  <kral_ferch@hotmail.com>
+
+       * XmlDocumentTests.cs: CreateNode tests.
+
+2002-04-01  Kral Ferch  <kral_ferch@hotmail.com>
+
+       * XmlTextWriterTests.cs: Tests for WriteEndDocument and WriteFullEndElement.
+       
+2002-03-31  Kral Ferch <kral_ferch@hotmail.com>
+
+       * XmlTextWriterTests.cs: Tests for LookupPrefix, WriteBase64,
+       and WriteCharEntity.
+
+2002-03-31  Kral Ferch <kral_ferch@hotmail.com>
+
+       * XmlTextWriterTests.cs: Finished XmlLang, XmlSpace, and
+       Attribute namespace declaration tests.
+       
+2002-03-29  Kral Ferch <kral_ferch@hotmail.com>
+
+       * XmlTextWriterTests.cs: XmlLang and XmlSpace tests.
+       
+2002-03-29  Kral Ferch <kral_ferch@hotmail.com>
+
+       * XmlTextWriterTests.cs: Working on Attributes.
+       
+2002-03-28  Duncan Mak  <duncan@ximian.com>
+
+       * XmlDeclarationTests.cs (TestConstructor): 
+       * XmlDocumentTypeTests.cs (TestAppendChild): 
+       * XmlSignificantWhitespaceTests.cs (TestXmlWhitespaceConstructor): 
+       * XmlWhiteSpaceTests.cs (TestXmlWhitespaceConstructor): Fixed the
+       test for catching Exceptions.
+
 2002-03-26  Jason Diamond  <jason@injektilo.org>
 
        * AllTests.cs: