4509aa523c829f1657f9725626ff5e853f59743f
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Drawing2D / ChangeLog
1 2006-01-16  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * GraphicsPathTest.cs: Added test cases for GetBounds and re-activated
4         some parts of the tests that checked bounds (Add* tests).
5
6 2006-01-13  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * GraphicsPathTest.cs: New. Added multiple test cases to check null
9         handling and how the points are generated for the Add* methods.
10         * PathDataTest.cs: New. Added clone test case.
11
12 2006-01-12  Sebastien Pouliot  <sebastien@ximian.com>
13
14         * GraphicsPathTest.cs: New. Basic test cases for empty path and 
15         cloning.
16         * PathDataTest.cs: New. Test cases for PathData.
17
18 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
19
20         * TestBlend.cs, TestColorBlend.cs, TestHatchBrush.cs, TestMatrix.cs:
21         Deny UnmanagedCode permission to all tests. This shows (when executed 
22         under MS runtime) that S.D API is safe and doesn't requires high 
23         privileges to run - even if we know that, deep down, this calls into 
24         GDI+.
25
26 2005-08-25 Jordi Mas i Hernandez <jordi@ximian.com>
27
28         * TestMatrix.cs: New test cases
29         
30 2005-08-24 Jordi Mas i Hernandez <jordi@ximian.com>
31
32         * TestMatrix.cs: New Matrix unit case
33
34 2004-06-03  Ravindra  <rkumar@novell.com>
35
36         * TestHatchBrush.cs: Added missing test cases for all the hatch
37         styles.
38
39 2004-05-18  Ravindra  <rkumar@novell.com>
40
41         * TestHatchBrush.cs: Added a test case for HatchBrush.cs.
42         * TestBlend.cs: dos2unix format and namespace changed to
43         MonoTests.System.Drawing.Drawing2D.
44         * TestColorBlend.cs: dos2unix format and namespace changed to
45         MonoTests.System.Drawing.Drawing2D.
46
47 2004-03-17  Ravindra  <rkumar@novell.com>
48
49         * TestBlend.cs: Added.
50         * TestColorBlend.cs: Added.
51
52 2004-03-17  Ravindra  <rkumar@novell.com>
53         * System.Drawing.Drawing2D: Created a repository for
54         System.Drawing.Drawing2D tests.
55         * ChangeLog: Added.