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