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