2007-12-18 Atsushi Enomoto * Rss20ItemFormatterTest.cs : test (enable) SourceFeed output too. 2007-12-18 Atsushi Enomoto * Atom10FeedFormatterTest.cs : tests for ReadFrom() and ReadXml(). * Atom10ItemFormatterTest.cs : test for ToString(). 2007-12-18 Atsushi Enomoto * Atom10ItemFormatterTest.cs : tests for ReadFrom() and ReadXml(). 2007-12-18 Atsushi Enomoto * 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 * Rss20ItemFormatterTest.cs : some tests for ReadFrom() and ReadXml(). * SyndicationItemTest.cs : Test Load() with non-Atom/non-RSS xml. 2007-12-17 Atsushi Enomoto * Atom10FeedFormatterTest.cs : new, test for WriteTo and WriteXml. 2007-12-17 Atsushi Enomoto * Rss20FeedFormatterTest.cs : they are feed, not item :) 2007-12-17 Atsushi Enomoto * Atom10ItemFormatterTest.cs : test for spec violation i.e. to prove that this class is not trustworthy for valid output. 2007-12-17 Atsushi Enomoto * Atom10ItemFormatterTest.cs : added test for WriteTo and WriteXml. 2007-12-15 Atsushi Enomoto * Rss20FeedFormatterTest.cs : new, mostly copied from item formatter. 2007-12-15 Atsushi Enomoto * Rss20ItemFormatterTest.cs : added test for writing properties. * XmlSyndicationContentTest.cs, UrlSyndicationContentTest.cs : new. 2007-12-15 Atsushi Enomoto * SyndicationElementExtensionTest.cs : new test. * TextSyndicationContentTest.cs : was missing in the previous commit. 2007-12-11 Atsushi Enomoto * TextSyndicationContentTest.cs : new test. * Rss20ItemFormatterTest.cs : test WriteTo()/WriteXml(). 2007-12-10 Atsushi Enomoto * Atom10ItemFormatterTest.cs, Rss20ItemFormatterTest.cs, SyndicationFeedTest.cs, SyndicationItemTest.cs : new tests. 2007-12-10 Atsushi Enomoto * SyndicationLinkTest.cs : test RelationshipType too. Tiny renaming. 2007-12-10 Atsushi Enomoto * SyndicationLinkTest.cs : new test.