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