2007-04-16 Sebastien Pouliot <sebastien@ximian.com>
[mcs.git] / class / System.Drawing / Test / System.Drawing.Imaging / ChangeLog
blob0ce1e0badb2507cddc0420c47288acb1d4f77067
1 2007-04-16  Sebastien Pouliot  <sebastien@ximian.com>
3         * GifCodecTest.cs: Fix typo and add Stride check.
4         * IconCodecTest.cs: Fix typo.
5         * PngCodecTest.cs: Fix typo and add Stride check.
6         * TiffCodecTest.cs: Fix typo.
8 2007-04-12  Sebastien Pouliot  <sebastien@ximian.com>
10         * TestBmpCodec.cs: Reenable some NotWorking test case.
11         * TestJpegCodec.cs: Reenable some NotWorking test case.
12         * TiffCodecTest.cs: Reenable some NotWorking test case.
14 2007-04-11  Sebastien Pouliot  <sebastien@ximian.com>
16         * GifCodecTest.cs: Reenable some NotWorking test cases.
17         * IconCodecTest.cs: Reenable some NotWorking test cases.
18         * PngCodecTest.cs: Reenable some NotWorking test cases.
20 2007-04-10  Sebastien Pouliot  <sebastien@ximian.com> 
22         * GifCodecTest.cs: Fix Save* test cases to check 8bpp indexed for all
23         GIF saved. Added comments to why we're not getting the "right" Red.
24         * TestBmpCodec.cs: Remove "NotWorking" from Bitmap32bitPixels test 
25         case. The file is a 32bpp RGB (no alpha).
27 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
29         * TiffCodecTest.cs: Ignore both SPARC bots by using the HostIgnoreList
30         mechanism.
32 2007-03-15  Sebastien Pouliot  <sebastien@ximian.com> 
34         * EmfPlusRecordTypeTest.cs: New. Unit tests.
35         * TestColorMatrix.cs: Added some test case and reworked existing to
36         fix expected/actual results and add test descriptions (which should 
37         help find where the endian issue is hiding).
39 2007-03-14  Sebastien Pouliot  <sebastien@ximian.com> 
41         * GifCodecTest.cs: Add test cases for a GIF87a image - which is the 
42         format that GDI+ save GIF files (even if the original was a GIF89a).
44 2007-03-09  Sebastien Pouliot  <sebastien@ximian.com> 
46         * MetafileTest.cs: New. Metafile unit tests.
48 2007-02-16  Sebastien Pouliot  <sebastien@ximian.com>
50         * TestImageCodecInfo.cs: Add missing test case for TIFF codec;
52 2007-02-08  Sebastien Pouliot  <sebastien@ximian.com>
54         * TestBmpCodec.cs: Add test case for non-inverted bitmaps #80751
56 2007-01-15  Sebastien Pouliot  <sebastien@ximian.com>
58         * IconCodecTest.cs: New test case to check 32bpp (XP) icons.
60 2007-01-11  Sebastien Pouliot  <sebastien@ximian.com>
62         * IconCodecTest.cs: New test case to check loading from an Icon then
63         create a Bitmap from the Image. Some properties are changed in the
64         process (e.g. palette, flags).
66 2007-01-10  Sebastien Pouliot  <sebastien@ximian.com>
68         * IconCodecTest.cs: Add test cases for 48x48, 64x64 and 96x96 icons.
69         Fix test cases for 16x16 and 32x32 icons. Add test cases for 256 
70         colors and monochrome icons. Remove NotWorking from most tests.
72 2007-01-08  Sebastien Pouliot  <sebastien@ximian.com>
74         * IconCodecTest.cs: Remove [Ignore] and replace with NotWorking.
75         * TestImageCodecInfo.cs: Add test for new encoders/decoders and 
76         signature masks and patterns.
78 2006-12-21  Sebastien Pouliot  <sebastien@ximian.com>
80         * TestImageAttributes.cs: Added test cases for #80323 for ColorMatrix
81         using alpha values (with or without an original alpha-based color).
83 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
85         * MetaHeaderTest.cs: New. Unit tests for MetaHeader.
86         * WmfPlaceableFileHeaderTest.cs: New. Unit tests for 
87         WmfPlaceableFileHeader.
89 2006-09-18      Boris Kirzner <borisk@mainsoft.com>
91         * TestBmpCodec.cs,TestColorMatrix.cs,TestJpegCodec.cs : mark tests
92         not working in TARGET_JVM.
94 2006-09-16  Sebastien Pouliot  <sebastien@ximian.com>
96         * GifCodecTest.cs: Change filename for Save to ease debugging. 
97         * IconCodecTest.cs: Change filename for Save to ease debugging. 
98         * PngCodecTest.cs: Change filename for Save to ease debugging. Change
99         color from Red to BlueViolet for lossless formats.
100         * TestBmpCodec.cs: Change filename for Save to ease debugging. Change
101         color from Red to BlueViolet for lossless formats. 
102         * TestJpegCodec.cs: Change filename for Save to ease debugging.
103         * TiffCodecTest.cs: Change filename for Save to ease debugging. Change
104         color from Red to BlueViolet for lossless formats.
106 2006-09-15  Sebastien Pouliot  <sebastien@ximian.com>
108         * GifCodecTest.cs, IconCodecTest.cs, PngCodecTest.cs, TestBmpCodec.cs,
109           TestJpegCodec.cs, TiffCodecTest.cs: Refactor Save test case to check
110         convertions between pixel formats.
112 2006-09-12      Boris Kirzner <borisk@mainsoft.com>
114         * TestBmpCodec.cs, TestJpegCodec.cs: ifdef unsafe code 
115         for TARGET_JVM.
117 2006-09-01  Sebastien Pouliot  <sebastien@ximian.com>
119         * GifCodecTest.cs: New. Unit tests for GIF codec.
120         * IconCodecTest.cs: New. Unit tests for ICON codec (not working).
121         * PngCodecTest.cs: New. Unit tests for PNG codec.
122         * TiffCodecTest.cs: New. Unit tests for TIFF codec.
124 2006-08-31  Sebastien Pouliot  <sebastien@ximian.com>
126         * TestBmpCodec.cs: Add more test cases for 1, 8 and 32 bbp bitmaps
127         including checks for Pixels and BitmapData.
128         * TestImageCodecInfo.cs: Fix namespace and class name.
129         * TestJpegCodec.cs: Reactivate the tests (not sure why they were 
130         commented). Added test cases for Pixel and BitmapData (NotWorking).
132 2006-08-25  Sebastien Pouliot  <sebastien@ximian.com>
134         * TestBmpCodec.cs: Add pixel value tests to a well known bitmap.
136 2006-08-24  Sebastien Pouliot  <sebastien@ximian.com>
138         * TestColorMatrix.cs: Add test cases for error handling inside ctor and
139         for testing each field with a different value.
141 2006-07-19  Sebastien Pouliot  <sebastien@ximian.com>
143         * TestImageFormat.cs: Added test cases for well known image format
144         (which returns a human readable name when the ImageFormat comes from
145         the static properties).
147 2006-06-30  Sebastien Pouliot  <sebastien@ximian.com>
149         * TestImageAttribute.cs: Fix namespace and split test for easier 
150         search of a memory leak.
152 2006-05-29  Sebastien Pouliot  <sebastien@ximian.com>
154         * TestImageFormat.cs: Added test cases for Equals and GetHashCode.
156 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com>
158         * TestImageFormat.cs: Update ToString expected outputs to match MS.
160 2006-05-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
162         * TestBmpCodec.cs: Bitmap24bitFeatures works now.
164 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
166         * TestBmpCodec.cs: Marked the 24bit test as not working until
167           bug #78189 is fixed.
169 2006-01-25 Boris Kirzner <borisk@mainsoft.com>
170         *TestBmpCodec.cs, TestImageAttributes.cs, TestImageCodecInfo.cs:
171         added #ifdef for TARGET_JVM.
173 2005-11-13  Kornél Pál  <kornelpal@hotmail.com>
175         * TestImageFormat.cs: Added ToStringTest.
177 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
179         *  TestImageFormat.cs: New test unit
181 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
183         * TestBmpCodec.cs, TestColorMatrix.cs, TestImageAttributes.cs, 
184         TestImageCodecInfo.cs, TestJpegCodec.cs: Deny UnmanagedCode permission
185         to all tests. This shows (when executed under MS runtime) that S.D API
186         is safe and doesn't requires high privileges to run - even if we know
187         that, deep down, this calls into GDI+.
189 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
191         *  TestBmpCodec.cs: Enable PixelFormat tests                                                  
193 2005-08-16  Andrew Skiba <andrews@mainsoft.com>
195         * TestImageCodecInfo.cs: use regular expressions for results that may vary
196         while still in correct format, so same tests can be used for jvm
198 2005-08-09  Andrew Skiba <andrews@mainsoft.com>
200         * TestImageCodecInfo.cs: FormatID, CodecName, DllName, FilenameExtension,
201         Flags, FormatDescription, MimeType properties checked
203 2005-08-09  Andrew Skiba <andrews@mainsoft.com>
205         * TestImageCodecInfo.cs: refactor to make possible to add tests for all
206         properties, not only FormatID.
208 2004-03-22  Jordi Mas i Hernandez <jordi@ximian.com>
209                                                                                 
210         * TestColorMatrix.cs: added test case
211         * TestImageAttributes.cs: added test case
213 2004-06-10  Sanjay Gupta <gsanjay@novell.com>
214                                                                                 
215         * TestBmpCodec.cs, TestImageCodecInfo.cs, TestJpedCodec.cs: Removed
216         dependency on obsolete class, Assertion from NUnit.
218 2004-03-17  Ravindra  <rkumar@novell.com>
219         * Created this repository for System.Drawing.Imaging tests.
220         * ChangeLog: Added.