| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714 |
- 2004-06-18 Atsushi Enomoto <[email protected]>
- * MonoMicro.Test.csproj : updated.
- 2004-03-31 Atsushi Enomoto <[email protected]>
- * removed System.XML_linux_test.args.
- 2004-02-11 Atsushi Enomoto <[email protected]>
- * MonoMicro.Test.csproj : updated.
- 2003-06-30 Atsushi Enomoto <[email protected]>
- * System.XML_linux_test.args: added XPathNavigatorCommonTests.cs.
- 2003-06-30 Zoltan Varga <[email protected]>
- * System.XML_linux_test.args: Get rid of CRLFs which break the
- linux build.
- 2003-06-20 Atsushi Enomoto <[email protected]>
- * System.XML_linux_test.args: added XmlUrlResolverTests.cs.
- * makefile.gnu: added reference to System.dll.
- 2003-05-05 Atsushi Enomoto <[email protected]>
- * System.XML_linux_test.args : added XmlConvertTests.cs
- 2003-04-14 Nick Drochak <[email protected]>
- * makefile.gnu: library location has changed.
- 2003-04-13 Atsushi Enomoto <[email protected]>
- * more removed testcases from here.
- 2003-04-13 Atsushi Enomoto <[email protected]>
- * removed testcases from here.
- 2003-04-12 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * added XmlReaderCommonTests.cs which is mostly copied from
- XmlTextReaderTests and XmlNodeReaderTests. These tests are removed
- from each files.
- 2003-03-22 Atsushi Enomoto <[email protected]>
- * XPathNavigatorTests.cs : added DocumentWithXmlDeclaration()
- for bugzilla #36672.
- 2003-03-21 Atsushi Enomoto <[email protected]>
- * XmlNodeListTests.cs : added ReturnNullWhenIndexIsOutOfRange() for
- bugzilla #39920.
- 2003-03-15 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : fixed AttributeWriteAttributeString() in
- related to MS bugs. "\r\n" are replaced with Environment.NewLine.
- 2003-03-13 Martin Willemoes Hansen <[email protected]>
- * 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 <[email protected]>
- * XmlDocumentTests.cs: added TestLoadExternalUri
- * XmlTextReaderTests.cs: added TestAttributeWithEntityReference
- 2003-02-09 Piers Haken <[email protected]>
- * SelectNodesTests.cs: added TestNamespaceSelect (from Jerome Laban)
- 2003-02-02 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : added TestQuoteChar.
- 2003-01-26 Atsushi Enomoto <[email protected]>
- * XmlNodeTests.cs : added TestReplaceChild.
- * XmlNodeReaderTests.cs : modified TestReadString more complex.
- * XmlNamespaceManagerTests.cs : added TestLookupPrefix.
- * XmlTextTests.cs : added TestSplitText.
- 2003-01-22 Atsushi Enomoto <[email protected]>
- * added recent tests below to System.XML_linux_test.args
- 2003-01-21 Atsushi Enomoto <[email protected]>
- * added XmlNodeReaderTests.cs file and added it to AllTests.cs
- 2003-01-19 Atsushi Enomoto <[email protected]>
- * XmlElementTests.cs : added TestWriteToDefaultNamespace test.
- * XmlNodeTests.cs : added TestGetPrefixOfNamespace test.
- 2003-01-18 Atsushi Enomoto <[email protected]>
- * added XmlWriterTests.cs file and added it to AllTests.cs
- 2003-01-13 Nick Drochak <[email protected]>
- * XmlNodeTests.cs: MS.NET doesn't throw an exception here.
- 2003-01-11 Atsushi Enomoto <[email protected]>
- * XmlElementTests.cs : added TestInnerTextAndEvent test.
- (and many coding style fix.)
- * XmlTextReaderTests.cs : tiny argument order fix for TestAttributeWithEntityReference test.
- 2003-01-08 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : test for attribute value bugfix.
- 2003-01-08 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs : test for attribute value bugfix.
- 2003-01-02 Atsushi Enomoto <[email protected]>
- * SelectNodesTests.cs : added TestAlphabetDigitMixedName.
- 2002-12-28 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : Test for bugzilla #34743 (whitespace handling)
- 2002-12-28 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs : Test for bugzilla #35308 (default ns output)
- * XmlElementTests.cs : Test for output of attributes with different NS.
- 2002-12-24 Atsushi Enomoto <[email protected]>
- * XmlDocumentTests.cs, XmlWhitespaceTests.cs:
- fixed whitespace handling (in relation to Ville's patch).
- 2002-12-21 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs (TestAttributeNamespacesXmlnsXmlns):
- fixed bug in the testcase (in relation to JD Conley's patch).
- 2002-12-01 Atsushi Enomoto <[email protected]>
- * XmlDeclarationTests.cs (TestValueProperty):
- applied patch by David Sheldon
- 2002-11-13 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * XmlAttributeTests.cs : TestSetInnerAndOuterXml
- * XmlSignificantWhitespaceTests.cs : TestDataAndValue
- 2002-11-03 Atsushi Enomoto <[email protected]>
- * XmlAttributeCollectionTests.cs : TestSetNamedItem,
- TestInsertBeforeAfterPrepend, TestRemove
- * XmlElementTests.cs : TestWriteToWithDeletedNamespacePrefix,
- TestRemoveAttribute()
- * XmlDocumentFragmentTests.cs : TestGetInnerXml
- 2002-10-29 Atsushi Enomoto <[email protected]>
- * XmlElementTests.cs : added an Assert InnerXml with element content.
- * XmlNodeTests.cs : TestInsertBefore() and TestInsertAfter()
- 2002-10-28 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * System.XML_linux_test.args: added XPathNavigatorEvaluateTests.cs
- * makefile.gnu: pass MONO_PATH when running the tests.
- 2002-10-24 Nick Drochak <[email protected]>
- * 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 <[email protected]>
- * XmlTextReaderTests.cs: fixed TestEntityReferenceInsideText.
- 2002-10-22 Nick Drochak <[email protected]>
- * XmlTextWriterTests.cs: Null is ok when prefix is "xmlns".
- 2002-10-21 Duncan Mak <[email protected]>
- * XmlTextReaderTests.cs:
- * XmlElementTests.cs:
- * XmlDocumentTests.cs: Patches from Atsushi Enomoto
- <[email protected]>.
- 2002-10-18 Duncan Mak <[email protected]>
- * XmlDocumentTests.cs: Apply a patch from Atsushi Enomoto
- <[email protected]>.
- 2002-09-29 Nick Drochak <[email protected]>
- * XmlTextReaderTest.cs (AssertEndDocument): Add messages for Asserts()
- so we can tell where this is failing.
- 2002-09-19 Matt Hunter <[email protected]>
- * XmlElementTests.cs: Test for SetAttributeNode(localName, namespaceURI) added.
- * XmlAttributeCollectionTests.cs: added TestAppend().
- 2002-09-17 Kral Ferch <[email protected]>
- * XPathNavigatorEvaluateTests.cs: Tests for string(), concat(),
- starts-with(), and contains().
-
- 2002-09-12 Piers Haken <[email protected]>
- * XPathNavigatorEvaluateTests.cs: enable string() tests.
- 2002-09-12 Piers Haken <[email protected]>
- * XPathNavigatorEvaluateTests.cs: enable last() & count() tests.
- 2002-09-11 Kral Ferch <[email protected]>
- * XPathNavigatorEvaluateTests.cs: Added tests for
- local-name, namespace-uri, and string.
- 2002-09-11 Kral Ferch <[email protected]>
- * 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 <[email protected]>
- * Added XPathNavigatorMatchesTests.cs file to
- the MonoMicro.Test project.
-
- 2002-08-22 Jason Diamond <[email protected]>
- * AllTests.cs, System.XML_linux_test.args,
- XmlAttributeCollectionTests.cs,XmlElementTests.cs: Added test for
- RemoveAll and RemoveAllAttributes courtesy of Matt Hunter
- <[email protected]>.
- 2002-08-22 Jason Diamond <[email protected]>
- * XmlElementTests.cs: Correction to previous GetElementsByTagName
- patch courtesy of Matt Hunter <[email protected]>.
- 2002-08-22 Jason Diamond <[email protected]>
- * XmlDocumentTests.cs, XmlElementTests.cs: Added tests for
- namespace qualified GetElementsByTagName courtesy of Matt Hunter
- <[email protected]>.
- 2002-08-19 Jason Diamond <[email protected]>
- * XmlDocumentTests.cs, XmlElementTests.cs: Added tests for
- GetElementsByTagName courtesy of Matt Hunter <[email protected]>.
- 2002-08-17 Jason Diamond <[email protected]>
- * XPathNavigatorMatchesTests.cs: Added tests for absolute patterns
- and patterns with predicates.
- 2002-08-17 Jason Diamond <[email protected]>
- * AllTests.cs: Added XPathNavigatorMatchesTests suite.
- * XPathNavigatorMatchesTests.cs: Added.
- 2002-08-16 Jason Diamond <[email protected]>
- * XmlElementTests.cs: Added test for OuterXml (and WriteTo) for
- qualified elements.
- 2002-08-16 Jason Diamond <[email protected]>
- * makefile.gnu: Added SOURCES_INCLUDE and SOURCES_EXCLUDE variables
- to get tests to build with the new build system.
- 2002-08-10 Jason Diamond <[email protected]>
- * 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 <[email protected]>
- * System.XML_linux_test.args: Added Kral's new test classes.
- 2002-08-07 Kral Ferch <[email protected]>
- * 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 <[email protected]>
- * makefile.gnu: Added.
- * System.XML_linux_test.args: Added.
- 2002-07-12 Piers Haken <[email protected]
- * SelectNodesTests.cs: Added TestUnion (bug #27548)
- 2002-07-11 Jason Diamond <[email protected]>
- * SelectNodesTests.cs: Added.
- * AllTests.cs: Added SelectNodesTests to suite.
- 2002-07-11 Piers Haken <[email protected]>
- * XmlElementTests.cs: added TestCreateElement3WithNullNamespace
- 2002-06-24 Jason Diamond <[email protected]>
- * XPathScannerTests.cs: Removed.
- * System.XML_test.build: Removed tests for XPathScanner.
- 2002-05-27 Jason Diamond <[email protected]>
- * 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 <[email protected]>
- * ChangeLog: Update build file to run correct class in the test dll.
- 2002-05-05 Nick Drochak <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * XmlDocumentTests.cs: CreateNode tests.
- 2002-04-01 Kral Ferch <[email protected]>
- * XmlTextWriterTests.cs: Tests for WriteEndDocument and WriteFullEndElement.
-
- 2002-03-31 Kral Ferch <[email protected]>
- * XmlTextWriterTests.cs: Tests for LookupPrefix, WriteBase64,
- and WriteCharEntity.
- 2002-03-31 Kral Ferch <[email protected]>
- * XmlTextWriterTests.cs: Finished XmlLang, XmlSpace, and
- Attribute namespace declaration tests.
-
- 2002-03-29 Kral Ferch <[email protected]>
- * XmlTextWriterTests.cs: XmlLang and XmlSpace tests.
-
- 2002-03-29 Kral Ferch <[email protected]>
- * XmlTextWriterTests.cs: Working on Attributes.
-
- 2002-03-28 Duncan Mak <[email protected]>
- * XmlDeclarationTests.cs (TestConstructor):
- * XmlDocumentTypeTests.cs (TestAppendChild):
- * XmlSignificantWhitespaceTests.cs (TestXmlWhitespaceConstructor):
- * XmlWhiteSpaceTests.cs (TestXmlWhitespaceConstructor): Fixed the
- test for catching Exceptions.
- 2002-03-26 Jason Diamond <[email protected]>
- * AllTests.cs:
- * Mono.Test.csproj: Removed XPathScanner tests.
- * System.XML_test.build: Test XPathScanner separately.
- 2002-03-26 Duncan Mak <[email protected]>
- * AllTests.cs:
- * Microsoft.Test.csproj:
- * Mono.Test.csproj: Updated to include new test,
- XmlDocumentTypeTests.
- * XmlDocumentTypeTests.cs: New testsuite for XmlDocumentType class.
- * XmlCommentTests.cs (TestXmlNodeBaseProperties): Move the
- XmlNode.Value test in here.
- 2002-03-26 Jason Diamond <[email protected]>
- * XPathScannerTests.cs: More location path tests.
- 2002-03-25 Jason Diamond <[email protected]>
- * AllTests.cs:
- * Microsoft.Test.csproj:
- * Mono.Test.csproj: Updated to include new test, XmlScannerTests.
- * XPathScannerTests.cs: Added new tests for XPathScanner class.
- 2002-03-25 Duncan Mak <[email protected]>
- * AllTests.cs:
- * Microsoft.Test.csproj:
- * Mono.Test.csproj: Updated to include new test,
- XmlDeclarationTests.
- * XmlDeclarationTests.cs: Added new test for XmlDeclaration class.
- 2002-03-23 Kral Ferch <[email protected]>
- * XmlTextWriterTests.cs: Tests for BaseStream,
- Namespaces = false, and WriteState.
- 2002-03-23 Kral Ferch <[email protected]>
- * XmlTextWriterTests.cs: constructor tests with
- different encodings to test that encoding gets suppressed
- on xml declaration when null stream passed to constructor.
- WriteStartDocument(standalone) tests. Tests for formatting
- and indentation. Test for invalid value set on QuoteChar.
- 2002-03-22 Duncan Mak <[email protected]>
- * 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.
- * XmlSignificantWhitespaceTests.cs: Added to CVS.
- * XmlWhiteSpaceTests.cs: Added to CVS.
-
- 2002-03-21 Kral Ferch <[email protected]>
- * XmlDocumentTests.cs: Tessts parent traversal up through
- document itself until null. Tests a removed elements next
- sibling is null.
-
- * XmlNodeListTests.cs: Tests case where enumerator is on
- a node that gets removed from list.
-
- * XmlTextWriterTests.cs: Keeping tests for WriteXXX after
- writer is closed up to date as new WriteXXX methods are written.
- TestDocumentStart and TestWriteEndElement.
-
- 2002-03-19 Jason Diamond <[email protected]>
- * XmlDocumentTests.cs: Added a test to check an element's names after
- loading.
- 2002-03-17 Kral Ferch <[email protected]>
- * XmlDocumentTests.cs: Tests navigation to parents since
- that was part of a document.Load() bug reported by Mike Kestner.
-
- * XmlTextWriterTests.cs: Tests for namespaces and prefixes.
- 2002-03-17 Kral Ferch <[email protected]>
- * XmlDocumentTests.cs: TestOuterXml.
-
- * XmlTextWriterTests.cs: Tests for CData, Close, Comment, Element,
- and ProcessingInstruction.
- 2002-03-17 Kral Ferch <[email protected]>
- * XmlDocumentTests.cs: More LoadXml tests.
-
- * XmlTextWriterTests.cs: Test for invalid Processing Instructions.
- 2002-03-14 Kral Ferch <[email protected]>
- * XmlTextWriterTests.cs: Added tests TestCData and TestComment.
-
- 2002-03-14 Kral Ferch <[email protected]>
- * XmlTextWriterTests.cs: Initial checkin.
-
- 2002-03-12 Kral Ferch <[email protected]>
- * XmlNodeListTests.cs: New tests: TestNodeTypesThatCantHaveChildren,
- TestZeroChildren, TestOneChild, TestMultipleChildren,
- TestAppendChildAffectOnEnumeration, TestRemoveChildAffectOnEnumeration,
- TestRemoveOnlyChildAffectOnEnumeration, TestCurrentBeforeFirstNode,
- TestCurrentAfterLastNode, TestCurrentDoesntMove, and TestReset. Made
- two other tests but not in use yet until RemoveAll is implemented for
- attributes and XmlNode.ReplaceChild is implemented. The tests are called
- saveTestReplaceChildAffectOnEnumeration and saveTestRemoveAllAffectOnEnumeration.
- 2002-03-08 Jason Diamond <[email protected]>
- * XmlTextReaderTests.cs: Test MoveToElement and MoveToFirstAttribute.
- 2002-03-08 Jason Diamond <[email protected]>
- * XmlAttributeTests.cs: Test XmlAttribute child nodes.
- 2002-03-08 Kral Ferch <[email protected]>
- * XmlNodeListTests.cs: New file.
- * AllTests.cs: Added XmlNodeListTests.
- 2002/03/08 Nick Drochak <[email protected]>
- * System_test.build: Don't build test dll by default. Only build
- it when 'make test' is specified.
- 2002-03-06 Kral Ferch <[email protected]>
- * XmlAttributeTests.cs: Fixed bug in TestHasChildNodes test.
-
- * XmlDocumentTests.cs: Started work on some tests for invalid data in
- various nodes created by the document.
- 2002-03-02 Kral Ferch <[email protected]>
- * XmlDocumentTests.cs: New tests TestLoadProcessingInstruction(),
- TestLoadCDATA(), and TestLoadComment().
- 2002-03-02 Jason Diamond <[email protected]>
- * XmlElementTests.cs: New file.
- * AllTests.cs: Added XmlElementTests.
- 2002-03-02 Jason Diamond <[email protected]>
- * XmlTextReaderTests.cs: Test MoveToNextAttribute().
- * XmlDocumentTests.cs: Test loading document containing attributes
- and text nodes.
- 2002-03-02 Mike Kestner <[email protected]>
- * XmlAttributeTests.cs : New test suite for attrs.
- * AllTests.cs : Add the attr suite.
- 2002-03-02 Jason Diamond <[email protected]>
- * XmlNamespaceManagerTests.cs: Make sure the XmlNamespaceManager
- is using its name table.
- * NameTableTests.cs: Make sure NameTable is really returning the
- same references.
- 2002-02-28 Jason Diamond <[email protected]>
- * XmlDocumentTests.cs: Tests for XmlDocument.LoadXml courtesy of
- Kral Ferch <[email protected]>.
- 2002-02-28 Jason Diamond <[email protected]>
- * XmlTextReaderTests.cs: Test for XmlException when parse fail.
- 2002-02-27 Martin Baulig <[email protected]>
- * System.XML_test.build: Build new executable RunTests.System.XML.exe
- which you can use to run the tests on Linux.
- * *.cs: Added zero-args constructors.
- 2002-02-26 Duncan Mak <[email protected]>
- * NameTableTests.cs: Test for System.Xml.NameTable.
- 2002-02-26 Jason Diamond <[email protected]>
- * XmlTextReaderTests.cs: Test for namespace declarations as
- attributes.
- * XmlNamespaceManagerTests.cs: Use the newly implemented NameTable
- when creating the XmlNamespaceManager. Properly test HasNamespace.
- 2002-02-25 Jason Diamond <[email protected]>
- * XmlDocumentTests.cs: Added file.
-
- 2002-02-23 Jason Diamond <[email protected]>
- * XmlTextReaderTests.cs: Added tests for qualified attributes.
-
- 2002-02-23 Jason Diamond <[email protected]>
- * ChangeLog: Added change log to this directory.
- * Test.cs: Renamed to XmlTextReaderTests.cs.
- * XmlTextReaderTests.cs: Added tests for NamespaceURI property.
- * XmlNamespaceManagerTests.cs: Initial tests.
|