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