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