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