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-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-03-02XmlNamespaceManager now adds prefixes and namespaces to its name table.Jason Diamond
svn path=/trunk/mcs/; revision=2841
2002-02-272002-02-27 Martin Baulig <martin@gnome.org>Martin Baulig
* System.XML_test.build: Build new executable RunTests.System.XML.exe which you can use to run the tests on Linux. svn path=/trunk/mcs/; revision=2733
2002-02-26Namespace declarations are now treated like attributes. Fixed bug in ↵Jason Diamond
XmlNamespaceManager.HasNamespace. All tests now pass for both Mono and Microsoft. svn path=/trunk/mcs/; revision=2661
2002-02-23Initial implementation of XmlNamespaceManager. Added support for ↵Jason Diamond
NamespaceURI property to XmlTextReader for elements. svn path=/trunk/mcs/; revision=2609