2
0

ChangeLog 2.9 KB

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