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