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