46e6ca01c6ef56ae05525ab478fb96e46bac90a7
[mono.git] / mcs / class / System / Test / System.CodeDom.Compiler / ChangeLog
1 2010-04-13  Jonathan Pryor  <jpryor@novell.com>
2
3         * CodeGeneratorTest.cs: Add some testing for CodeRegionDirectives.
4
5 2008-05-09  Gert Driesen  <drieseng@users.sourceforge.net>
6
7         * CodeGeneratorFromTypeTestBase.cs: Added tests for
8         System.ParamArrayAttribute custom attribute.
9
10 2008-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
11
12         * ExecutorTest.cs: Use Assert.Ignore when ping is not available.
13         Avoid using ExpectedException in ExecWait test, and added link to
14         MS bug report. 
15
16 2008-04-08  Jb Evain  <jbevain@novell.com>
17
18         * CodeGeneratorFromTypeTestBase.cs: add a generator for
19         abstract properties.
20
21 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
22
23         * ExecutorTest.cs (ExecWait_NullTempFileCollection): Fix the cmdNoFound case.
24         
25         * ExecutorTest.cs: Handle cases when ping is not in the PATH, or when it
26         returns a non standard error code.
27
28 2007-12-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
29
30         * CodeGeneratorFromTypeTestBase.cs: Added PartialTypeTest.
31
32 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
33
34         * CodeGeneratorFromTypeTestBase.cs :
35           added GenerateGenericCodeTypeReferences() for generic type test.
36
37 2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
38
39         * IndentedTextWriterTest.cs: Added tests for Indent property.
40
41 2005-11-30  Sebastien Pouliot  <sebastien@ximian.com>
42
43         * CodeCompilerCas.cs: MS doesn't demand EnvironmentPermission under 
44         1.x.
45
46 2005-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
47
48         * CodeGeneratorFromTypeTestBase.cs: Modified GetMethodMembersType3 to 
49         add parameter with no name.
50
51 2005-11-02  Sebastien Pouliot  <sebastien@ximian.com>
52
53         * CodeCompilerCas.cs: New. CAS unit tests.
54         * ExecutorCas.cs: New. CAS unit tests.
55         * ExecutorTest.cs: New. Unit tests for Executor.
56
57 2005-11-01  Sebastien Pouliot  <sebastien@ximian.com>
58  
59         * CodeGeneratorCas.cs: New. CAS unit tests.
60
61 2005-11-01  Sebastien Pouliot  <sebastien@ximian.com> 
62
63         * CodeDomProviderCas.cs: New. CAS unit tests.
64
65 2005-10-28  Gert Driesen  <drieseng@users.sourceforge.net>
66
67         * CodeGeneratorTestBase.cs: Set eol-style to native.
68         * CodeGeneratorTest.cs: Set eol-style to native.
69         * CodeGeneratorFromTypeTestBase.cs: Added tests for 
70         CodeEntryPointMethod and bug #76580. Set eol-style to native.
71         * IndentedTextWriterTest.cs: Set eol-style to native.
72
73 2005-10-25  Sebastien Pouliot  <sebastien@ximian.com> 
74  
75         * CompilerErrorCas.cs: Under 1.x CompilerError is protected by a 
76         LinkDemand for Unrestricted.
77         * CompilerErrorCollectionCas.cs: Under 1.x CompilerError is protected
78         by a LinkDemand for Unrestricted.
79         * TempFileCollectionCas.cs: Moved precompiler directive to the right
80         method (to ignore a test under MS 1.x).
81
82 2005-10-25  Sebastien Pouliot  <sebastien@ximian.com>
83
84         * TempFileCollectionCas.cs: New. CAS unit tests.
85         * TempFileCollectionTest.cs: New. Very basic tests to check the 
86         behaviour of the TempDir property.
87
88 2005-10-24  Sebastien Pouliot  <sebastien@ximian.com>
89
90         * CodeGeneratorOptionsCas.cs: New. CAS unit tests.
91         * CodeGeneratorOptionsTest.cs: New. Unit tests.
92         * CodeParserCas.cs: New. CAS unit tests.
93         * CompilerErrorCas.cs: New. CAS unit tests.
94         * CompilerErrorCollectionCas.cs: New. CAS unit tests.
95         * CompilerInfoCas.cs: New. CAS unit tests.
96         * CompilerParametersCas.cs: New. CAS unit tests.
97         * CompilerResultsCas.cs: New. CAS unit tests.
98         * GeneratedCodeAttributeCas.cs: New. CAS unit tests.
99         * GeneratedCodeAttributeTest.cs: New. Unit tests.
100         * IndentedTextWriterCas.cs: New. CAS unit tests.
101
102 2005-10-15  Gert Driesen <drieseng@users.sourceforge.net>
103
104         * CodeGeneratorTestBase.cs: No longer keep instance of StringWriter to
105         allow GenerateCodeFromType to be executed multiple times with relying
106         on user to reset writer. Allow CodeGeneratorOptions to be passed in,
107         in order to support bracing style tests.
108         * CodeGeneratorFromTypeTestBase.cs: Modify Generate* methods to take
109         CodeGeneratorOptions instance and pass it on to GenerateCodeFromType.
110
111 2005-07-30  Gert Driesen <drieseng@users.sourceforge.net>
112
113         * CodeGeneratorFromTypeTestBase.cs: Added NewSlot tests.
114
115 2005-07-24  Gert Driesen <drieseng@users.sourceforge.net>
116
117         * CodeGeneratorTest.cs: Removed duplicate import of NUNit.Framework
118         namespace.
119         * CodeGeneratorFromTypeTestBase.cs: Added BaseTypes and 
120         TypeConstructor tests.
121
122 2005-07-21  Gert Driesen <drieseng@users.sourceforge.net>
123
124         * CodeGeneratorTest.cs: Added unit tests for CodeGenerator.IsCurrent*.
125
126 2005-07-21  Gert Driesen <drieseng@users.sourceforge.net>
127
128         * CodeGeneratorFromTypeTestBase.cs: Base class for unit tests for
129         CodeGenerator.GenerateCodeFromType.
130         * CodeGeneratorTestBase.cs: Base class for CodeGenerator unit tests.
131
132 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
133
134         * IndentedTextWriterTest.cs: added test for IndentedTextWriter
135
136