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