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