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