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