merge from trunk revisions 58933, 58935, 58936
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Imaging / ChangeLog
1 2005-11-13  Kornél Pál  <kornelpal@hotmail.com>
2
3         * TestImageFormat.cs: Added ToStringTest.
4
5 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
6
7         *  TestImageFormat.cs: New test unit
8
9 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
10
11         * TestBmpCodec.cs, TestColorMatrix.cs, TestImageAttributes.cs, 
12         TestImageCodecInfo.cs, TestJpegCodec.cs: Deny UnmanagedCode permission
13         to all tests. This shows (when executed under MS runtime) that S.D API
14         is safe and doesn't requires high privileges to run - even if we know
15         that, deep down, this calls into GDI+.
16
17 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
18
19         *  TestBmpCodec.cs: Enable PixelFormat tests                                                  
20
21 2005-08-16  Andrew Skiba <andrews@mainsoft.com>
22
23         * TestImageCodecInfo.cs: use regular expressions for results that may vary
24         while still in correct format, so same tests can be used for jvm
25
26 2005-08-09  Andrew Skiba <andrews@mainsoft.com>
27
28         * TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension,
29         Flags, FormatDescription, MimeType properties checked
30
31 2005-08-09  Andrew Skiba <andrews@mainsoft.com>
32
33         * TestImageCodecInfo.cs: refactor to make possible to add tests for all
34         properties, not only FormatID.
35
36 2004-03-22  Jordi Mas i Hernandez <jordi@ximian.com>
37                                                                                 
38         * TestColorMatrix.cs: added test case
39         * TestImageAttributes.cs: added test case
40
41 2004-06-10  Sanjay Gupta <gsanjay@novell.com>
42                                                                                 
43         * TestBmpCodec.cs, TestImageCodecInfo.cs, TestJpedCodec.cs: Removed
44         dependency on obsolete class, Assertion from NUnit.
45
46 2004-03-17  Ravindra  <rkumar@novell.com>
47         * Created this repository for System.Drawing.Imaging tests.
48         * ChangeLog: Added.