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