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