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