* ssapre-cee-ops.h: Renamed as "simple-cee-ops.h"
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Drawing2D / ChangeLog
1 2006-06-07  Sebastien Pouliot  <sebastien@ximian.com> 
2
3         * GraphicsPathTest.cs: Added test cases for IsOutlineVisible methods.
4
5 2006-06-01  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * TestHatchBrush.cs: Some were surprisingly similar until...
8
9 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com>
10
11         * GraphicsPathTest.cs: Ignore some test cases that aren't implemented 
12         in libgdiplus and have different results in MS 1.x/2.0 (or between
13         different executions, yuck).
14
15 2006-05-09  Sebastien Pouliot  <sebastien@ximian.com>
16
17         * PathGradientBrushTest.cs: New. Unit tests (mostly) based on the test
18         cases created for LinearGradientBrush.
19
20 2006-05-08  Sebastien Pouliot  <sebastien@ximian.com>
21
22         * GraphicsPathTest.cs: Added test cases for Widen and Wrap with empty
23         path (expected behaviour) and paths that have a single point (stranger
24         behaviour). Changed comments on GetBounds_WithPen test case as it will
25         probably never work under Mono due to difference in precisions.
26
27 2006-05-05  Sebastien Pouliot  <sebastien@ximian.com> 
28
29         * GraphicsPathTest.cs: Added more test cases for GetBounds and found
30         out the results are very imprecise when curves are used (hence 
31         difficult to test but much easier to implement ;-)
32
33 2006-05-03  Sebastien Pouliot  <sebastien@ximian.com> 
34
35         * LinearGradientBrushTest.cs: Added new test case for #78185 (from 
36         Bill Holmes).
37
38 2006-05-01  Sebastien Pouliot  <sebastien@ximian.com> 
39
40         * LinearGradientBrushTest.cs: Added new test case for #78179 (from 
41         Bill Holmes).
42
43 2006-04-28  Sebastien Pouliot  <sebastien@ximian.com> 
44  
45         * TestColorBlend.cs: Added new test cases to verify if the TODO were
46         still valid. Updated existing test cases to nunit 2.2 api.
47         * GraphicsPathTest.cs: Added new test cases for AddCurve and it's 
48         different behaviour (in some methods) when only two points are used 
49         to define a curve.
50
51 2006-04-27  Sebastien Pouliot  <sebastien@ximian.com>
52
53         * GraphicsPathTest.cs: Activate two unit tests where we use AddLines
54         to add a single point to a path.
55
56 2006-04-27  Sebastien Pouliot  <sebastien@ximian.com> 
57
58         * GraphicsPathTest.cs: Added new test cases for AddString.
59
60 2006-04-20  Sebastien Pouliot  <sebastien@ximian.com>
61
62         * LinearGradientBrushTest.cs: Remove "NonWorking" from many test 
63         cases. Added more test cases for non-invertible matrix and to ensure
64         all matrix-based transformation are correct.
65
66 2006-04-19  Sebastien Pouliot  <sebastien@ximian.com>
67
68         * GraphicsPathTest.cs: Add test cases for Wrap and Widen (most of them
69         are current "NotWorking").
70
71 2006-04-10  Sebastien Pouliot  <sebastien@ximian.com>
72
73         * TestMatrix.cs: Added new test cases for contructors accepting
74         rectangles and points.
75
76 2006-03-30  Sebastien Pouliot  <sebastien@ximian.com>
77
78         * LinearGradientBrushTest.cs: Added a bunch of test cases to check
79         for the "initial" matrix of the brush (which we don't set).
80         * TestMatrix.cs: Added test cases about matrix identity precision.
81
82 2006-03-29  Sebastien Pouliot  <sebastien@ximian.com>
83
84         * GraphicsPathTest.cs: Add test cases for every Add* method to check 
85         their (different) behaviour wrt starting and closing figures in the
86         path they are added.
87
88 2006-03-28  Sebastien Pouliot  <sebastien@ximian.com>
89
90         * TestMatrix.cs: Added new test cases.
91
92 2006-03-22  Sebastien Pouliot  <sebastien@ximian.com>
93
94         * LinearGradientBrushTest.cs: New. Some unit tests (moslty failing).
95
96 2006-03-14  Sebastien Pouliot  <sebastien@ximian.com>
97
98         * TestMatrix.cs: Added new test cases to test libgdiplus validations.
99
100 2006-03-13  Sebastien Pouliot  <sebastien@ximian.com>
101
102         * GraphicsPathTest.cs: Added new test cases for SetMarkers, 
103         ClearMarkers, CloseFigure and CloseAllFigures on an empty path.
104
105 2006-01-27  Sebastien Pouliot  <sebastien@ximian.com>
106
107         * GraphicsPathTest.cs: Removed "NotWorking" from existing Flatten 
108         tests and added more test cases (for each type of shape).
109
110 2006-01-16  Sebastien Pouliot  <sebastien@ximian.com>
111
112         * GraphicsPathTest.cs: Added test cases for GetBounds and re-activated
113         some parts of the tests that checked bounds (Add* tests).
114
115 2006-01-13  Sebastien Pouliot  <sebastien@ximian.com>
116
117         * GraphicsPathTest.cs: New. Added multiple test cases to check null
118         handling and how the points are generated for the Add* methods.
119         * PathDataTest.cs: New. Added clone test case.
120
121 2006-01-12  Sebastien Pouliot  <sebastien@ximian.com>
122
123         * GraphicsPathTest.cs: New. Basic test cases for empty path and 
124         cloning.
125         * PathDataTest.cs: New. Test cases for PathData.
126
127 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
128
129         * TestBlend.cs, TestColorBlend.cs, TestHatchBrush.cs, TestMatrix.cs:
130         Deny UnmanagedCode permission to all tests. This shows (when executed 
131         under MS runtime) that S.D API is safe and doesn't requires high 
132         privileges to run - even if we know that, deep down, this calls into 
133         GDI+.
134
135 2005-08-25 Jordi Mas i Hernandez <jordi@ximian.com>
136
137         * TestMatrix.cs: New test cases
138         
139 2005-08-24 Jordi Mas i Hernandez <jordi@ximian.com>
140
141         * TestMatrix.cs: New Matrix unit case
142
143 2004-06-03  Ravindra  <rkumar@novell.com>
144
145         * TestHatchBrush.cs: Added missing test cases for all the hatch
146         styles.
147
148 2004-05-18  Ravindra  <rkumar@novell.com>
149
150         * TestHatchBrush.cs: Added a test case for HatchBrush.cs.
151         * TestBlend.cs: dos2unix format and namespace changed to
152         MonoTests.System.Drawing.Drawing2D.
153         * TestColorBlend.cs: dos2unix format and namespace changed to
154         MonoTests.System.Drawing.Drawing2D.
155
156 2004-03-17  Ravindra  <rkumar@novell.com>
157
158         * TestBlend.cs: Added.
159         * TestColorBlend.cs: Added.
160
161 2004-03-17  Ravindra  <rkumar@novell.com>
162         * System.Drawing.Drawing2D: Created a repository for
163         System.Drawing.Drawing2D tests.
164         * ChangeLog: Added.