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