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