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