for TARGET_J2EE only:
[mono.git] / mcs / class / System / Test / System.CodeDom.Compiler / ChangeLog
1 2007-12-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2
3         * CodeGeneratorFromTypeTestBase.cs: Added PartialTypeTest.
4
5 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * CodeGeneratorFromTypeTestBase.cs :
8           added GenerateGenericCodeTypeReferences() for generic type test.
9
10 2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
11
12         * IndentedTextWriterTest.cs: Added tests for Indent property.
13
14 2005-11-30  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * CodeCompilerCas.cs: MS doesn't demand EnvironmentPermission under 
17         1.x.
18
19 2005-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
20
21         * CodeGeneratorFromTypeTestBase.cs: Modified GetMethodMembersType3 to 
22         add parameter with no name.
23
24 2005-11-02  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * CodeCompilerCas.cs: New. CAS unit tests.
27         * ExecutorCas.cs: New. CAS unit tests.
28         * ExecutorTest.cs: New. Unit tests for Executor.
29
30 2005-11-01  Sebastien Pouliot  <sebastien@ximian.com>
31  
32         * CodeGeneratorCas.cs: New. CAS unit tests.
33
34 2005-11-01  Sebastien Pouliot  <sebastien@ximian.com> 
35
36         * CodeDomProviderCas.cs: New. CAS unit tests.
37
38 2005-10-28  Gert Driesen  <drieseng@users.sourceforge.net>
39
40         * CodeGeneratorTestBase.cs: Set eol-style to native.
41         * CodeGeneratorTest.cs: Set eol-style to native.
42         * CodeGeneratorFromTypeTestBase.cs: Added tests for 
43         CodeEntryPointMethod and bug #76580. Set eol-style to native.
44         * IndentedTextWriterTest.cs: Set eol-style to native.
45
46 2005-10-25  Sebastien Pouliot  <sebastien@ximian.com> 
47  
48         * CompilerErrorCas.cs: Under 1.x CompilerError is protected by a 
49         LinkDemand for Unrestricted.
50         * CompilerErrorCollectionCas.cs: Under 1.x CompilerError is protected
51         by a LinkDemand for Unrestricted.
52         * TempFileCollectionCas.cs: Moved precompiler directive to the right
53         method (to ignore a test under MS 1.x).
54
55 2005-10-25  Sebastien Pouliot  <sebastien@ximian.com>
56
57         * TempFileCollectionCas.cs: New. CAS unit tests.
58         * TempFileCollectionTest.cs: New. Very basic tests to check the 
59         behaviour of the TempDir property.
60
61 2005-10-24  Sebastien Pouliot  <sebastien@ximian.com>
62
63         * CodeGeneratorOptionsCas.cs: New. CAS unit tests.
64         * CodeGeneratorOptionsTest.cs: New. Unit tests.
65         * CodeParserCas.cs: New. CAS unit tests.
66         * CompilerErrorCas.cs: New. CAS unit tests.
67         * CompilerErrorCollectionCas.cs: New. CAS unit tests.
68         * CompilerInfoCas.cs: New. CAS unit tests.
69         * CompilerParametersCas.cs: New. CAS unit tests.
70         * CompilerResultsCas.cs: New. CAS unit tests.
71         * GeneratedCodeAttributeCas.cs: New. CAS unit tests.
72         * GeneratedCodeAttributeTest.cs: New. Unit tests.
73         * IndentedTextWriterCas.cs: New. CAS unit tests.
74
75 2005-10-15  Gert Driesen <drieseng@users.sourceforge.net>
76
77         * CodeGeneratorTestBase.cs: No longer keep instance of StringWriter to
78         allow GenerateCodeFromType to be executed multiple times with relying
79         on user to reset writer. Allow CodeGeneratorOptions to be passed in,
80         in order to support bracing style tests.
81         * CodeGeneratorFromTypeTestBase.cs: Modify Generate* methods to take
82         CodeGeneratorOptions instance and pass it on to GenerateCodeFromType.
83
84 2005-07-30  Gert Driesen <drieseng@users.sourceforge.net>
85
86         * CodeGeneratorFromTypeTestBase.cs: Added NewSlot tests.
87
88 2005-07-24  Gert Driesen <drieseng@users.sourceforge.net>
89
90         * CodeGeneratorTest.cs: Removed duplicate import of NUNit.Framework
91         namespace.
92         * CodeGeneratorFromTypeTestBase.cs: Added BaseTypes and 
93         TypeConstructor tests.
94
95 2005-07-21  Gert Driesen <drieseng@users.sourceforge.net>
96
97         * CodeGeneratorTest.cs: Added unit tests for CodeGenerator.IsCurrent*.
98
99 2005-07-21  Gert Driesen <drieseng@users.sourceforge.net>
100
101         * CodeGeneratorFromTypeTestBase.cs: Base class for unit tests for
102         CodeGenerator.GenerateCodeFromType.
103         * CodeGeneratorTestBase.cs: Base class for CodeGenerator unit tests.
104
105 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
106
107         * IndentedTextWriterTest.cs: added test for IndentedTextWriter
108
109