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.