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