[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Xaml / Test / System.Xaml / ChangeLog
index 210cf87025df124f002901414e174a849ff4a3e7..568a0c69dbeecd119f7b7243c4ab74ea18d0b817 100644 (file)
@@ -1,3 +1,133 @@
+2010-06-29  Raja R Harinath  <harinath@hurrynot.org>
+
+       * XamlLanguageTest.cs (CategoryAttribute): Use a slightly more
+       portable way to resolve the CategoryAttribute ambiguity.
+       * XamlObjectReaderTest.cs, XamlObjectWriterTest.cs: Likewise.
+       * XamlTypeTest.cs, XamlXmlReaderTest.cs, XamlXmlWriterTest.cs: Likewise.
+       * XamlDirectiveTest.cs: Likewise.
+
+2010-05-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlObjectWriterTest.cs : fix and enable some tests.
+
+2010-04-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlObjectReaderTest.cs : more test use cases.
+
+2010-04-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlObjectReaderTest.cs : enable working tests.
+       * XamlTypeTest.cs : added a test for GetAliasedProperty().
+
+2010-04-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlObjectReaderTest.cs : enabled working tests. Add decent
+         namespace declaration node assertions in the next tests.
+
+2010-04-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlObjectReaderTest.cs : add another MarkupExtension test.
+
+2010-04-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlObjectReaderTest.cs : added a bunch of read detail tests (lots
+         on not-working ones).
+
+2010-04-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlTypeTest.cs : added tests for GetPositionalParameters().
+
+2010-04-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlObjectReaderTest.cs : enable working test.
+
+2010-04-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlObjectReaderTest.cs : enable working tests and remove invalid
+         comment.
+
+2010-04-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlObjectReaderTest.cs : add simple read tests for some types.
+
+2010-04-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlMemberTest.cs, XamlXmlReaderTest.cs :
+         a few correction and additions on member equality.
+
+2010-04-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlMemberTest.cs, XamlXmlReaderTest.cs : some member equivalence
+         tests. Commented out some assertions that won't work for a while.
+
+2010-04-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlXmlReaderTest.cs : add more detailed read tests, and more
+         file-based tests (not working yet).
+
+2010-04-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlTypeTest.cs, XamlLanguageTest.cs : enable AllowedContentTypes
+         and ContentWrappers tests.
+
+2010-04-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlXmlReaderTest.cs : enable DateTime tests.
+       * XamlSchemaContextTest.cs : add a type name resolver test.
+
+2010-04-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlXmlReaderTest.cs : added a couple more of read and load tests.
+
+2010-04-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlObjectReaderTest.cs : add more read tests (lots of them are
+         not fully working yet).
+
+2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlXmlReaderTest.cs : add primitive TimeSpan reader test.
+
+2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlTypeTest.cs : add more TypeConverter and ToString() tests.
+
+2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlMemberTest.cs : remove extra type that I wrote when I thought
+         there were no public UnderlyingMember.
+
+2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlMemberTest.cs : added ToStringTest().
+
+2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlXmlReaderTest.cs : new, too insufficient yet.
+
+2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlObjectReaderTest.cs
+         XamlSchemaContextTest.cs
+         XamlTypeTest.cs : a couple of Type/TypeExtension-related tests.
+
+2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlTypeTest.cs, XamlLanguageTest.cs : enable ValueSerializer tests.
+
+2010-04-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlXmlWriterTest.cs : enable WriteNode() tests.
+
+2010-04-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlObjectWriterTest.cs : new test.
+       * XamlXmlWriterTest.cs : added some not-working tests.
+
+2010-04-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XamlTypeTest.cs : assert that dictionary types are *not* collection.
+
 2010-04-12  Atsushi Enomoto  <atsushi@ximian.com>
 
        * XamlSchemaContextTest.cs, XamlTypeTest.cs : more type system tests.