2010-04-26 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Xaml / Test / System.Xaml / ChangeLog
1 2010-04-26  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * XamlObjectReaderTest.cs : more test use cases.
4
5 2010-04-26  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * XamlObjectReaderTest.cs : enable working tests.
8         * XamlTypeTest.cs : added a test for GetAliasedProperty().
9
10 2010-04-22  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * XamlObjectReaderTest.cs : enabled working tests. Add decent
13           namespace declaration node assertions in the next tests.
14
15 2010-04-22  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * XamlObjectReaderTest.cs : add another MarkupExtension test.
18
19 2010-04-20  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * XamlObjectReaderTest.cs : added a bunch of read detail tests (lots
22           on not-working ones).
23
24 2010-04-20  Atsushi Enomoto  <atsushi@ximian.com>
25
26         * XamlTypeTest.cs : added tests for GetPositionalParameters().
27
28 2010-04-18  Atsushi Enomoto  <atsushi@ximian.com>
29
30         * XamlObjectReaderTest.cs : enable working test.
31
32 2010-04-18  Atsushi Enomoto  <atsushi@ximian.com>
33
34         * XamlObjectReaderTest.cs : enable working tests and remove invalid
35           comment.
36
37 2010-04-18  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * XamlObjectReaderTest.cs : add simple read tests for some types.
40
41 2010-04-16  Atsushi Enomoto  <atsushi@ximian.com>
42
43         * XamlMemberTest.cs, XamlXmlReaderTest.cs :
44           a few correction and additions on member equality.
45
46 2010-04-16  Atsushi Enomoto  <atsushi@ximian.com>
47
48         * XamlMemberTest.cs, XamlXmlReaderTest.cs : some member equivalence
49           tests. Commented out some assertions that won't work for a while.
50
51 2010-04-16  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * XamlXmlReaderTest.cs : add more detailed read tests, and more
54           file-based tests (not working yet).
55
56 2010-04-15  Atsushi Enomoto  <atsushi@ximian.com>
57
58         * XamlTypeTest.cs, XamlLanguageTest.cs : enable AllowedContentTypes
59           and ContentWrappers tests.
60
61 2010-04-15  Atsushi Enomoto  <atsushi@ximian.com>
62
63         * XamlXmlReaderTest.cs : enable DateTime tests.
64         * XamlSchemaContextTest.cs : add a type name resolver test.
65
66 2010-04-15  Atsushi Enomoto  <atsushi@ximian.com>
67
68         * XamlXmlReaderTest.cs : added a couple more of read and load tests.
69
70 2010-04-15  Atsushi Enomoto  <atsushi@ximian.com>
71
72         * XamlObjectReaderTest.cs : add more read tests (lots of them are
73           not fully working yet).
74
75 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
76
77         * XamlXmlReaderTest.cs : add primitive TimeSpan reader test.
78
79 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
80
81         * XamlTypeTest.cs : add more TypeConverter and ToString() tests.
82
83 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
84
85         * XamlMemberTest.cs : remove extra type that I wrote when I thought
86           there were no public UnderlyingMember.
87
88 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
89
90         * XamlMemberTest.cs : added ToStringTest().
91
92 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
93
94         * XamlXmlReaderTest.cs : new, too insufficient yet.
95
96 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
97
98         * XamlObjectReaderTest.cs
99           XamlSchemaContextTest.cs
100           XamlTypeTest.cs : a couple of Type/TypeExtension-related tests.
101
102 2010-04-14  Atsushi Enomoto  <atsushi@ximian.com>
103
104         * XamlTypeTest.cs, XamlLanguageTest.cs : enable ValueSerializer tests.
105
106 2010-04-13  Atsushi Enomoto  <atsushi@ximian.com>
107
108         * XamlXmlWriterTest.cs : enable WriteNode() tests.
109
110 2010-04-13  Atsushi Enomoto  <atsushi@ximian.com>
111
112         * XamlObjectWriterTest.cs : new test.
113         * XamlXmlWriterTest.cs : added some not-working tests.
114
115 2010-04-13  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * XamlTypeTest.cs : assert that dictionary types are *not* collection.
118
119 2010-04-12  Atsushi Enomoto  <atsushi@ximian.com>
120
121         * XamlSchemaContextTest.cs, XamlTypeTest.cs : more type system tests.
122
123 2010-04-12  Atsushi Enomoto  <atsushi@ximian.com>
124
125         * XamlSchemaContextTest.cs, XamlTypeTest.cs : more type system tests.
126
127 2010-04-12  Atsushi Enomoto  <atsushi@ximian.com>
128
129         * XamlTypeTest.cs : add a few more TypeConverter assertions.
130
131 2010-04-12  Atsushi Enomoto  <atsushi@ximian.com>
132
133         * XamlLanguageTest.cs : add member lookup tests and properties tests
134           on those members.
135         * XamlTypeTest.cs : add GetAllAttachableMembers() test.
136           Enable IsConstructible().
137
138 2010-04-11  Atsushi Enomoto  <atsushi@ximian.com>
139
140         * XamlSchemaContextTest.cs : add some tests for methods.
141
142 2010-04-11  Atsushi Enomoto  <atsushi@ximian.com>
143
144         * XamlObjectReaderTest.cs : new test.
145
146 2010-04-10  Atsushi Enomoto  <atsushi@ximian.com>
147
148         * XamlXmlWriterTest.cs : new test.
149
150 2010-04-09  Atsushi Enomoto  <atsushi@ximian.com>
151
152         * XamlTypeTest.cs, XamlLanguageTest.cs : enable TypeConverter tests.
153
154 2010-04-09  Atsushi Enomoto  <atsushi@ximian.com>
155
156         * XamlLanguageTest.cs : new test.
157         * XamlDirectiveTest.cs : add another ns test.
158
159 2010-04-09  Atsushi Enomoto  <atsushi@ximian.com>
160
161         * XamlTypeTest.cs : added a lot of new tests.
162
163 2010-04-08  Atsushi Enomoto  <atsushi@ximian.com>
164
165         * XamlMemberTest.cs, XamlDirectiveTest.cs :
166           Add more tests. Enable working tests.
167
168 2010-04-08  Atsushi Enomoto  <atsushi@ximian.com>
169
170         * XamlDirectiveTest.cs
171           XamlMemberTest.cs : new tests.
172
173 2010-04-08  Atsushi Enomoto  <atsushi@ximian.com>
174
175         * AmbientPropertyValueTest.cs
176           XamlObjectWriterSettingsTest.cs
177           AttachableMemberIdentifierTest.cs
178           XamlReaderSettingsTest.cs
179           XamlSchemaContextSettingsTest.cs
180           NamespaceDeclarationTest.cs
181           XamlSchemaContextTest.cs
182           XamlDuplicateMemberExceptionTest.cs
183           XamlTypeTest.cs
184           XamlObjectEventArgsTest.cs
185           XamlXmlReaderSettingsTest.cs
186           XamlObjectReaderSettingsTest.cs
187           XamlXmlWriterSettingsTest.cs : initial checkin.