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