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