* PEAPI.cs: Clean up indentation. Split into ...
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / ChangeLog
1 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * BitmapCas.cs: New. CAS unit tests for Bitmap.
4         * GraphicsCas.cs: New. CAS unit tests for Graphics.
5         * ColorConverter.cs, ColorTranslator.cs, TestBrushes.cs, TestBitmap.cs
6         TestColor.cs, TestFont.cs, TestIcon.cs, TestIconConverter.cs,
7         TestImage.cs, TestImageConverter.cs, TestImageFormatConverter.cs,
8         TestPens.cs, TestPoint.cs, TestPointF.cs, TestPointConverter.cs,
9         TestRectangle.cs, TestRectangleF.cs, TestRectangleConverter.cs,
10         TestRegion.cs, TestSizeConverter.cs, TestSize.cs, TestSizeF.cs,
11         TestStringFormat.cs, TestSystemBrushes.cs, TestSystemPens.cs: Deny 
12         UnmanagedCode permission to all tests. This shows (when executed under
13         MS runtime) that S.D API is safe and doesn't requires high privileges
14         to run - even if we know that, deep down, this calls into GDI+.
15
16 2005-09-14 Jordi Mas i Hernandez <jordi@ximan.com>
17
18         * TestGraphics.cs: Adds default properties, properties set/get and save
19         and restore status test
20
21 2005-09-13 Jordi Mas i Hernandez <jordi@ximan.com>
22
23         * TestGraphics.cs: resets graphics object status before every SetClip test
24
25 2005-09-12 Gert Driesen <drieseng@users.sourceforge.net>
26
27         * TestImageConverter.cs: Re-enabled GetProperties test.
28         * TestPointConverter.cs: same.
29         * TestRectangleConverter.cs: same.
30         * TestSizeConverter.cs: same.
31
32 2005-09-06 Jordi Mas i Hernandez <jordi@ximan.com>
33
34         * TestImagge.cs: File not found exception, related to fix r49744
35         * TestBimap.cs: File not found exception, related to fix r49744
36
37 2005-09-06 Jordi Mas i Hernandez <jordi@ximan.com>
38
39         * TestGraphics.cs: New test case, only clipping for now
40
41 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
42
43         * TestPointConverter.cs: Use Assert class instead of deriving from
44         deprecated Assertion class. Tests now pass on both Mono and MS.NET.
45         * TestRectangleConverter.cs: same.
46         * TestSizeConverter.cs: same.
47
48 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
49
50         * ColorConverter.cs: Add hex string tests. Fixed tests to pass on
51         MS.NET.
52
53 2005-08-23 Jordi Mas i Hernandez <jordi@ximan.com>
54
55         * TestPens.cs: Add test for Equals method
56         * TestBrushes.cs: Add test for Equals method
57
58 2005-08-19 Jordi Mas i Hernandez <jordi@ximan.com>
59
60         * TestPointConverter.cs: Fixes and changes to make the test locale unsensitive
61         * TestRectangleConverter.cs: Fixes and changes to make the test locale unsensitive
62         * TestSizeConverter.cs:  Fixes and changes to make the test locale unsensitive
63         * ColorConverter.cs: Fixes and changes to make the test locale unsensitive
64
65 2005-08-17 Jordi Mas i Hernandez <jordi@ximan.com>
66
67         * TestRegion.cs: Adds many new cases for the new region implementation
68
69 2005-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
70
71         * ColorConverter.cs: Mono now also throws ArgumentException when
72         color value is not between 0 and 255.
73         * TestColor.cs: Added tests for invalid color values.
74         * TestRectangleConverter.cs: Fixed tests for conversion to/from 
75         string. Added tests that verify results using specific cultures.
76
77 2005-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
78
79         * ColorConverter.cs: Merged tests from TestColorConverter.cs. Fixed
80         tests using current culture.
81         * TestColorConverter.cs: Merged tests with ColorConverter.cs and 
82         removed.
83
84 2005-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
85
86         * TestColor.cs: Added test for ToString() on uninitialized color.
87         * TestColorConverter.cs: Added tests for ColorConverter.
88
89 2005-08-10 Jordi Mas i Hernandez <jordi@ximan.com>
90
91         * TestRegion.cs: new cases for Combine and Intersect
92
93 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
94
95         * TestRectangle.cs: Add new test.
96
97 2005-08-09  Andrew Skiba  <andrews@mainsoft.com>
98
99         * ColorConverter.cs, ColorTranslator.cs: added
100         * TestPointConverter.cs, TestRectangleConverter.cs, TestSizeConverter.cs: new
101         tests for convert to/from string
102
103 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
104
105         * Color.cs: many new testcases added
106
107 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
108
109         * Size.cs, SizeF.cs: GetHashCode and ToString tests
110
111 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
112
113         * TestRectangle.cs, TestRectangleF.cs: add new testcases
114
115 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
116
117         * TestPoint.cs: GetHashCode and ToString tests added
118         * TestPointF.cs: GetHashCode and ToString tests added, Addition and Substraction
119         tests improved
120
121 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
122
123         * TestPens.cs, TestSystemBrushes.cs, TestSystemPens.cs: don't rethrow exceptions, keep
124         the original stack trace.
125
126 2005-07-27  Andrew Skiba  <andrews@mainsoft.com>
127
128         * TestColor.cs: added tests for equality operators, IsEmpty property and fixed GetHBS
129         tests to use tolerance.
130
131 2005-05-10 Juraj Skripsky <juraj@hotfeet.ch>
132
133         * TestColor.cs: Added tests for GetHue, GetBrightness
134         and GetSaturation.
135
136 2005-02-24 Jordi Mas i Hernandez <jordi@ximan.com>
137         * TestRegion.cs: added new IsVisible cases
138
139 2004-06-22  Sanjay Gupta <gsanjay@novell.com>
140
141         * TestIconConverter.cs, TestImageConverter.cs: Commented out some tests.
142
143 2004-06-17  Ravindra <rkumar@novell.com>
144
145         * graphicsUi.cs: Formatted and moved to
146         Samples/System.Drawing directory.
147         * image1.cs: Formatted and renamed to bmpsave.cs. Moved to
148         Samples/System.Drawing directory.
149         * hering.cs: Formatted and moved to Samples/General directory.
150         * BmpPaint.cs: Ficed, formatted and moved to 
151         Samples/System.Drawing directory.
152         * font1.cs: Formatted and renamed to font.cs. Moved to
153         Samples/System.Drawing directory.
154
155 2004-06-10  Sanjay Gupta <gsanjay@novell.com>
156
157         * TestBitmap.cs: Corrected issues from my previous checkin.
158
159 2004-06-10  Sanjay Gupta <gsanjay@novell.com>
160
161         * TestImageFormatConverter.cs, TestStringFormat.cs: Removed 
162         dependency on obsolete class, Assertion from NUnit.
163
164 2004-06-09  Sanjay Gupta <gsanjay@novell.com>
165
166         * TestImageConverter.cs: Removed dependency on obsolete class, 
167         Assertion from NUnit.
168
169 2004-06-09  Sanjay Gupta <gsanjay@novell.com>
170
171         * TestBitmap.cs, TestIcon.cs, TestIconConverter.cs: Removed
172         dependency on obsolete class, Assertion from NUnit.
173
174 2004-05-27  Ravindra <rkumar@novell.com>
175
176         * TestRectangleConverter.cs: Ignored the test that is failing
177         because of bug #58435.
178         * TestPointConverter.cs: Same.
179         * TestSizeConverter.cs: Same.
180         * TestImageConverter.cs: Same.
181
182 2004-05-26 Sanjay Gupta <gsanjay@novell.com>
183
184         * TestImageFormatConverter.cs: Minor modification. Removed duplicate 
185         assertion numbers. 
186
187 2004-05-26 Ravindra <rkumar@novell.com>
188
189         * TestColor.cs: Added a test for testing ARGB values for all
190         the static color properties.
191
192 2004-05-20 Sanjay Gupta <gsanjay@novell.com>
193         
194         * TestIcon.cs: Added.
195         * bitmaps/smiley.ico: Added.
196
197 2004-05-18 Sanjay Gupta <gsanjay@novell.com>
198         
199         * TestImageFormatConverter.cs: Fixed issues with test case.
200
201 2004-05-18 Sanjay Gupta <gsanjay@novell.com>
202         
203         * TestImageConverter.cs: Fixed issues with test case.
204
205 2004-05-18 Sanjay Gupta <gsanjay@novell.com>
206         
207         * TestIconConverter.cs: Fixed issues with test case.
208
209 2004-05-18 Ravindra <rkumar@novell.com>
210
211         * TestHatchBrush.cs: Removed. Now, we have a better test for HatchBrush
212         this under Test/System.Drawing.Drawing2D directory.
213
214 2004-05-17 Sanjay Gupta <gsanjay@novell.com>
215                                                                                                          
216         * TestIconConverter.cs: Added.
217         * bitmaps/VisualPng.ico: Added
218         * bitmaps/VisualPng1.ico: Added
219
220 2004-05-14 Sanjay Gupta <gsanjay@novell.com>
221
222         * TestBitmap.cs: Modified method signature to static to be used in other file.
223         * TestImageConverter.cs: Added.
224         * TestImageFormatConverter.cs: Added
225
226 2004-05-12 Jordi Mas <jordi@ximan.com>
227         * TestBitmap.cs: added lockbitmap tests
228
229 2004-05-07 Jordi Mas <jordi@ximan.com>
230         * TestBitmap.cs: added rotation tests
231
232 2004-04-23  Ravindra <rkumar@novell.com>
233
234         * TestSystemPens.cs: Removed some unused exception variables.
235         * TestRectangleConverter.cs: Removed culture dependent tests.
236         * TestPointConverter.cs: Removed culture dependent tests.
237         * TestSizeConverter.cs: Removed culture dependent tests.
238         (These tests were not right because a constant culture specific string
239         was being parsed by using current culture of the thread. It resulted in
240         test failures when cultures do not match.)
241
242 2004-04-22  Ravindra <rkumar@novell.com>
243
244         * TestPointConverter.cs: Added.
245         * TestSizeConverter.cs: Added.
246
247 2004-04-22  Ravindra <rkumar@novell.com>
248
249         * TestRectangleConverter.cs: Added.
250
251 2004-04-21  Ravindra <rkumar@novell.com>
252
253         * TestPens.cs: Added.
254
255 2004-04-21  Ravindra <rkumar@novell.com>
256
257         * TestBrushes.cs: Added.
258
259 2004-04-16  Ravindra <rkumar@novell.com>
260
261         * TestSystemPens.cs: Added.
262
263 2004-03-13  Ravindra <rkumar@novell.com>
264
265         * TestSystemBrushes.cs: Added test fail conditions.
266
267 2004-03-12  Ravindra <rkumar@novell.com>
268
269         * TestSystemBrushes.cs: Added.
270
271 2004-03-17  Ravindra <rkumar@novell.com>
272         * TestHatchBrush.cs: Added.
273
274 2004-01-26  Ravindra <rkumar@novell.com>
275         * TestPointF.cs: Added.
276         * TestSize.cs: Added.
277         * TestSizeF: Added.
278
279 2004-01-16  Ravindra <rkumar@novell.com>
280         * BmpPaint.cs   did not run on .NET.
281         Modified to make it run on .NET. Specs say
282         "Do not save an image to the same stream
283         that was used to construct the image."
284
285 2003-07-30  Alexandre Pigolkine <pigolkine@gmx.de>
286         * BmpPaint.cs   modified
287
288 2003-06-28  Alexandre Pigolkine <pigolkine@gmx.de>
289         * hering.cs     save as Jpeg also
290
291 2003-06-22  Alexandre Pigolkine <pigolkine@gmx.de>
292         * font1.cs added
293
294 2003-06-17  Alexandre Pigolkine <pigolkine@gmx.de>
295         * hering.cs     added
296         
297 2003-06-15  Alexandre Pigolkine <pigolkine@gmx.de>
298         * BmpPaint.cs   ImageFormat specified for Save()
299         * image1.cs             added
300
301 2003-06-06  Alexandre Pigolkine <pigolkine@gmx.de>
302         * BmpPaint.cs   added
303
304 2001-10-31  Mike Kestner <mkestner@speakeasy.net>
305
306         * TestPoint.cs : Tests I've had in my node forever.
307