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