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