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