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