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