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