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