Implemented Servlet session management. Servlet hosting moved to Mainsoft.Web package
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Imaging / ChangeLog
1 2006-12-21  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * TestImageAttributes.cs: Added test cases for #80323 for ColorMatrix
4         using alpha values (with or without an original alpha-based color).
5
6 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * MetaHeaderTest.cs: New. Unit tests for MetaHeader.
9         * WmfPlaceableFileHeaderTest.cs: New. Unit tests for 
10         WmfPlaceableFileHeader.
11
12 2006-09-18      Boris Kirzner <borisk@mainsoft.com>
13
14         * TestBmpCodec.cs,TestColorMatrix.cs,TestJpegCodec.cs : mark tests
15         not working in TARGET_JVM.
16
17 2006-09-16  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * GifCodecTest.cs: Change filename for Save to ease debugging. 
20         * IconCodecTest.cs: Change filename for Save to ease debugging. 
21         * PngCodecTest.cs: Change filename for Save to ease debugging. Change
22         color from Red to BlueViolet for lossless formats.
23         * TestBmpCodec.cs: Change filename for Save to ease debugging. Change
24         color from Red to BlueViolet for lossless formats. 
25         * TestJpegCodec.cs: Change filename for Save to ease debugging.
26         * TiffCodecTest.cs: Change filename for Save to ease debugging. Change
27         color from Red to BlueViolet for lossless formats.
28
29 2006-09-15  Sebastien Pouliot  <sebastien@ximian.com>
30
31         * GifCodecTest.cs, IconCodecTest.cs, PngCodecTest.cs, TestBmpCodec.cs,
32           TestJpegCodec.cs, TiffCodecTest.cs: Refactor Save test case to check
33         convertions between pixel formats.
34
35 2006-09-12      Boris Kirzner <borisk@mainsoft.com>
36
37         * TestBmpCodec.cs, TestJpegCodec.cs: ifdef unsafe code 
38         for TARGET_JVM.
39
40 2006-09-01  Sebastien Pouliot  <sebastien@ximian.com>
41
42         * GifCodecTest.cs: New. Unit tests for GIF codec.
43         * IconCodecTest.cs: New. Unit tests for ICON codec (not working).
44         * PngCodecTest.cs: New. Unit tests for PNG codec.
45         * TiffCodecTest.cs: New. Unit tests for TIFF codec.
46
47 2006-08-31  Sebastien Pouliot  <sebastien@ximian.com>
48
49         * TestBmpCodec.cs: Add more test cases for 1, 8 and 32 bbp bitmaps
50         including checks for Pixels and BitmapData.
51         * TestImageCodecInfo.cs: Fix namespace and class name.
52         * TestJpegCodec.cs: Reactivate the tests (not sure why they were 
53         commented). Added test cases for Pixel and BitmapData (NotWorking).
54
55 2006-08-25  Sebastien Pouliot  <sebastien@ximian.com>
56
57         * TestBmpCodec.cs: Add pixel value tests to a well known bitmap.
58
59 2006-08-24  Sebastien Pouliot  <sebastien@ximian.com>
60
61         * TestColorMatrix.cs: Add test cases for error handling inside ctor and
62         for testing each field with a different value.
63
64 2006-07-19  Sebastien Pouliot  <sebastien@ximian.com>
65
66         * TestImageFormat.cs: Added test cases for well known image format
67         (which returns a human readable name when the ImageFormat comes from
68         the static properties).
69
70 2006-06-30  Sebastien Pouliot  <sebastien@ximian.com>
71
72         * TestImageAttribute.cs: Fix namespace and split test for easier 
73         search of a memory leak.
74
75 2006-05-29  Sebastien Pouliot  <sebastien@ximian.com>
76
77         * TestImageFormat.cs: Added test cases for Equals and GetHashCode.
78
79 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com>
80
81         * TestImageFormat.cs: Update ToString expected outputs to match MS.
82
83 2006-05-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
84
85         * TestBmpCodec.cs: Bitmap24bitFeatures works now.
86
87 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
88
89         * TestBmpCodec.cs: Marked the 24bit test as not working until
90           bug #78189 is fixed.
91
92 2006-01-25 Boris Kirzner <borisk@mainsoft.com>
93         *TestBmpCodec.cs, TestImageAttributes.cs, TestImageCodecInfo.cs:
94         added #ifdef for TARGET_JVM.
95
96 2005-11-13  Kornél Pál  <kornelpal@hotmail.com>
97
98         * TestImageFormat.cs: Added ToStringTest.
99
100 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
101
102         *  TestImageFormat.cs: New test unit
103
104 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
105
106         * TestBmpCodec.cs, TestColorMatrix.cs, TestImageAttributes.cs, 
107         TestImageCodecInfo.cs, TestJpegCodec.cs: Deny UnmanagedCode permission
108         to all tests. This shows (when executed under MS runtime) that S.D API
109         is safe and doesn't requires high privileges to run - even if we know
110         that, deep down, this calls into GDI+.
111
112 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
113
114         *  TestBmpCodec.cs: Enable PixelFormat tests                                                  
115
116 2005-08-16  Andrew Skiba <andrews@mainsoft.com>
117
118         * TestImageCodecInfo.cs: use regular expressions for results that may vary
119         while still in correct format, so same tests can be used for jvm
120
121 2005-08-09  Andrew Skiba <andrews@mainsoft.com>
122
123         * TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension,
124         Flags, FormatDescription, MimeType properties checked
125
126 2005-08-09  Andrew Skiba <andrews@mainsoft.com>
127
128         * TestImageCodecInfo.cs: refactor to make possible to add tests for all
129         properties, not only FormatID.
130
131 2004-03-22  Jordi Mas i Hernandez <jordi@ximian.com>
132                                                                                 
133         * TestColorMatrix.cs: added test case
134         * TestImageAttributes.cs: added test case
135
136 2004-06-10  Sanjay Gupta <gsanjay@novell.com>
137                                                                                 
138         * TestBmpCodec.cs, TestImageCodecInfo.cs, TestJpedCodec.cs: Removed
139         dependency on obsolete class, Assertion from NUnit.
140
141 2004-03-17  Ravindra  <rkumar@novell.com>
142         * Created this repository for System.Drawing.Imaging tests.
143         * ChangeLog: Added.