ChangeLog 2.6 KB

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