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