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