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