New test.
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / ChangeLog
1 2006-10-03      Boris Kirzner <borisk@mainsoft.com>
2
3         * TestStringFormat.cs: mark tests not working in TARGET_JVM.
4
5 2006-09-29  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * TestGraphics.cs: Convert unit tests to 2.2 API so we can Ignore some
8         tests dynamically (when fonts aren't installed).
9
10 2006-09-28  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * TestGraphics.cs: Added test cases for bug #77699 (with and without 
13         wrapping).
14
15 2006-09-26      Boris Kirzner <borisk@mainsoft.com>
16
17         * TestStringFormat.cs: fix build for TARGET_JVM.
18
19 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * TestGraphics.cs: Added more test cases for MeasureCharacterRanges,
22         like handling bad ranges (start, length) and hotkey prefix handling.
23
24 2006-09-21  Sebastien Pouliot  <sebastien@ximian.com> 
25
26         * GDIPlusTest.cs: Added test cases for GdipGetStringFormatTabStops and
27         GdipSetStringFormatTabStops functions.
28         * TestStringFormat.cs: Added a more complex test case for Clone.
29
30 2006-09-19  Sebastien Pouliot  <sebastien@ximian.com> 
31
32         * GDIPlusTest.cs: Added test cases for GdipMeasureCharacterRanges and
33         StringFormat functions.
34         * TestGraphics.cs: Avoid test cases failure if the font object can't 
35         be created during fixture's setup.
36         * TestStringFormat.cs: Increased coverage of the unit tests.
37
38 2006-09-18  Sebastien Pouliot  <sebastien@ximian.com>
39
40         * TestGraphics.cs: Add test cases for MeasureString and 
41         MeasureCharacterRanges methods.
42
43 2006-09-18      Boris Kirzner <borisk@mainsoft.com>
44
45         * ColorTranslator.cs,TestBitmap.cs,TestColor.cs,TestFont.cs,
46         TestRegion.cs,TestSizeFConverter.cs : mark tests not working
47         in TARGET_JVM.
48
49 2006-09-16  Sebastien Pouliot  <sebastien@ximian.com>
50
51         * TestSizeF.cs: Remove the NET_2_0/NotWorking stuff from GetHashCode
52         test. The test is bad because sometimes it uses Size instead of SizeF.
53
54 2006-09-14  Sebastien Pouliot  <sebastien@ximian.com>
55
56         * GDIPlusTest.cs: Added test cases for GdipBitmapUnlockBits.
57
58 2006-09-11  Sebastien Pouliot  <sebastien@ximian.com>
59
60         * TestBitmap.cs: Fix the bitmap loading code to work in more cases.
61         * TestImageConverter.cs: Added a test case when value is null (should
62         return "(none)"). Uncommented and splitted all exception test cases 
63         into individual tests. Still got one faulty test: ConvertTo_ByteArray.
64
65 2006-09-04  Jonathan Gilbert  <logic@deltaq.org>
66
67         * TestBitmap.cs: Reactivated the Rotate1bit4bit test, with code added
68         to ignore the test if Microsoft's GDIPLUS.DLL is in use.
69
70 2006-09-01  Sebastien Pouliot  <sebastien@ximian.com>
71
72         * TestBitmap.cs: Add more test cases for LockBits which, on Mono, 
73         seems to work only when the destination format is 32 bits.
74
75 2006-08-31  Sebastien Pouliot  <sebastien@ximian.com>
76
77         * TextureBrushTest.cs: Remove NotWorking from rotation test case.
78
79 2006-08-30  Sebastien Pouliot  <sebastien@ximian.com>
80
81         * TextureBrushTest.cs: More test cases when only a partial part of the
82         image is being used and for cloning the brush.
83
84 2006-08-28  Sebastien Pouliot  <sebastien@ximian.com> 
85
86         * GDIPlusTest.cs: Added more parameters checks for TextureBrush calls.
87         * TestBitmap.cs: Fix test case for big endian arch (Marshal.ReadInt32)
88
89 2006-08-27  Sebastien Pouliot  <sebastien@ximian.com> 
90
91         * ColorConverter.cs: Add a new test case for a color with a integer 
92         part that is too large to convert into an int.
93         * ColorTranslator.cs: Add more test cases for FromHtml method.
94
95 2006-08-25  Sebastien Pouliot  <sebastien@ximian.com> 
96
97         * GDIPlusTest.cs: Fix ImageAttributes test case.
98         * TestBitmap.cs: Add more details to pinpoint exact failure under OSX.
99
100 2006-08-24  Sebastien Pouliot  <sebastien@ximian.com>
101
102         * GDIPlusTest.cs: Added more test cases for TextureBrush functions.
103         Added new test cases for ImageAttributes. Removed some assertion for 
104         GpGraphicsPath (which returns different value on monobuild win32 bot 
105         than my own machine, uninit field ?).
106
107 2006-08-23  Sebastien Pouliot  <sebastien@ximian.com>
108
109         * GDIPlusTest.cs: Added new test cases for TextureBrush functions.
110         * TextureBrushTest.cs: New. Unit tests for TextureBrush class.
111
112 2006-08-19  Sebastien Pouliot  <sebastien@ximian.com>
113
114         * GDIPlusTest.cs: Added new test cases for GraphicsPathIter functions.
115
116 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
117
118         * GDIPlusTest.cs: Added more test cases for Matrix functions.
119
120 2006-08-16  Sebastien Pouliot  <sebastien@ximian.com>
121
122         * GDIPlusTest.cs: Ignore some test cases if we cannot get any font
123         family from GDI+.
124
125 2006-08-15  Sebastien Pouliot  <sebastien@ximian.com>
126
127         * FontFamilyTest.cs: Ignore test cases if we cannot get any font 
128         family from GDI+.
129         * TestFont.cs: Ignore test cases if we cannot get any font family 
130         from GDI+.
131
132 2006-08-14  Sebastien Pouliot  <sebastien@ximian.com> 
133
134         * GDIPlusTest.cs: Re-add LOGONT definition as a class (instead of a
135         struct like it's currently defined inside SD).
136
137 2006-08-12  Duncan Mak  <duncan@novell.com>
138
139         * GDIPlusTest.cs: Removed all the local PInvoke methods.
140         (DrawingOperations): New test for various draw and fill operations
141         in Graphics.
142
143 2006-08-11  Sebastien Pouliot  <sebastien@ximian.com> 
144
145         * GDIPlusTest.cs: Added one more case for GdipGetLogFont.
146         * TestBitmap.cs: Ignore test Rotate1bit4bit as it fails when Mono 
147         executes under Windows (GDI+);
148         * TestFont.cs: Added more test cases for ToLogFont including one that
149         shows that LOGFONT only works properly when it's a class (not a struct)
150
151 2006-08-10  Sebastien Pouliot  <sebastien@ximian.com>
152
153         * GDIPlusTest.cs: Add more test cases for GraphicsPath and 
154         PathGradientBrush to fix unit tests under Windows.
155         * RegionNonRectTest.cs: Ignore Region_Ctor_RegionData as it will
156         fail when using MS GDI+ (e.g. Mono on Windows).
157
158 2006-08-10  Sebastien Pouliot  <sebastien@ximian.com> 
159
160         * GDIPlusTest.cs: Add more test cases for GraphicsPath (Reset and 
161         Widen) and some new tests for Matrix related GDI+ functions.
162
163 2006-08-08  Sebastien Pouliot  <sebastien@ximian.com>
164
165         * TestRegion.cs: Add test case for excluding a rectangle from an 
166         infinite region.
167
168 2006-08-07  Sebastien Pouliot  <sebastien@ximian.com> 
169
170         * GDIPlusTest.cs: Avoid leaking during tests.
171
172 2006-08-05  Sebastien Pouliot  <sebastien@ximian.com> 
173
174         * GDIPlusTest.cs: Some test cases for Graphics and Font related GDI+ 
175         functions.
176
177 2006-08-04  Sebastien Pouliot  <sebastien@ximian.com> 
178
179         * GDIPlusTest.cs: Some test cases for GraphicsPath, PathGradientBrush,
180         Pen related GDI+ calls.
181  
182 2006-08-03  Sebastien Pouliot  <sebastien@ximian.com> 
183
184         * GDIPlusTest.cs: More test cases for the GDI+ function calls (which
185         fixes some unit test failures seen with Mono running on Windows).
186
187 2006-08-03  Sebastien Pouliot  <sebastien@ximian.com>
188
189         * TestFont.cs: Remove asserts that are system dependant.
190
191 2006-07-20  Sebastien Pouliot  <sebastien@ximian.com>
192
193         * TestGraphics.cs: Added ReleaseHDC test cases by Jonathan Pobst.
194
195 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com> 
196
197         * GDIPlusTest.cs: New WIP. Unit tests for the GDI+ function calls.
198         * TestImage.cs: Added checks to validate that the thumbnail's callback
199         is never called.
200
201 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
202
203         * SolidBrushTest.cs: New test case using DrawLine.
204
205 2006-07-04  Sebastien Pouliot  <sebastien@ximian.com>
206
207         * TestImage.cs: Add test cases for GetThumbnailImage.
208
209 2006-06-30  Sebastien Pouliot  <sebastien@ximian.com>
210
211         * SolidBrushTest.cs: New. Unit tests for SolidBrush.
212
213 2006-06-28  Sebastien Pouliot  <sebastien@ximian.com>
214
215         * TestFont.cs: Expanded a test case to check for bug #78721 where the
216         LOGFONT structure must be initialized even if the ToLogFont call fails
217
218 2006-06-27  Sebastien Pouliot  <sebastien@ximian.com>
219
220         * TestBitmap.cs: Reactivate a test case (LockBitmap) as NotWorking and
221         add a comment on a commented one (MakeTransparent ;-)
222
223 2006-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
224
225         * TestBitmap.cs: add test for stride with 1bpp indexed bitmap.
226
227 2006-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
228
229         * TestColor.cs: added 2 more tests for serialization and enabled one
230         that was not working.
231
232 2006-05-30  Sebastien Pouliot  <sebastien@ximian.com>
233
234         * FontFamilyTest.cs: New. Unit tests for FontFamily.
235         * TestFont.cs: Added more test cases to Font.
236
237 2006-05-29  Sebastien Pouliot  <sebastien@ximian.com>
238
239         * TestImageFormatConverter.cs: Added test cases for all well known
240         ImageFormat short and long names using ConvertFrom.
241
242 2006-05-26  Sebastien Pouliot  <sebastien@ximian.com>
243
244         * TestColor.cs: Added test cases for serialization. Currently we can't
245         deserialize Color coming from MS serialization.
246
247 2006-05-25  Sebastien Pouliot  <sebastien@ximian.com> 
248
249         * TestRegion.cs: Added a new fixture that executes with UnmanagedCode
250         permission and test the [Get|From]Hrgn methods.
251
252 2006-05-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
253
254         * TestBitmap.cs: new tests for the default format and the default file
255         type.
256
257 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com> 
258
259         * ColorConverter.cs: Split unworking test case from ConvertFrom into
260         a separate test case (marked as NotWorking).
261         * TestBitmap.cs: Mark test case Rotate1bit4bit as NotDotNet as it was
262         probably never tested under Windows (and doesn't work there).
263         * TestFontConverter.cs: Split test case for CreateInstance to check 
264         for ArgumentException (2.0) or NullReferenceException (1.x).
265         * TestPointConverter.cs: Split test case for CreateInstance to check 
266         for ArgumentException (2.0) or NullReferenceException (1.x).
267         * TestRectangleConverter.cs: Split test case for CreateInstance to 
268         check for ArgumentException (2.0) or NullReferenceException (1.x).
269         * TestSizeConverter.cs: Split test case for CreateInstance to check 
270         for ArgumentException (2.0) or NullReferenceException (1.x).
271         * TestSizeFConverter.cs: Add/split test cases for CreateInstance to
272         check for InvalidCastException and NullReferenceException.
273         * TestSizeF.cs: Mark GetHashCodeTest as NotWorking in 2.0 profile as
274         Empty and SizeF(0,0) don't share the same hash code.
275
276 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com>
277
278         * TestImageConverter.cs: Adjust test cases as there is an additional
279         properties under 2.0.
280         * TestSizeF.cs: Under 2.0 SizeF.Empty != SizeF(0,0)
281
282 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com> 
283
284         * PenTest.cs: Fix different exception being thrown in 1.x and 2.0.
285         * TestFont.cs: Fix tests under Windows (CAS related);
286         * TestGraphics.cs: Fix and add more test cases for FillRectangles.
287
288 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com>
289
290         * PenTest.cs: Added a test case where the brush supplied to the .ctor 
291         is disposed before the pen is used. Based on a sample from Paddy joy.
292
293 2006-05-17  Sebastien Pouliot  <sebastien@ximian.com>
294
295         * PenTest.cs: New. Unit tests for Pen.
296
297 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
298
299         * TestGraphics.cs : added test for bug #78408 (FillRectangles).
300
301 2006-05-12  Sebastien Pouliot  <sebastien@ximian.com>
302
303         * TestRegion.cs: Added a new test case for unioning a rectangle with 
304         infinity and a new test case for GetRegionScans.
305
306 2006-05-04  Sebastien Pouliot  <sebastien@ximian.com> 
307
308         * TestGraphics.cs: Re-introduce the removed check :)    
309
310 2006-05-04  Sebastien Pouliot  <sebastien@ximian.com>
311
312         * TestGraphics.cs: Temporarily remove the checks for the transform in
313         containers. This allows libgdiplus to get better visual results until
314         the matrix issue is fixed correctly (instead of returning the "right"
315         matrix and displaying wrong data).
316
317 2006-05-02  Sebastien Pouliot  <sebastien@ximian.com>
318
319         * TestGraphics.cs: Added new test cases for [Begin|End]Container and
320         for Save and Restore methods.
321
322 2006-04-27  Sebastien Pouliot  <sebastien@ximian.com>
323
324         * TestGraphics.cs: Added new test cases for DrawCurve methods.
325
326 2006-04-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
327
328         * TestBitmap.cs: added tests for UnlockBits when the target is an
329         indexed image and a non-indexed one.
330
331 2006-04-21  Sebastien Pouliot  <sebastien@ximian.com>
332
333         * TestGraphics.cs: Added new test cases for clipping. Some of them do 
334         not work yet.
335
336 2006-04-11  Sebastien Pouliot  <sebastien@ximian.com>
337
338         * TestGraphics.cs: Added new test cases for bug #77129 where we should
339         not draw or fill rectangle(s) with negative width or height. Converted
340         all test cases to UNIX line endings.
341
342 2006-03-30  Sebastien Pouliot  <sebastien@ximian.com>
343
344         * TestGraphics.cs: Added new test cases translating matrix with 
345         different MatrixOrder and for multiplying a non-invertible matrix.
346
347 2006-03-28  Sebastien Pouliot  <sebastien@ximian.com>
348
349         * TestGraphics.cs: Add new test cases for clipping.
350
351 2006-03-25  Sebastien Pouliot  <sebastien@ximian.com>
352
353         * RegionDataTest.cs: Add test cases for GetRegionData when a region is
354         path-based (using bitmaps in libgdiplus) and for regions that had a 
355         binary operations applied (i.e. using a path tree in libgdiplus).
356         * RegionNonRectTest.cs: Add test cases for GetRegionScans and all
357         binary operators (Union, Intersection, Complement, Exclude and Xor)
358         on path based regions (using bitmaps in libgdiplus).
359
360 2006-02-29  Peter Dennis Bartok  <pbartok@novell.com>
361
362         * TestFont.cs: LOGFONT must be CharSet=Auto to make sure we have
363           the appropriate size on each system
364
365 2006-01-27  Sebastien Pouliot  <sebastien@ximian.com>
366
367         * RegionNonRectTest.cs: Updated comments on a test that fails on both
368         1.x and 2.0 MS runtime.
369         * TestFont.cs: Converted tests to NUnit 2.2 and added descriptions to
370         each asserts.
371
372 2006-01-26 Boris Kirzner <borisk@mainsoft.com>
373         * ColorConverter.cs, TestBitmap.cs, TestIcon.cs, TestIconConverter.cs,
374         TestImageConverter.cs, TestPointConverter.cs, TestRectangleConverter.cs,
375         TestRegion.cs, TestSizeConverter.cs, TestStringFormat.cs: 
376         added #ifdef for TARGET_JVM.
377
378 2006-01-23 Boris Kirzner <borisk@mainsoft.com>
379         * TestBitmap.cs, TestFont.cs: #ifdef fot TARGET_JVM.    
380
381 2006-01-18  Sebastien Pouliot  <sebastien@ximian.com>
382
383         * RegionDataTest.cs: New. Unit tests for RegionData.
384         * RegionNonRectTest.cs: New. Unit tests for non-rectangular regions.
385         * TestRegion.cs: Added new test cases for empty region and IsInfinite
386         behaviour with multiple rectangles / path-rectangle regions.
387
388 2006-01-16  Sebastien Pouliot  <sebastien@ximian.com>
389
390         * TestRegion.cs: Mark a test case as NotWorking as it caused a 
391         regression in SWF.
392
393 2006-01-11  Sebastien Pouliot  <sebastien@ximian.com>
394
395         * RegionCas.cs: New. CAS unit tests for Region.
396         * TestRegion.cs: Added test cases to check for expected exceptions.
397
398 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com>
399
400         * TestFont.cs: Added test for LogFont conversion
401
402 2005-12-05 Jordi Mas i Hernandez <jordimash@gmail.com>
403
404         * TestPoint.cs: Test new methods for .Net 2.0
405         * TestPointF.cs Test new methods for .Net 2.0
406         * ColorConverter.cs: Fixes for .Net 2.0
407         * TestSizeF.cs: Test new methods for .Net 2.0
408         * TestSize.cs: Test new methods for .Net 2.0
409
410 2005-12-02  Jonathan Gilbert  <logic@deltaq.org>
411
412         * TestBitmap.cs (LockUnlockBitmap): Added test for the copying back
413           of bitmap data in Bitmap.UnlockBits for non-readonly ImageLockMode
414           values.
415
416 2005-11-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
417
418         * ColorConverter.cs: added testcases for ConvertFrom and 
419         three digit notaion color.
420
421 2005-10-23  Jonathan Gilbert  <logic@deltaq.org>
422
423         * TestBitmap.cs (Rotate1bit4bit): Added test for rotation & flipping
424           of indexed (1- and 4-bit) Bitmaps.
425         * 1bit.png, 4bit.png: Added to 'bitmaps' subdirectory.
426
427 2005-09-19  Miguel de Icaza  <miguel@novell.com>
428
429         * TestGraphics.cs (LoadIndexed): Add test for the indexed bug.
430
431 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
432
433         * BitmapCas.cs: New. CAS unit tests for Bitmap.
434         * GraphicsCas.cs: New. CAS unit tests for Graphics.
435         * ColorConverter.cs, ColorTranslator.cs, TestBrushes.cs, TestBitmap.cs
436         TestColor.cs, TestFont.cs, TestIcon.cs, TestIconConverter.cs,
437         TestImage.cs, TestImageConverter.cs, TestImageFormatConverter.cs,
438         TestPens.cs, TestPoint.cs, TestPointF.cs, TestPointConverter.cs,
439         TestRectangle.cs, TestRectangleF.cs, TestRectangleConverter.cs,
440         TestRegion.cs, TestSizeConverter.cs, TestSize.cs, TestSizeF.cs,
441         TestStringFormat.cs, TestSystemBrushes.cs, TestSystemPens.cs: Deny 
442         UnmanagedCode permission to all tests. This shows (when executed under
443         MS runtime) that S.D API is safe and doesn't requires high privileges
444         to run - even if we know that, deep down, this calls into GDI+.
445
446 2005-09-14 Jordi Mas i Hernandez <jordi@ximan.com>
447
448         * TestGraphics.cs: Adds default properties, properties set/get and save
449         and restore status test
450
451 2005-09-13 Jordi Mas i Hernandez <jordi@ximan.com>
452
453         * TestGraphics.cs: resets graphics object status before every SetClip test
454
455 2005-09-12 Gert Driesen <drieseng@users.sourceforge.net>
456
457         * TestImageConverter.cs: Re-enabled GetProperties test.
458         * TestPointConverter.cs: same.
459         * TestRectangleConverter.cs: same.
460         * TestSizeConverter.cs: same.
461
462 2005-09-06 Jordi Mas i Hernandez <jordi@ximan.com>
463
464         * TestImagge.cs: File not found exception, related to fix r49744
465         * TestBimap.cs: File not found exception, related to fix r49744
466
467 2005-09-06 Jordi Mas i Hernandez <jordi@ximan.com>
468
469         * TestGraphics.cs: New test case, only clipping for now
470
471 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
472
473         * TestPointConverter.cs: Use Assert class instead of deriving from
474         deprecated Assertion class. Tests now pass on both Mono and MS.NET.
475         * TestRectangleConverter.cs: same.
476         * TestSizeConverter.cs: same.
477
478 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
479
480         * ColorConverter.cs: Add hex string tests. Fixed tests to pass on
481         MS.NET.
482
483 2005-08-23 Jordi Mas i Hernandez <jordi@ximan.com>
484
485         * TestPens.cs: Add test for Equals method
486         * TestBrushes.cs: Add test for Equals method
487
488 2005-08-19 Jordi Mas i Hernandez <jordi@ximan.com>
489
490         * TestPointConverter.cs: Fixes and changes to make the test locale unsensitive
491         * TestRectangleConverter.cs: Fixes and changes to make the test locale unsensitive
492         * TestSizeConverter.cs:  Fixes and changes to make the test locale unsensitive
493         * ColorConverter.cs: Fixes and changes to make the test locale unsensitive
494
495 2005-08-17 Jordi Mas i Hernandez <jordi@ximan.com>
496
497         * TestRegion.cs: Adds many new cases for the new region implementation
498
499 2005-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
500
501         * ColorConverter.cs: Mono now also throws ArgumentException when
502         color value is not between 0 and 255.
503         * TestColor.cs: Added tests for invalid color values.
504         * TestRectangleConverter.cs: Fixed tests for conversion to/from 
505         string. Added tests that verify results using specific cultures.
506
507 2005-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
508
509         * ColorConverter.cs: Merged tests from TestColorConverter.cs. Fixed
510         tests using current culture.
511         * TestColorConverter.cs: Merged tests with ColorConverter.cs and 
512         removed.
513
514 2005-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
515
516         * TestColor.cs: Added test for ToString() on uninitialized color.
517         * TestColorConverter.cs: Added tests for ColorConverter.
518
519 2005-08-10 Jordi Mas i Hernandez <jordi@ximan.com>
520
521         * TestRegion.cs: new cases for Combine and Intersect
522
523 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
524
525         * TestRectangle.cs: Add new test.
526
527 2005-08-09  Andrew Skiba  <andrews@mainsoft.com>
528
529         * ColorConverter.cs, ColorTranslator.cs: added
530         * TestPointConverter.cs, TestRectangleConverter.cs, TestSizeConverter.cs: new
531         tests for convert to/from string
532
533 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
534
535         * Color.cs: many new testcases added
536
537 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
538
539         * Size.cs, SizeF.cs: GetHashCode and ToString tests
540
541 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
542
543         * TestRectangle.cs, TestRectangleF.cs: add new testcases
544
545 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
546
547         * TestPoint.cs: GetHashCode and ToString tests added
548         * TestPointF.cs: GetHashCode and ToString tests added, Addition and Substraction
549         tests improved
550
551 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
552
553         * TestPens.cs, TestSystemBrushes.cs, TestSystemPens.cs: don't rethrow exceptions, keep
554         the original stack trace.
555
556 2005-07-27  Andrew Skiba  <andrews@mainsoft.com>
557
558         * TestColor.cs: added tests for equality operators, IsEmpty property and fixed GetHBS
559         tests to use tolerance.
560
561 2005-05-10 Juraj Skripsky <juraj@hotfeet.ch>
562
563         * TestColor.cs: Added tests for GetHue, GetBrightness
564         and GetSaturation.
565
566 2005-02-24 Jordi Mas i Hernandez <jordi@ximan.com>
567         * TestRegion.cs: added new IsVisible cases
568
569 2004-06-22  Sanjay Gupta <gsanjay@novell.com>
570
571         * TestIconConverter.cs, TestImageConverter.cs: Commented out some tests.
572
573 2004-06-17  Ravindra <rkumar@novell.com>
574
575         * graphicsUi.cs: Formatted and moved to
576         Samples/System.Drawing directory.
577         * image1.cs: Formatted and renamed to bmpsave.cs. Moved to
578         Samples/System.Drawing directory.
579         * hering.cs: Formatted and moved to Samples/General directory.
580         * BmpPaint.cs: Ficed, formatted and moved to 
581         Samples/System.Drawing directory.
582         * font1.cs: Formatted and renamed to font.cs. Moved to
583         Samples/System.Drawing directory.
584
585 2004-06-10  Sanjay Gupta <gsanjay@novell.com>
586
587         * TestBitmap.cs: Corrected issues from my previous checkin.
588
589 2004-06-10  Sanjay Gupta <gsanjay@novell.com>
590
591         * TestImageFormatConverter.cs, TestStringFormat.cs: Removed 
592         dependency on obsolete class, Assertion from NUnit.
593
594 2004-06-09  Sanjay Gupta <gsanjay@novell.com>
595
596         * TestImageConverter.cs: Removed dependency on obsolete class, 
597         Assertion from NUnit.
598
599 2004-06-09  Sanjay Gupta <gsanjay@novell.com>
600
601         * TestBitmap.cs, TestIcon.cs, TestIconConverter.cs: Removed
602         dependency on obsolete class, Assertion from NUnit.
603
604 2004-05-27  Ravindra <rkumar@novell.com>
605
606         * TestRectangleConverter.cs: Ignored the test that is failing
607         because of bug #58435.
608         * TestPointConverter.cs: Same.
609         * TestSizeConverter.cs: Same.
610         * TestImageConverter.cs: Same.
611
612 2004-05-26 Sanjay Gupta <gsanjay@novell.com>
613
614         * TestImageFormatConverter.cs: Minor modification. Removed duplicate 
615         assertion numbers. 
616
617 2004-05-26 Ravindra <rkumar@novell.com>
618
619         * TestColor.cs: Added a test for testing ARGB values for all
620         the static color properties.
621
622 2004-05-20 Sanjay Gupta <gsanjay@novell.com>
623         
624         * TestIcon.cs: Added.
625         * bitmaps/smiley.ico: Added.
626
627 2004-05-18 Sanjay Gupta <gsanjay@novell.com>
628         
629         * TestImageFormatConverter.cs: Fixed issues with test case.
630
631 2004-05-18 Sanjay Gupta <gsanjay@novell.com>
632         
633         * TestImageConverter.cs: Fixed issues with test case.
634
635 2004-05-18 Sanjay Gupta <gsanjay@novell.com>
636         
637         * TestIconConverter.cs: Fixed issues with test case.
638
639 2004-05-18 Ravindra <rkumar@novell.com>
640
641         * TestHatchBrush.cs: Removed. Now, we have a better test for HatchBrush
642         this under Test/System.Drawing.Drawing2D directory.
643
644 2004-05-17 Sanjay Gupta <gsanjay@novell.com>
645                                                                                                          
646         * TestIconConverter.cs: Added.
647         * bitmaps/VisualPng.ico: Added
648         * bitmaps/VisualPng1.ico: Added
649
650 2004-05-14 Sanjay Gupta <gsanjay@novell.com>
651
652         * TestBitmap.cs: Modified method signature to static to be used in other file.
653         * TestImageConverter.cs: Added.
654         * TestImageFormatConverter.cs: Added
655
656 2004-05-12 Jordi Mas <jordi@ximan.com>
657         * TestBitmap.cs: added lockbitmap tests
658
659 2004-05-07 Jordi Mas <jordi@ximan.com>
660         * TestBitmap.cs: added rotation tests
661
662 2004-04-23  Ravindra <rkumar@novell.com>
663
664         * TestSystemPens.cs: Removed some unused exception variables.
665         * TestRectangleConverter.cs: Removed culture dependent tests.
666         * TestPointConverter.cs: Removed culture dependent tests.
667         * TestSizeConverter.cs: Removed culture dependent tests.
668         (These tests were not right because a constant culture specific string
669         was being parsed by using current culture of the thread. It resulted in
670         test failures when cultures do not match.)
671
672 2004-04-22  Ravindra <rkumar@novell.com>
673
674         * TestPointConverter.cs: Added.
675         * TestSizeConverter.cs: Added.
676
677 2004-04-22  Ravindra <rkumar@novell.com>
678
679         * TestRectangleConverter.cs: Added.
680
681 2004-04-21  Ravindra <rkumar@novell.com>
682
683         * TestPens.cs: Added.
684
685 2004-04-21  Ravindra <rkumar@novell.com>
686
687         * TestBrushes.cs: Added.
688
689 2004-04-16  Ravindra <rkumar@novell.com>
690
691         * TestSystemPens.cs: Added.
692
693 2004-03-13  Ravindra <rkumar@novell.com>
694
695         * TestSystemBrushes.cs: Added test fail conditions.
696
697 2004-03-12  Ravindra <rkumar@novell.com>
698
699         * TestSystemBrushes.cs: Added.
700
701 2004-03-17  Ravindra <rkumar@novell.com>
702         * TestHatchBrush.cs: Added.
703
704 2004-01-26  Ravindra <rkumar@novell.com>
705         * TestPointF.cs: Added.
706         * TestSize.cs: Added.
707         * TestSizeF: Added.
708
709 2004-01-16  Ravindra <rkumar@novell.com>
710         * BmpPaint.cs   did not run on .NET.
711         Modified to make it run on .NET. Specs say
712         "Do not save an image to the same stream
713         that was used to construct the image."
714
715 2003-07-30  Alexandre Pigolkine <pigolkine@gmx.de>
716         * BmpPaint.cs   modified
717
718 2003-06-28  Alexandre Pigolkine <pigolkine@gmx.de>
719         * hering.cs     save as Jpeg also
720
721 2003-06-22  Alexandre Pigolkine <pigolkine@gmx.de>
722         * font1.cs added
723
724 2003-06-17  Alexandre Pigolkine <pigolkine@gmx.de>
725         * hering.cs     added
726         
727 2003-06-15  Alexandre Pigolkine <pigolkine@gmx.de>
728         * BmpPaint.cs   ImageFormat specified for Save()
729         * image1.cs             added
730
731 2003-06-06  Alexandre Pigolkine <pigolkine@gmx.de>
732         * BmpPaint.cs   added
733
734 2001-10-31  Mike Kestner <mkestner@speakeasy.net>
735
736         * TestPoint.cs : Tests I've had in my node forever.
737