Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

104 lines
3.3 KiB
Plaintext

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,
AtomPub10ServiceDocumentFormatterTest.cs : aded GetSchema() and
WriteElementExtensions() tests.
2009-04-06 Atsushi Enomoto <atsushi@ximian.com>
* AtomPub10ServiceDocumentFormatterTest.cs : add ReadFrom() test.
2009-04-06 Atsushi Enomoto <atsushi@ximian.com>
* AtomPub10CategoriesDocumentFormatterTest.cs : new test.
* AtomPub10ServiceDocumentFormatterTest.cs : add reader tests.
2009-04-03 Atsushi Enomoto <atsushi@ximian.com>
* AtomPub10ServiceDocumentFormatterTest.cs : new test.
2007-12-18 Atsushi Enomoto <atsushi@ximian.com>
* Rss20ItemFormatterTest.cs : test (enable) SourceFeed output too.
2007-12-18 Atsushi Enomoto <atsushi@ximian.com>
* Atom10FeedFormatterTest.cs : tests for ReadFrom() and ReadXml().
* Atom10ItemFormatterTest.cs : test for ToString().
2007-12-18 Atsushi Enomoto <atsushi@ximian.com>
* Atom10ItemFormatterTest.cs : tests for ReadFrom() and ReadXml().
2007-12-18 Atsushi Enomoto <atsushi@ximian.com>
* Rss20FeedFormatterTest.cs : some tests for ReadFrom() and ReadXml().
* Rss20ItemFormatterTest.cs : assure that Item instance is
instantiated every time read methods are invoked.
2007-12-18 Atsushi Enomoto <atsushi@ximian.com>
* Rss20ItemFormatterTest.cs : some tests for ReadFrom() and ReadXml().
* SyndicationItemTest.cs : Test Load() with non-Atom/non-RSS xml.
2007-12-17 Atsushi Enomoto <atsushi@ximian.com>
* Atom10FeedFormatterTest.cs : new, test for WriteTo and WriteXml.
2007-12-17 Atsushi Enomoto <atsushi@ximian.com>
* Rss20FeedFormatterTest.cs : they are feed, not item :)
2007-12-17 Atsushi Enomoto <atsushi@ximian.com>
* Atom10ItemFormatterTest.cs : test for spec violation i.e. to prove
that this class is not trustworthy for valid output.
2007-12-17 Atsushi Enomoto <atsushi@ximian.com>
* Atom10ItemFormatterTest.cs : added test for WriteTo and WriteXml.
2007-12-15 Atsushi Enomoto <atsushi@ximian.com>
* Rss20FeedFormatterTest.cs : new, mostly copied from item formatter.
2007-12-15 Atsushi Enomoto <atsushi@ximian.com>
* Rss20ItemFormatterTest.cs : added test for writing properties.
* XmlSyndicationContentTest.cs, UrlSyndicationContentTest.cs : new.
2007-12-15 Atsushi Enomoto <atsushi@ximian.com>
* SyndicationElementExtensionTest.cs : new test.
* TextSyndicationContentTest.cs : was missing in the previous commit.
2007-12-11 Atsushi Enomoto <atsushi@ximian.com>
* TextSyndicationContentTest.cs : new test.
* Rss20ItemFormatterTest.cs : test WriteTo()/WriteXml().
2007-12-10 Atsushi Enomoto <atsushi@ximian.com>
* Atom10ItemFormatterTest.cs, Rss20ItemFormatterTest.cs,
SyndicationFeedTest.cs, SyndicationItemTest.cs : new tests.
2007-12-10 Atsushi Enomoto <atsushi@ximian.com>
* SyndicationLinkTest.cs : test RelationshipType too. Tiny renaming.
2007-12-10 Atsushi Enomoto <atsushi@ximian.com>
* SyndicationLinkTest.cs : new test.