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