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