2008-12-08 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Drawing2D / ChangeLog
1 2008-11-01  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * GraphicsPathIteratorTest.cs: New. Add some (incomplete) unit 
4         tests for GraphicsPathIterator. Test cases are mostly to ensure 
5         null check compatibility with MS.
6         * LinearGradientBrushTest.cs: Add test case when setting null
7         on properties.
8         * PathGradientBrushTest.cs: Add test case when setting null
9         on properties.
10
11 2008-09-03  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * GraphicsPathTest.cs: Add unit test to check for an open curve
14         points.
15
16 2008-09-02  Sebastien Pouliot  <sebastien@ximian.com>
17
18         * GraphicsPathTest.cs: Add a bunch of unit tests to check when 
19         points can be compressed (removed) when adding shapes to a path.
20
21 2008-08-04  Sebastien Pouliot  <sebastien@ximian.com>
22
23         * GraphicsPathTest.cs: Add test case for "half" closed paths.
24         [Bug #413461]
25
26 2007-10-30  Sebastien Pouliot  <sebastien@ximian.com>
27
28         * GraphicsPathTest.cs: Added IsVisible test cases on ellipses 
29         (#325502)
30
31 2007-07-31  Sebastien Pouliot  <sebastien@ximian.com>
32
33         * GraphicsPathTest.cs: Added more test cases for Reverse based on the
34         C test cases provided in #81859.
35
36 2007-07-30  Sebastien Pouliot  <sebastien@ximian.com>
37
38         * GraphicsPathTest.cs: Added more test cases for Reverse, the complex
39         ones don't work yet (see #81859).
40
41 2007-03-30  Sebastien Pouliot  <sebastien@ximian.com> 
42
43         * TestMatrix.cs: Allow a small delta when comparing floats. This 
44         allows the ARM to work properly (e.g. -9.999995 versus -10).
45
46 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
47
48         * GraphicsPathTest.cs: Added test case for Reverse (and found out that
49         the types aren't reversed, only the points are).
50
51 2006-09-18      Boris Kirzner <borisk@mainsoft.com>
52
53         * TestColorBlend.cs,TestHatchBrush.cs : marked tests not working
54         for TARGET_JVM.
55
56 2006-08-16  Sebastien Pouliot  <sebastien@ximian.com>
57
58         * GraphicsPathTest.cs: Ignore some test cases if we cannot get any 
59         font family from GDI+.
60         * TestHatchBrush.cs: Ignore some test cases if we cannot get any font
61         family from GDI+. Update to NUnit 2.2+ and fix getOutSufix method
62
63 2006-06-09  Sebastien Pouliot  <sebastien@ximian.com> 
64
65         * GraphicsPathTest.cs: Added test cases for IsVisible methods.
66
67 2006-06-07  Sebastien Pouliot  <sebastien@ximian.com> 
68
69         * GraphicsPathTest.cs: Added test cases for IsOutlineVisible methods.
70
71 2006-06-01  Sebastien Pouliot  <sebastien@ximian.com>
72
73         * TestHatchBrush.cs: Some were surprisingly similar until...
74
75 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com>
76
77         * GraphicsPathTest.cs: Ignore some test cases that aren't implemented 
78         in libgdiplus and have different results in MS 1.x/2.0 (or between
79         different executions, yuck).
80
81 2006-05-09  Sebastien Pouliot  <sebastien@ximian.com>
82
83         * PathGradientBrushTest.cs: New. Unit tests (mostly) based on the test
84         cases created for LinearGradientBrush.
85
86 2006-05-08  Sebastien Pouliot  <sebastien@ximian.com>
87
88         * GraphicsPathTest.cs: Added test cases for Widen and Wrap with empty
89         path (expected behaviour) and paths that have a single point (stranger
90         behaviour). Changed comments on GetBounds_WithPen test case as it will
91         probably never work under Mono due to difference in precisions.
92
93 2006-05-05  Sebastien Pouliot  <sebastien@ximian.com> 
94
95         * GraphicsPathTest.cs: Added more test cases for GetBounds and found
96         out the results are very imprecise when curves are used (hence 
97         difficult to test but much easier to implement ;-)
98
99 2006-05-03  Sebastien Pouliot  <sebastien@ximian.com> 
100
101         * LinearGradientBrushTest.cs: Added new test case for #78185 (from 
102         Bill Holmes).
103
104 2006-05-01  Sebastien Pouliot  <sebastien@ximian.com> 
105
106         * LinearGradientBrushTest.cs: Added new test case for #78179 (from 
107         Bill Holmes).
108
109 2006-04-28  Sebastien Pouliot  <sebastien@ximian.com> 
110  
111         * TestColorBlend.cs: Added new test cases to verify if the TODO were
112         still valid. Updated existing test cases to nunit 2.2 api.
113         * GraphicsPathTest.cs: Added new test cases for AddCurve and it's 
114         different behaviour (in some methods) when only two points are used 
115         to define a curve.
116
117 2006-04-27  Sebastien Pouliot  <sebastien@ximian.com>
118
119         * GraphicsPathTest.cs: Activate two unit tests where we use AddLines
120         to add a single point to a path.
121
122 2006-04-27  Sebastien Pouliot  <sebastien@ximian.com> 
123
124         * GraphicsPathTest.cs: Added new test cases for AddString.
125
126 2006-04-20  Sebastien Pouliot  <sebastien@ximian.com>
127
128         * LinearGradientBrushTest.cs: Remove "NonWorking" from many test 
129         cases. Added more test cases for non-invertible matrix and to ensure
130         all matrix-based transformation are correct.
131
132 2006-04-19  Sebastien Pouliot  <sebastien@ximian.com>
133
134         * GraphicsPathTest.cs: Add test cases for Wrap and Widen (most of them
135         are current "NotWorking").
136
137 2006-04-10  Sebastien Pouliot  <sebastien@ximian.com>
138
139         * TestMatrix.cs: Added new test cases for contructors accepting
140         rectangles and points.
141
142 2006-03-30  Sebastien Pouliot  <sebastien@ximian.com>
143
144         * LinearGradientBrushTest.cs: Added a bunch of test cases to check
145         for the "initial" matrix of the brush (which we don't set).
146         * TestMatrix.cs: Added test cases about matrix identity precision.
147
148 2006-03-29  Sebastien Pouliot  <sebastien@ximian.com>
149
150         * GraphicsPathTest.cs: Add test cases for every Add* method to check 
151         their (different) behaviour wrt starting and closing figures in the
152         path they are added.
153
154 2006-03-28  Sebastien Pouliot  <sebastien@ximian.com>
155
156         * TestMatrix.cs: Added new test cases.
157
158 2006-03-22  Sebastien Pouliot  <sebastien@ximian.com>
159
160         * LinearGradientBrushTest.cs: New. Some unit tests (moslty failing).
161
162 2006-03-14  Sebastien Pouliot  <sebastien@ximian.com>
163
164         * TestMatrix.cs: Added new test cases to test libgdiplus validations.
165
166 2006-03-13  Sebastien Pouliot  <sebastien@ximian.com>
167
168         * GraphicsPathTest.cs: Added new test cases for SetMarkers, 
169         ClearMarkers, CloseFigure and CloseAllFigures on an empty path.
170
171 2006-01-27  Sebastien Pouliot  <sebastien@ximian.com>
172
173         * GraphicsPathTest.cs: Removed "NotWorking" from existing Flatten 
174         tests and added more test cases (for each type of shape).
175
176 2006-01-16  Sebastien Pouliot  <sebastien@ximian.com>
177
178         * GraphicsPathTest.cs: Added test cases for GetBounds and re-activated
179         some parts of the tests that checked bounds (Add* tests).
180
181 2006-01-13  Sebastien Pouliot  <sebastien@ximian.com>
182
183         * GraphicsPathTest.cs: New. Added multiple test cases to check null
184         handling and how the points are generated for the Add* methods.
185         * PathDataTest.cs: New. Added clone test case.
186
187 2006-01-12  Sebastien Pouliot  <sebastien@ximian.com>
188
189         * GraphicsPathTest.cs: New. Basic test cases for empty path and 
190         cloning.
191         * PathDataTest.cs: New. Test cases for PathData.
192
193 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
194
195         * TestBlend.cs, TestColorBlend.cs, TestHatchBrush.cs, TestMatrix.cs:
196         Deny UnmanagedCode permission to all tests. This shows (when executed 
197         under MS runtime) that S.D API is safe and doesn't requires high 
198         privileges to run - even if we know that, deep down, this calls into 
199         GDI+.
200
201 2005-08-25 Jordi Mas i Hernandez <jordi@ximian.com>
202
203         * TestMatrix.cs: New test cases
204         
205 2005-08-24 Jordi Mas i Hernandez <jordi@ximian.com>
206
207         * TestMatrix.cs: New Matrix unit case
208
209 2004-06-03  Ravindra  <rkumar@novell.com>
210
211         * TestHatchBrush.cs: Added missing test cases for all the hatch
212         styles.
213
214 2004-05-18  Ravindra  <rkumar@novell.com>
215
216         * TestHatchBrush.cs: Added a test case for HatchBrush.cs.
217         * TestBlend.cs: dos2unix format and namespace changed to
218         MonoTests.System.Drawing.Drawing2D.
219         * TestColorBlend.cs: dos2unix format and namespace changed to
220         MonoTests.System.Drawing.Drawing2D.
221
222 2004-03-17  Ravindra  <rkumar@novell.com>
223
224         * TestBlend.cs: Added.
225         * TestColorBlend.cs: Added.
226
227 2004-03-17  Ravindra  <rkumar@novell.com>
228         * System.Drawing.Drawing2D: Created a repository for
229         System.Drawing.Drawing2D tests.
230         * ChangeLog: Added.