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