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