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