2008-05-12 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Xml.Linq / Test / System.Xml.Linq / ChangeLog
index 8d6709409993f5ed706c2a90ef7a486a17d6168b..213c4cbc22570f1a4f9e887b36e66ab2dbf8c97e 100644 (file)
@@ -1,3 +1,61 @@
+2008-05-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XDocumentTest.cs, XElementTest.cs :
+         Added couple of tests for Add() and AddBeforeSelf().
+
+2008-05-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XStreamingElementTest.cs : new test.
+
+2008-04-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XNodeReaderTest.cs : added CreateReader3().
+
+2008-02-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XElementTest.cs : added test for Value (bug #360858).
+
+2008-02-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XNodeDocumentOrderComparerTest.cs : added another test for
+         descendant/ancestor comparison.
+       * ExtensionsTest.cs : test InDocumentOrder<T>().
+
+2008-02-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XNamespaceTest.cs : test Get() and GetName().
+
+2008-02-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XNodeNavigatorTest.cs : test MoveToId() (NotSupportedException,
+         cannot be enabled yet).
+
+2008-02-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XObjectTest.cs : new. Test IXmlLineInfo.
+
+2008-02-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XNodeNavigatorTest.cs : new test (but it does not build yet).
+
+2008-02-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * 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  <atsushi@ximian.com>
+
+       * XNodeReaderTest.cs : test for bug #356522, the third case.
+
+2008-01-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XNodeReaderTest.cs : test get_NodeType() for Initial state.
+
+2008-01-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XNodeReaderTest.cs : test CreateReader() for non-document XNode.
+
 2008-01-29  Atsushi Enomoto  <atsushi@ximian.com>
 
        * XNodeReaderTest.cs : test for bug #356522 revised case.