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