2005-06-07 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / class / corlib / Test / System.Reflection / ChangeLog
1 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * AssemblyNameTest.cs: Added tests to Version method,
4         in order to do additional checks with AssemblyBuilder
5         version.
6         
7 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8
9         * AssemblyTest.cs: put back GetEntryAssembly, but this one is working.
10
11 2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * AssemblyTest.cs: Removed asserts using PortableExecutableKind - 
14         because (1) it was renamed to PortableExecutableKinds *and* (2)
15         it's documented as obsolete and will be removed for 2.0 RTM.
16
17 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
18
19         * MethodInfoTest.cs: Disable pseudo custom attribute test.
20
21 2005-06-05  Gert Driesen <drieseng@users.sourceforge.net>
22
23         * AssemblyTest.cs: Enabled test for bug #74958.
24
25 2005-05-27  Zoltan Varga  <vargaz@freemail.hu>
26
27         * MethodInfoTest.cs: Reenable the pseudo attribute test.
28
29 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
30
31         * TypeDelegatorTest.cs: New file.
32
33         * MethodInfoTest.cs: Add a test for bug #75029.
34
35 2005-05-20  Gert Driesen <drieseng@users.sourceforge.net>
36
37         * AssemblyTest.cs: Allow test for bug #74958 to pass on .NET 2.0
38         Beta 2.
39
40 2005-05-15  Gert Driesen <drieseng@users.sourceforge.net>
41
42         * AssemblyTest.cs: Added (ignored) test case for bug #74958.
43
44 2005-05-07  Ben Maurer  <bmaurer@ximian.com>
45
46         * EventInfoTest.cs: New file. Has a test case for #64191.
47
48 2005-05-02  Sebastien Pouliot  <sebastien@ximian.com>
49
50         * AssemblyTest.cs, FieldInfoTest.cs, MethodInfoTest.cs: Disabled 
51         ReflectionOnly tests as they break every tests afterward. Calberto
52         is looking for the problem...
53
54 2005-04-28  Sebastien Pouliot  <sebastien@ximian.com>
55
56         * AssemblyCas.cs: New. CAS unit tests for Assembly.
57
58 2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>
59
60         * AssemblyTest.cs: Updated NET_2_0 tests to check for v2.0.50215 
61         (beta2).
62
63 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
64
65         * AssemblyTest.cs: Added tests for GetObjectData (null) and 
66         GetReferencedAssemblies (no codebase returned) methods.
67
68 2005-04-08  Raja R Harinath  <rharinath@novell.com>
69
70         * FieldInfoTest.cs (RefOnlyFieldClass): Rename from RefOnlyClass.
71         * MethodInfoTest.cs (RefOnlyMethodClass): Rename from RefOnlyClass.
72
73 2005-04-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
74
75         * AssemblyTest.cs: Added tests for ReflectionOnly support.
76         * MethodInfoTest.cs: Added test for Reflection Only support.
77         * FieldInfoTest.cs: Added tests for ReflectionOnly support.
78         
79 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
80
81         * AssemblyNameTest.cs: Added tests for Clone and serialization without
82         a strongname.
83         * AssemblyNameCas.cs: New. CAS unit tests for AssemblyName.
84         * StrongNameKeyPairTest.cs: Little changes to make it easier to reuse 
85         in CAS tests.
86         * StrongNameKeyPairCas.cs: New. CAS unit tests for StrongNameKeyPair.
87
88 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
89
90         * AssemblyNameTest.cs: Add test for ArgumentNullException on 
91         GetObjectData. Made existing tests more nunit2.2 like.
92         * ModuleCas.cs: Added new tests for FullyQualifiedName and Name 
93         properties.
94         * ModuleTest.cs: Add test for ArgumentNullException on GetObjectData.
95
96 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
97
98         * ModuleCas.cs: New. CAS unit tests for Module.
99
100 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
101
102         * MethodInfoTest.cs: Disable code causing mcs to fail.
103
104 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com>
105
106         * AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false) 
107         attribute as it wasn't required (and gives a compilation warning).
108
109 2005-01-23  Nick Drochak  <ndrochak@ieee.org>
110
111         * ModuleTest.cs: Long path names gives Windows fits.
112
113 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
114
115         * MethodInfoTest.cs: Add tests for GetMethodBody.
116
117 2005-01-16  Nick Drochak  <ndrochak@ieee.org>
118
119         * AssemblyTest.cs: Try loading assembly from .NET tests and mono tests
120
121 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
122
123         * AssemblyTest.cs: Reenable GetFiles (true) test. Add a LoadWithPartialName () test.
124
125         * MethodInfoTest.cs: Add test for byref parameters to Invoke ().
126
127 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
128
129         * FieldInfoTest.cs: Add tests for MarshalAsAttribute.
130
131         * ParameterInfoTest.cs: Add tests for MarshalAsAttribute.
132
133         * FieldInfoTest.cs: Add tests for FieldOffsetAttribute.
134         
135         * FieldInfoTest.cs: New file.
136
137         * MethodInfoTest.cs: Add tests for PreserveSigAttribute.
138         
139         * MethodInfoTest.cs: New file.
140
141 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
142
143         * ParameterInfoTest.cs: New file.
144
145 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
146
147         * ModuleTest.cs: Add tests for NET 2.0 ResolveXXX methods.
148
149 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
150
151         * AssemblyTest.cs: Add tests for MetadataToken and ManifestModule.
152
153 2004-08-29  Nick Drochak <ndrochak@ieee.org>
154
155         * BinderTests.cs: Make tests pass on MS.NET 1.1.
156
157 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
158
159         * AssemblyTest.cs: Added new tests for 1.1 and 2.0 features. Converted
160         existing tests to NUnit 2.2.
161
162 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
163
164         * ModuleTest.cs: New tests for FindTypes.
165
166 2004-06-10  Lluis Sanchez  <lluis@ximian.com>
167
168         * AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
169           empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys. 
170           Added messages to the assertions.
171
172 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
173
174         * AssemblyNameTests.cs: added tests for AssemblyName.FullName 
175         and serialization of AssemblyName, converted tests to use Assert
176         class
177
178 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
179
180         * BinderTests.cs: added test for null type in the argument list.
181
182 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
183
184         * BinderTests.cs: one more test for matching a single property. Adapted
185         to nunit 2.2 style.
186
187 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
188
189         * BinderTests.cs: added more indexers and more SelectProperty tests.
190
191 2003-05-20  Sebastien Pouliot  <sebastien@ximian.com>
192
193         * StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required 
194         for new nunit).
195
196 2004-05-18  Gert Driesen (drieseng@users.sourceforge.net)
197
198         * PropertyInfoTest.cs: New file.  Added test for 
199         bug #58661.
200
201 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
202
203         * BinderTests.cs: New file.
204
205 2003-04-06  Sebastien Pouliot  <sebastien@ximian.com>
206
207         * StrongNameKeyPairTest.cs: Added test case for ECMA "key".
208
209 2003-03-24  Sebastien Pouliot  <sebastien@ximian.com>
210
211         * StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
212         unneeded code and false comments (too much copy-n-paste).
213
214 2003-03-09  Jackson Harper  <jackson@ximian.com>
215
216         * AssemblyAlgorithmIdAttributeTest.cs:
217         * AssemblyConfigurationAttributeTest.cs:
218         * AssemblyCopyrightAttributeTest.cs:
219         * AssemblyCultureAttributeTest.cs:
220         * AssemblyDelaySignAttributeTest.cs:
221         * AssemblyDescriptionAttributeTest.cs:
222         * AssemblyFileVersionAttributeTest.cs:
223         * AssemblyInformationalVersionAttributeTest.cs: New test cases
224         from nvineeth_mono@yahoo.com.
225
226 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
227
228         * ModuleTest.cs: Make the assembly name unique to fix the GlobalData
229         test.
230
231 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
232
233         * ModuleTest.cs: Fix temp folder path
234
235 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
236
237         * AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
238         CultureInfo, Version and HashAlgorithm properties.
239
240 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
241
242         * AssemblyTest.cs (TestGetType): New regression test for #49114.
243
244 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
245
246         * ModuleTest.cs: New file.
247
248 2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
249
250         * AssemblyTest.cs: New file.
251
252 2002-12-30  Sebastien Pouliot <spouliot@videotron.ca>
253
254         * AssemblyNameTest.cs: Added test for FullName (null cultureinfo).
255
256 2002-12-23  Sebastien Pouliot <spouliot@videotron.ca>
257
258         * AssemblyNameTest.cs: Added test for non-signed assembly (which
259         returns an empty array - i.e. not null like an empty assembly).
260
261 2002-12-21  Nick Drochak <ndrochak@gol.com>
262
263         * all: make tests build and run under nunit2
264
265 2002-12-08  Sebastien Pouliot <spouliot@videotron.ca>
266
267         * AllTests.cs: Added test suites for AssemblyName and
268         StrongNameKeyPair.
269         * AssemblyNameTest.cs: New. Test suite for AssemblyName.
270         * StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.