1c3a2d33d737c817f2999d4d1541996c907096e6
[mono.git] / mcs / class / corlib / Test / System.Reflection.Emit / ChangeLog
1 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
2
3         * EnumBuilderTest.cs: Remove test that depends on the exact format
4         of AssemblyName.FullName.
5
6 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
7
8         * TypeBuilderTest.cs: Add a TypeResolve test. Remove a test which
9         depends on exception ordering.
10
11 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
12
13         * MethodBuilderTest.cs: Add tests for default values for parameters.
14
15 2004-10-02  Gert Driesen  <drieseng@users.sourceforge.net>
16
17         * TypeBuilderTest.cs: Added test to ensure NotSupportedException is
18         thrown when creating a type with a default ctor while parent does
19         not have a default ctor.
20
21 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
22
23         * ModuleBuilderTest.cs: Add test for lookup of global methods.
24
25 2004-08-29  Nick Drochak <ndrochak@ieee.org>
26
27         * TypeBuilderTestTest.cs: Call EnumBuilder.CreateType() before you call
28         TypeBuilder.CreateType().
29
30 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
31
32         * TypeBuilderTest.cs: Add regression test for #62237.
33
34 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
35
36         * EnumBuilderTest.cs: Fixed typos so the test is reported in 
37         alphabetical order by NUnit.
38
39 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
40
41         * TypeBuilderTest.cs: Added tests for completed/created type
42
43         * FieldBuilderTest.cs: Added tests for FieldBuilder (mostly
44         checking error conditions for now)
45
46         * EnumBuilderTest.cs: Added tests for EnumBuilder
47
48         * MethodBuilderTest.cs: Added tests for invalid parameter 
49         indexes for created types, added test for GetHashCode
50
51 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
52
53         * MethodRentalTest.cs: Added check for invalid method size,
54         fixed tests on MS.NET, Mono-stylized
55
56 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
57
58         * MethodRentalTest.cs: New file.
59
60 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
61
62         * AssemblyBuilderTest.cs: Added new tests to build strongnamed 
63         assemblies.
64
65 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
66
67         * CustomAttributeBuilderTest.cs: Call GetCustomAttributes with false
68         so custom attributes on Object do not screw the results.
69
70 2004-03-15  Nick Drochak <ndrochak@ieee.org>
71
72         * CustomAttributeBuilderTest.cs: Force test to pass if we are running
73         on version 1.1 of the CLR.  That version does not throw the exception.
74
75 2004-03-09  Jackson Harper  <jackson@ximian.com>
76
77         * AssemblyBuilderAccessTest.cs:
78         * CustomAttributeBuilderTest.cs: New test cases
79         from nvineeth_mono@yahoo.com.
80
81 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
82
83         * MethodBuilderTest.cs: Fix test so it runs under MS.
84
85         * TypeBuilderTest.cs: Add some tests.
86
87 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
88
89         * MethodBuilderTest.cs: Add tests for parameter info.
90
91 2004-01-27  Zoltan Varga  <vargaz@freemail.hu>
92
93         * AssemblyBuilderTest.cs (TestCustomAttributes): Remove 
94         KeyFileAttribute from the test, since it must point to a valid keyfile.
95
96 2004-01-09  Nick Drochak <ndrochak@ieee.org>
97
98         * TypeBuilderTest.cs (TestEnums): Fix build with csc.
99
100 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
101
102         * TypeBuilderTest.cs (IsDefined): Comment out this test, since 
103         IsDefined works under mono.
104
105         * TypeBuilderTest.cs (TestEnums): New test for using runtime generated
106         enums.
107
108 2003-12-17  Nick Drochak <ndrochak@gol.com>
109
110         * ModuleBuilderTest.cs: Shorten the path, there's a 260-or-so character
111         limit for the path name.
112
113 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
114
115         * MethodBuilderTest.cs ConstructorBuilderTest.cs: Add tests for
116         AddDeclarativeSecurity.
117
118 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
119
120         * ConstructorBuilderTest.cs (TestAttributes): Make this test more
121         general so it runs on mono too.
122
123 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
124
125         * ModuleBuilderTest.cs: Added tests for IsTransient ().
126
127         * ModuleBuilderTest.cs: Added tests for DefineDocument ().
128
129         * AssemblyBuilderTest.cs: Added error handling tests.
130
131 2003-06-30  Zoltan Varga  <vargaz@freemail.hu>
132
133         * MethodBuilderTest.cs (TestReturnType): Make test more general so
134         it works both on Mono and MS.NET.
135
136 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
137
138         * EventBuilderTest.cs: New file.
139
140         * PropertyBuilderTest.cs: New file.
141
142 2003-05-28  Nick Drochak <ndrochak@gol.com>
143
144         * MethodBuilderTest: correct order of expected and actual values.
145
146 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
147
148         * ModuleBuilderTest.cs: New file.
149
150 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
151
152         * TypeBuilderTest.cs: More tests.
153
154 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
155
156         * AssemblyBuilderTest.cs: More tests.
157
158 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
159
160         * MethodBuilderTest.cs: Comment out test which fails because of a mono
161         extension to DefineParameter.
162
163 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
164
165         * AssemblyBuilderTest.cs: New file.
166
167 2003-02-12  Zoltan Varga  <vargaz@freemail.hu>
168
169         * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
170         using a custom attribute.
171
172 2003-02-10  Zoltan Varga  <vargaz@freemail.hu>
173
174         * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
175
176         * MethodBuilderTest.cs: updated to NUNIT2 conventions.
177
178         * ConstructorBuilderTest.cs: New file.
179
180 2003-02-09  Zoltan Varga  <vargaz@freemail.hu>
181
182         * TypeBuilderTest.cs: Added lots of new tests.
183
184 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
185
186         * TypeBuilderTest.cs: New file.
187
188         * MethodBuilderTest.cs ChangeLog: New files.