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