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