ChangeLog 3.3 KB

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