New tests.
[mono.git] / mcs / class / System.Xml.Linq / Test / System.Xml.Linq / ChangeLog
index 26b082d1f32db9ecb7a9a76cd2903ee7e32bb933..937106c79001adb31dd31c0effdfdd8ccc5bbb66 100644 (file)
@@ -1,3 +1,154 @@
+2010-04-23  Jonathan Pobst  <monkey@jpobst.com>
+
+       * XAttributeTest.cs, XElementTest.cs: Try to standardize DST usage
+       to fix failing tests in buildbot.
+
+2010-04-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XNodeNavigatorTest.cs : added test for bug #594877. Enable and fix
+         tests that were commented out.
+
+2010-04-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XElementTest.cs : added test for bug #592435.
+
+2010-01-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XElementTest.cs, XAttributeTest.cs : add corner case value conversion
+         for numeric and TimeSpan values. Patch by Tiaan Geldenhuys.
+
+2010-01-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XElementTest.cs, XAttributeTest.cs : add another set of extensive
+         tests by Tiaan Geldenhuys.
+
+2010-01-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XElementTest.cs : add extensive tests by Tiaan Geldenhuys, with
+         one sort of comment-out as stated in r149388.
+
+2009-11-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XElementTest.cs : added test for bug #541098.
+
+2009-09-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XDocumentTest.cs : added test for bug #496285.
+
+2009-09-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XNodeReaderTest.cs : Updated test to match the latest linq2xml
+         and added test for LookupNamespace().
+
+2009-09-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XObjectTest.cs : added test for #527887.
+
+2009-07-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XNodeReaderTest.cs : test Prefix on default namespace.
+
+2009-07-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XNodeReaderTest.cs : test member behaviors at EOF state.
+
+2009-07-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XNodeReaderTest.cs : on attributes IsEmptyElement is false.
+
+2009-05-07  Jb Evain  <jbevain@novell.com>
+
+       * XElementTest.cs: add test for bug #501589.
+
+2009-02-23  Jb Evain  <jbevain@novell.com>
+
+       * XAttributeTest.cs: add test for XAttribute holding DateTimes.
+
+2009-01-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XElementTest.cs : added test for bug #466423.
+
+2008-06-12  Nestor Salceda  <nestor.salceda@gmail.com>
+
+       * XTextTest.cs: added test for bug #401325.
+       
+2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XElementTest.cs : added test for bug #392063 and some variants.
+
+2008-05-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XElementTest.cs, XDocumentTest.cs : fixed tests; do now allow
+         XDeclaration addition to XElement, while allow it being added
+         to XDocument.
+         Added test for AddAfterSelf() for concatenating string arguments.
+
+2008-05-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XElement.cs : added AddAfterSelfCollection().
+
+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.
+
 2008-01-28  Atsushi Enomoto  <atsushi@ximian.com>
 
        * XNodeReaderTest.cs : test for bug #356522.