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