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