2005-10-04 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Drawing2D / ChangeLog
1 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * TestBlend.cs, TestColorBlend.cs, TestHatchBrush.cs, TestMatrix.cs:
4         Deny UnmanagedCode permission to all tests. This shows (when executed 
5         under MS runtime) that S.D API is safe and doesn't requires high 
6         privileges to run - even if we know that, deep down, this calls into 
7         GDI+.
8
9 2005-08-25 Jordi Mas i Hernandez <jordi@ximian.com>
10
11         * TestMatrix.cs: New test cases
12         
13 2005-08-24 Jordi Mas i Hernandez <jordi@ximian.com>
14
15         * TestMatrix.cs: New Matrix unit case
16
17 2004-06-03  Ravindra  <rkumar@novell.com>
18
19         * TestHatchBrush.cs: Added missing test cases for all the hatch
20         styles.
21
22 2004-05-18  Ravindra  <rkumar@novell.com>
23
24         * TestHatchBrush.cs: Added a test case for HatchBrush.cs.
25         * TestBlend.cs: dos2unix format and namespace changed to
26         MonoTests.System.Drawing.Drawing2D.
27         * TestColorBlend.cs: dos2unix format and namespace changed to
28         MonoTests.System.Drawing.Drawing2D.
29
30 2004-03-17  Ravindra  <rkumar@novell.com>
31
32         * TestBlend.cs: Added.
33         * TestColorBlend.cs: Added.
34
35 2004-03-17  Ravindra  <rkumar@novell.com>
36         * System.Drawing.Drawing2D: Created a repository for
37         System.Drawing.Drawing2D tests.
38         * ChangeLog: Added.