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