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