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