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