ChangeLog 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. 2007-12-18 Atsushi Enomoto <[email protected]>
  2. * Rss20ItemFormatterTest.cs : test (enable) SourceFeed output too.
  3. 2007-12-18 Atsushi Enomoto <[email protected]>
  4. * Atom10FeedFormatterTest.cs : tests for ReadFrom() and ReadXml().
  5. * Atom10ItemFormatterTest.cs : test for ToString().
  6. 2007-12-18 Atsushi Enomoto <[email protected]>
  7. * Atom10ItemFormatterTest.cs : tests for ReadFrom() and ReadXml().
  8. 2007-12-18 Atsushi Enomoto <[email protected]>
  9. * Rss20FeedFormatterTest.cs : some tests for ReadFrom() and ReadXml().
  10. * Rss20ItemFormatterTest.cs : assure that Item instance is
  11. instantiated every time read methods are invoked.
  12. 2007-12-18 Atsushi Enomoto <[email protected]>
  13. * Rss20ItemFormatterTest.cs : some tests for ReadFrom() and ReadXml().
  14. * SyndicationItemTest.cs : Test Load() with non-Atom/non-RSS xml.
  15. 2007-12-17 Atsushi Enomoto <[email protected]>
  16. * Atom10FeedFormatterTest.cs : new, test for WriteTo and WriteXml.
  17. 2007-12-17 Atsushi Enomoto <[email protected]>
  18. * Rss20FeedFormatterTest.cs : they are feed, not item :)
  19. 2007-12-17 Atsushi Enomoto <[email protected]>
  20. * Atom10ItemFormatterTest.cs : test for spec violation i.e. to prove
  21. that this class is not trustworthy for valid output.
  22. 2007-12-17 Atsushi Enomoto <[email protected]>
  23. * Atom10ItemFormatterTest.cs : added test for WriteTo and WriteXml.
  24. 2007-12-15 Atsushi Enomoto <[email protected]>
  25. * Rss20FeedFormatterTest.cs : new, mostly copied from item formatter.
  26. 2007-12-15 Atsushi Enomoto <[email protected]>
  27. * Rss20ItemFormatterTest.cs : added test for writing properties.
  28. * XmlSyndicationContentTest.cs, UrlSyndicationContentTest.cs : new.
  29. 2007-12-15 Atsushi Enomoto <[email protected]>
  30. * SyndicationElementExtensionTest.cs : new test.
  31. * TextSyndicationContentTest.cs : was missing in the previous commit.
  32. 2007-12-11 Atsushi Enomoto <[email protected]>
  33. * TextSyndicationContentTest.cs : new test.
  34. * Rss20ItemFormatterTest.cs : test WriteTo()/WriteXml().
  35. 2007-12-10 Atsushi Enomoto <[email protected]>
  36. * Atom10ItemFormatterTest.cs, Rss20ItemFormatterTest.cs,
  37. SyndicationFeedTest.cs, SyndicationItemTest.cs : new tests.
  38. 2007-12-10 Atsushi Enomoto <[email protected]>
  39. * SyndicationLinkTest.cs : test RelationshipType too. Tiny renaming.
  40. 2007-12-10 Atsushi Enomoto <[email protected]>
  41. * SyndicationLinkTest.cs : new test.