10a0870e853121b6a985e46f156497dcf14bc8b7
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Drawing2D / ChangeLog
1 2006-05-01  Sebastien Pouliot  <sebastien@ximian.com> 
2
3         * LinearGradientBrushTest.cs: Added new test case for #78179 (from 
4         Bill Holmes).
5
6 2006-04-28  Sebastien Pouliot  <sebastien@ximian.com> 
7  
8         * TestColorBlend.cs: Added new test cases to verify if the TODO were
9         still valid. Updated existing test cases to nunit 2.2 api.
10         * GraphicsPathTest.cs: Added new test cases for AddCurve and it's 
11         different behaviour (in some methods) when only two points are used 
12         to define a curve.
13
14 2006-04-27  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * GraphicsPathTest.cs: Activate two unit tests where we use AddLines
17         to add a single point to a path.
18
19 2006-04-27  Sebastien Pouliot  <sebastien@ximian.com> 
20
21         * GraphicsPathTest.cs: Added new test cases for AddString.
22
23 2006-04-20  Sebastien Pouliot  <sebastien@ximian.com>
24
25         * LinearGradientBrushTest.cs: Remove "NonWorking" from many test 
26         cases. Added more test cases for non-invertible matrix and to ensure
27         all matrix-based transformation are correct.
28
29 2006-04-19  Sebastien Pouliot  <sebastien@ximian.com>
30
31         * GraphicsPathTest.cs: Add test cases for Wrap and Widen (most of them
32         are current "NotWorking").
33
34 2006-04-10  Sebastien Pouliot  <sebastien@ximian.com>
35
36         * TestMatrix.cs: Added new test cases for contructors accepting
37         rectangles and points.
38
39 2006-03-30  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * LinearGradientBrushTest.cs: Added a bunch of test cases to check
42         for the "initial" matrix of the brush (which we don't set).
43         * TestMatrix.cs: Added test cases about matrix identity precision.
44
45 2006-03-29  Sebastien Pouliot  <sebastien@ximian.com>
46
47         * GraphicsPathTest.cs: Add test cases for every Add* method to check 
48         their (different) behaviour wrt starting and closing figures in the
49         path they are added.
50
51 2006-03-28  Sebastien Pouliot  <sebastien@ximian.com>
52
53         * TestMatrix.cs: Added new test cases.
54
55 2006-03-22  Sebastien Pouliot  <sebastien@ximian.com>
56
57         * LinearGradientBrushTest.cs: New. Some unit tests (moslty failing).
58
59 2006-03-14  Sebastien Pouliot  <sebastien@ximian.com>
60
61         * TestMatrix.cs: Added new test cases to test libgdiplus validations.
62
63 2006-03-13  Sebastien Pouliot  <sebastien@ximian.com>
64
65         * GraphicsPathTest.cs: Added new test cases for SetMarkers, 
66         ClearMarkers, CloseFigure and CloseAllFigures on an empty path.
67
68 2006-01-27  Sebastien Pouliot  <sebastien@ximian.com>
69
70         * GraphicsPathTest.cs: Removed "NotWorking" from existing Flatten 
71         tests and added more test cases (for each type of shape).
72
73 2006-01-16  Sebastien Pouliot  <sebastien@ximian.com>
74
75         * GraphicsPathTest.cs: Added test cases for GetBounds and re-activated
76         some parts of the tests that checked bounds (Add* tests).
77
78 2006-01-13  Sebastien Pouliot  <sebastien@ximian.com>
79
80         * GraphicsPathTest.cs: New. Added multiple test cases to check null
81         handling and how the points are generated for the Add* methods.
82         * PathDataTest.cs: New. Added clone test case.
83
84 2006-01-12  Sebastien Pouliot  <sebastien@ximian.com>
85
86         * GraphicsPathTest.cs: New. Basic test cases for empty path and 
87         cloning.
88         * PathDataTest.cs: New. Test cases for PathData.
89
90 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
91
92         * TestBlend.cs, TestColorBlend.cs, TestHatchBrush.cs, TestMatrix.cs:
93         Deny UnmanagedCode permission to all tests. This shows (when executed 
94         under MS runtime) that S.D API is safe and doesn't requires high 
95         privileges to run - even if we know that, deep down, this calls into 
96         GDI+.
97
98 2005-08-25 Jordi Mas i Hernandez <jordi@ximian.com>
99
100         * TestMatrix.cs: New test cases
101         
102 2005-08-24 Jordi Mas i Hernandez <jordi@ximian.com>
103
104         * TestMatrix.cs: New Matrix unit case
105
106 2004-06-03  Ravindra  <rkumar@novell.com>
107
108         * TestHatchBrush.cs: Added missing test cases for all the hatch
109         styles.
110
111 2004-05-18  Ravindra  <rkumar@novell.com>
112
113         * TestHatchBrush.cs: Added a test case for HatchBrush.cs.
114         * TestBlend.cs: dos2unix format and namespace changed to
115         MonoTests.System.Drawing.Drawing2D.
116         * TestColorBlend.cs: dos2unix format and namespace changed to
117         MonoTests.System.Drawing.Drawing2D.
118
119 2004-03-17  Ravindra  <rkumar@novell.com>
120
121         * TestBlend.cs: Added.
122         * TestColorBlend.cs: Added.
123
124 2004-03-17  Ravindra  <rkumar@novell.com>
125         * System.Drawing.Drawing2D: Created a repository for
126         System.Drawing.Drawing2D tests.
127         * ChangeLog: Added.