| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- 2009-10-07 Atsushi Enomoto <[email protected]>
- * SyndicationItemTest.cs, SyndicationFeedTest.cs : allow atom feed
- too. More Load() tests. Patch by David Mitchell.
- 2009-10-07 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * AtomPub10CategoriesDocumentFormatterTest.cs,
- AtomPub10ServiceDocumentFormatterTest.cs : aded GetSchema() and
- WriteElementExtensions() tests.
- 2009-04-06 Atsushi Enomoto <[email protected]>
- * AtomPub10ServiceDocumentFormatterTest.cs : add ReadFrom() test.
- 2009-04-06 Atsushi Enomoto <[email protected]>
- * AtomPub10CategoriesDocumentFormatterTest.cs : new test.
- * AtomPub10ServiceDocumentFormatterTest.cs : add reader tests.
- 2009-04-03 Atsushi Enomoto <[email protected]>
- * AtomPub10ServiceDocumentFormatterTest.cs : new test.
- 2007-12-18 Atsushi Enomoto <[email protected]>
- * Rss20ItemFormatterTest.cs : test (enable) SourceFeed output too.
- 2007-12-18 Atsushi Enomoto <[email protected]>
- * Atom10FeedFormatterTest.cs : tests for ReadFrom() and ReadXml().
- * Atom10ItemFormatterTest.cs : test for ToString().
- 2007-12-18 Atsushi Enomoto <[email protected]>
- * Atom10ItemFormatterTest.cs : tests for ReadFrom() and ReadXml().
- 2007-12-18 Atsushi Enomoto <[email protected]>
- * 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 <[email protected]>
- * Rss20ItemFormatterTest.cs : some tests for ReadFrom() and ReadXml().
- * SyndicationItemTest.cs : Test Load() with non-Atom/non-RSS xml.
- 2007-12-17 Atsushi Enomoto <[email protected]>
- * Atom10FeedFormatterTest.cs : new, test for WriteTo and WriteXml.
- 2007-12-17 Atsushi Enomoto <[email protected]>
- * Rss20FeedFormatterTest.cs : they are feed, not item :)
- 2007-12-17 Atsushi Enomoto <[email protected]>
- * Atom10ItemFormatterTest.cs : test for spec violation i.e. to prove
- that this class is not trustworthy for valid output.
- 2007-12-17 Atsushi Enomoto <[email protected]>
- * Atom10ItemFormatterTest.cs : added test for WriteTo and WriteXml.
- 2007-12-15 Atsushi Enomoto <[email protected]>
- * Rss20FeedFormatterTest.cs : new, mostly copied from item formatter.
- 2007-12-15 Atsushi Enomoto <[email protected]>
- * Rss20ItemFormatterTest.cs : added test for writing properties.
- * XmlSyndicationContentTest.cs, UrlSyndicationContentTest.cs : new.
- 2007-12-15 Atsushi Enomoto <[email protected]>
- * SyndicationElementExtensionTest.cs : new test.
- * TextSyndicationContentTest.cs : was missing in the previous commit.
- 2007-12-11 Atsushi Enomoto <[email protected]>
- * TextSyndicationContentTest.cs : new test.
- * Rss20ItemFormatterTest.cs : test WriteTo()/WriteXml().
- 2007-12-10 Atsushi Enomoto <[email protected]>
- * Atom10ItemFormatterTest.cs, Rss20ItemFormatterTest.cs,
- SyndicationFeedTest.cs, SyndicationItemTest.cs : new tests.
- 2007-12-10 Atsushi Enomoto <[email protected]>
- * SyndicationLinkTest.cs : test RelationshipType too. Tiny renaming.
- 2007-12-10 Atsushi Enomoto <[email protected]>
- * SyndicationLinkTest.cs : new test.
|