[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Web / Test / System.ServiceModel.Syndication / ChangeLog
index eba9ddbea1cb8c68a947a9ddbc0cab4761dd242e..39b13281c9a41d3318f6fa984dd8211b273e0234 100644 (file)
@@ -1,3 +1,15 @@
+2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SyndicationItemTest.cs, SyndicationFeedTest.cs : allow atom feed
+         too. More Load() tests. Patch by David Mitchell.
+
+2009-10-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SyndicationElementExtensionTest.cs : added test for OuterName/ns
+         with .ctor(XmlReader).
+       * SyndicationItemTest.cs : added failure case for LoadItem() with
+         feed element.
+
 2009-04-15  Atsushi Enomoto  <atsushi@ximian.com>
 
        * AtomPub10CategoriesDocumentFormatterTest.cs,