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