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