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