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