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