2009-04-06 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel.Web / Test / System.ServiceModel.Syndication / ChangeLog
1 2009-04-06  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * AtomPub10CategoriesDocumentFormatterTest.cs : new test.
4         * AtomPub10ServiceDocumentFormatterTest.cs : add reader tests.
5
6 2009-04-03  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * AtomPub10ServiceDocumentFormatterTest.cs : new test.
9
10 2007-12-18  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * Rss20ItemFormatterTest.cs : test (enable) SourceFeed output too.
13
14 2007-12-18  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * Atom10FeedFormatterTest.cs : tests for ReadFrom() and ReadXml().
17         * Atom10ItemFormatterTest.cs : test for ToString().
18
19 2007-12-18  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * Atom10ItemFormatterTest.cs : tests for ReadFrom() and ReadXml().
22
23 2007-12-18  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * Rss20FeedFormatterTest.cs : some tests for ReadFrom() and ReadXml().
26         * Rss20ItemFormatterTest.cs : assure that Item instance is
27           instantiated every time read methods are invoked.
28
29 2007-12-18  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * Rss20ItemFormatterTest.cs : some tests for ReadFrom() and ReadXml().
32         * SyndicationItemTest.cs : Test Load() with non-Atom/non-RSS xml.
33
34 2007-12-17  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * Atom10FeedFormatterTest.cs : new, test for WriteTo and WriteXml.
37
38 2007-12-17  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * Rss20FeedFormatterTest.cs : they are feed, not item :)
41
42 2007-12-17  Atsushi Enomoto  <atsushi@ximian.com>
43
44         * Atom10ItemFormatterTest.cs : test for spec violation i.e. to prove
45           that this class is not trustworthy for valid output.
46
47 2007-12-17  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * Atom10ItemFormatterTest.cs : added test for WriteTo and WriteXml.
50
51 2007-12-15  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * Rss20FeedFormatterTest.cs : new, mostly copied from item formatter.
54
55 2007-12-15  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * Rss20ItemFormatterTest.cs : added test for writing properties.
58         * XmlSyndicationContentTest.cs, UrlSyndicationContentTest.cs : new.
59
60 2007-12-15  Atsushi Enomoto  <atsushi@ximian.com>
61
62         * SyndicationElementExtensionTest.cs : new test.
63         * TextSyndicationContentTest.cs : was missing in the previous commit.
64
65 2007-12-11  Atsushi Enomoto  <atsushi@ximian.com>
66
67         * TextSyndicationContentTest.cs : new test.
68         * Rss20ItemFormatterTest.cs : test WriteTo()/WriteXml().
69
70 2007-12-10  Atsushi Enomoto  <atsushi@ximian.com>
71
72         * Atom10ItemFormatterTest.cs, Rss20ItemFormatterTest.cs,
73           SyndicationFeedTest.cs, SyndicationItemTest.cs : new tests.
74
75 2007-12-10  Atsushi Enomoto  <atsushi@ximian.com>
76
77         * SyndicationLinkTest.cs : test RelationshipType too. Tiny renaming.
78
79 2007-12-10  Atsushi Enomoto  <atsushi@ximian.com>
80
81         * SyndicationLinkTest.cs : new test.