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