Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-21implementing tests: XmlElementTests.TestSetAttributeNodeMatt Hunter
and XmlAttributeCollectionTest.TestAppend svn path=/trunk/mcs/; revision=7681
2002-09-12Some tests for XPathNavigator.Evaluate()Kral Ferch
svn path=/trunk/mcs/; revision=7372
2002-08-23Implementation and tests for XmlAttributeCollection.RemoveAll and ↵Jason Diamond
XmlElement.RemoveAllAttributes courtesy of Matt Hunter <xrkune@tconl.com>. svn path=/trunk/mcs/; revision=6926
2002-08-23Correction to previous GetElementsByTagName patch courtesy of Matt Hunter ↵Jason Diamond
<xrkune@tconl.com>. svn path=/trunk/mcs/; revision=6920
2002-08-22Added implementation of namepsace qualified GetElementsByTagName courtesy ofJason Diamond
Matt Hunter <xrkune@tconl.com>. svn path=/trunk/mcs/; revision=6885
2002-08-20Added implementation of and tests for GetElementsByTagName courtesy of Matt ↵Jason Diamond
Hunter <xrkune@tconl.com>. svn path=/trunk/mcs/; revision=6788
2002-08-172002-08-16 Jason Diamond <jason@injektilo.org>Jason Diamond
* XmlElement.cs: Fixed writing out qualified elements courtesy of Marcus B�rgel <marcus.buergel@gmx.de>. svn path=/trunk/mcs/; revision=6694
2002-07-112002-07-11 Piers Haken <piersh@friskit.com>Piers Haken
* XmlElementTests.cs: added TestCreateElement3WithNullNamespace svn path=/trunk/mcs/; revision=5698
2002-05-052002-05-05 Nick Drochak <ndrochak@gol.com>Nick Drochak
* 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 svn path=/trunk/mcs/; revision=4300
2002-04-09InnerXml, OuterXml, WriteContentTo, and WriteTo for most XmlNode derivatives.Kral Ferch
svn path=/trunk/mcs/; revision=3704
2002-03-222002-03-22 Duncan Mak <duncan@ximian.com>Duncan Mak
* XmlElement.cs: Reformatted. (CloneNode) Corrected. * XmlDocument.cs (CreateWhitespace): Implemented. * XmlAttribute.cs (CloneNode): Changed the child's CloneNode to true, because Attributes have ChildNodes. 2002-03-22 Duncan Mak <duncan@ximian.com> * AllTests.cs: * Microsoft.Test.csproj: * Mono.Test.csproj: Updated to include new files. * XmlCDataSectionTests.cs: Added to CVS. * XmlCommentTests.cs: Added to CVS. hanks to Kral for helping me setup a testing environment on VS.NET. * XmlElementTests.cs: Reformatted. (TestCloneNode): Added. * XmlWhiteSpaceTests.cs: Added to CVS. svn path=/trunk/mcs/; revision=3267
2002-03-03Forgot to check this in. Sorry.Jason Diamond
svn path=/trunk/mcs/; revision=2858