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