2008-05-12 Atsushi Enomoto * XElement.cs : added AddAfterSelfCollection(). 2008-05-12 Atsushi Enomoto * XDocumentTest.cs, XElementTest.cs : Added couple of tests for Add() and AddBeforeSelf(). 2008-05-12 Atsushi Enomoto * XStreamingElementTest.cs : new test. 2008-04-30 Atsushi Enomoto * XNodeReaderTest.cs : added CreateReader3(). 2008-02-12 Atsushi Enomoto * XElementTest.cs : added test for Value (bug #360858). 2008-02-11 Atsushi Enomoto * XNodeDocumentOrderComparerTest.cs : added another test for descendant/ancestor comparison. * ExtensionsTest.cs : test InDocumentOrder(). 2008-02-11 Atsushi Enomoto * XNamespaceTest.cs : test Get() and GetName(). 2008-02-11 Atsushi Enomoto * XNodeNavigatorTest.cs : test MoveToId() (NotSupportedException, cannot be enabled yet). 2008-02-11 Atsushi Enomoto * XObjectTest.cs : new. Test IXmlLineInfo. 2008-02-11 Atsushi Enomoto * XNodeNavigatorTest.cs : new test (but it does not build yet). 2008-02-10 Atsushi Enomoto * ExtensionsTest.cs : disabled Remove() which does not compile now. * XNodeWriterTest.cs : added test for Write[Full]EndElement() and XElement.IsEmpty. 2008-01-30 Atsushi Enomoto * XNodeReaderTest.cs : test for bug #356522, the third case. 2008-01-29 Atsushi Enomoto * XNodeReaderTest.cs : test get_NodeType() for Initial state. 2008-01-29 Atsushi Enomoto * XNodeReaderTest.cs : test CreateReader() for non-document XNode. 2008-01-29 Atsushi Enomoto * XNodeReaderTest.cs : test for bug #356522 revised case. 2008-01-28 Atsushi Enomoto * XNodeReaderTest.cs : test for bug #356522. 2008-01-26 Atsushi Enomoto * XNodeReaderTest.cs : test for bug #335975. 2007-10-26 Atsushi Enomoto * XTextTest.cs : added test for ToString(). 2007-10-26 Atsushi Enomoto * XElementTest.cs, XNamespaceTest.cs, XNodeWriterTest.cs: XNamespace.Blank does not exist anymore. 2007-05-06 Atsushi Enomoto * XNodeReaderTest.cs : removed debug console output. * XNodeWriterTest.cs : new test for XContainer.CreateWriter(). 2007-05-06 Atsushi Enomoto * XProcessingInstructionTest.cs XNodeReaderTest.cs : new tests. 2007-05-06 Atsushi Enomoto * XElementTest.cs : test for ReplaceAttributes(), GetDefaultNamespace(), GetPrefixOfNamespace() and GetNamespaceOfPrefix(). 2007-05-05 Atsushi Enomoto * XNodeDocumentOrderComparerTest.cs : new test. 2007-05-05 Atsushi Enomoto * XTextTest.cs : test for NodeType (and whitespace), * XNodeEqualityComparerTest.cs : test for GetHashCode(null) and Compare(). 2007-05-05 Atsushi Enomoto * XElementTest.cs : Tests for ReplaceAll() and AddBeforeSelf() for sequential strings. 2007-05-04 Atsushi Enomoto * XElementTest.cs : added tests for Add[Before|After]Self(). * XAttributeTest.cs : added tests for SetValue(), ToString() and ctor. * ExtensionsTest.cs : new file, tests for extension methods. 2007-05-04 Atsushi Enomoto * XAttributeTest.cs : new test, for XAttribute. * XElementTest.cs : attribute related tests. 2007-05-03 Atsushi Enomoto * XElementTest.cs : new test. * XNamespaceTest.cs XDocumentTest.cs : some tests for simple tree structure. 2007-05-03 Atsushi Enomoto * XDocumentTest.cs XNameTest.cs XNamespaceTest.cs : initial commit.