684c67471097d2561a199131069507b246164aa2
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / ChangeLog
1 2009-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
2
3         * TestGraphics.cs: Add test case for #556181
4
5 2009-08-28  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * TestColor.cs, TestPoint.cs, TestGraphics.cs, TestSystemBrushes.cs,
8           TestPens.cs, TestSize.cs, TestSystemPens.cs: nunit test upgrade.
9
10 2009-01-02  Sebastien Pouliot  <sebastien@ximian.com> 
11
12         * TestBitmap.cs: Add test cases for SetResolution
13
14 2009-01-02  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * PenTest.cs: Fix test case not to use a color that is "destroyed" 
17         by another unit test. The nunit update changed the order in which 
18         the test cases are executed.
19
20 2008-12-23  Sebastien Pouliot  <sebastien@ximian.com>
21
22         * GDIPlusTest.cs: Add MeasureCharacterRanges test cases around bug
23         #449971 and add a few delta for FP comparison.
24         * TestGraphics.cs: Add a few delta for FP comparison.
25
26 2008-12-10  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * TestGraphics.cs, GDIPlusTest.cs : fix tests wrt rounding that
29           were failing on .NET too (exposed by nunit24).
30
31 2008-11-01  Sebastien Pouliot  <sebastien@ximian.com>
32
33         * TestFont.cs: Add test cases for null checks to ensure we match
34         MS behavior.
35
36 2008-10-06  Sebastien Pouliot  <sebastien@ximian.com> 
37
38         * TestColor.cs: Add test case, from Gert Driesen, for bug #410693
39         * TestRectangleF.cs: Add test case, from Imie Nazwisko, for bug #431587
40
41 2008-08-08  Gert Driesen  <drieseng@users.sourceforge.net>
42
43         * TestIcon.cs: Add test case for bug #415581.
44
45 2008-08-08  Gert Driesen  <drieseng@users.sourceforge.net>
46
47         * TestIcon.cs: Modified test for bug #410608 to work around bug
48         #415809.
49
50 2008-08-07  Gert Driesen  <drieseng@users.sourceforge.net>
51
52         * TestIcon.cs: Ignore test for bug #410608 on Unix, since it depends
53         on bug #323511.
54
55 2008-08-06  Gert Driesen  <drieseng@users.sourceforge.net>
56
57         * TestIcon.cs: Add test case for bug #410608.
58
59 2008-07-07  Sebastien Pouliot  <sebastien@ximian.com>
60
61         * TestBitmap.cs: Add test case for #406763 and similar cases.
62
63 2008-06-27  Sebastien Pouliot  <sebastien@ximian.com>
64
65         * TestRegion.cs: Add test case for #402613 to verify Exclude.
66         Based on Jan Krajicek's code supplied inside the bug report.
67
68 2008-06-27  Ivan N. Zlatev  <contact@i-nz.net>
69
70         * TestPointConverter.cs: Add test cases to verify that no NRE 
71         is thrown if culture is null in ConvertTo.
72         * TestSizeConverter.cs: Add test cases to verify that no NRE 
73         is thrown if culture is null in ConvertTo.
74
75 2008-04-25  Sebastien Pouliot  <sebastien@ximian.com>
76
77         * TestRegion.cs: Add test cases for #383878 to verify Intersect
78         with negative width & height and to check against the crash in
79         Complement.
80
81 2008-03-03  Sebastien Pouliot  <sebastien@ximian.com>
82
83         * TestIcon.cs: Add test case for #366485.
84
85 2008-01-21  Gert Driesen  <drieseng@users.sourceforge.net>
86
87         * TestGraphics.cs: Added test for bug #355141.
88
89 2008-01-13  Sebastien Pouliot  <sebastien@ximian.com>
90
91         * GDIPlusTest.cs: Don't use internal Unit enum anymore.
92
93 2008-01-08  Sebastien Pouliot  <sebastien@ximian.com>
94
95         * TestFont.cs: Add test case for GetHashCode from Jonathan Pobst
96         for bug #351647
97
98 2007-12-19  Sebastien Pouliot  <sebastien@ximian.com>
99
100         * TestGraphics.cs: Add test case on TransformPoints for #349800.
101
102 2007-12-17  Atsushi Enomoto  <atsushi@ximian.com>
103
104         * GDIPlusTest.cs : fix test build.
105
106 2007-11-12  Sebastien Pouliot  <sebastien@ximian.com>
107
108         * ColorTranslator.cs: Add test case for #340917 (LightGrey).
109
110 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
111
112         * TestBitmap.cs: XML serialization test case (#323246).
113         * TestImage.cs: XML serialization test case (#323246).
114
115 2007-11-05  Sebastien Pouliot  <sebastien@ximian.com> 
116
117         * Image.cs: Add test cases for the stream position when loading and
118         saving bitmaps and metafiles. Some of them are based on Gert Driesen
119         samples in #338779
120
121 2007-08-13  Sebastien Pouliot  <sebastien@ximian.com>
122
123         * TestGraphics.cs: Test against NRE in MultiplyTransform
124
125 2007-08-02  Sebastien Pouliot  <sebastien@ximian.com>
126
127         * TestGraphics.cs: Enabled test MeasureString_MultlineString_Width
128         now that #81572 is fixed.
129
130 2007-08-01  Sebastien Pouliot  <sebastien@ximian.com>
131
132         * GDIPlusTest.cs: Add test case for GdipCloneFontFamily
133
134 2007-07-30  Sebastien Pouliot  <sebastien@ximian.com>
135
136         * TextureBrushTest.cs: Added test cases for textures using alpha 
137         values (fix #81828).
138
139 2007-07-30  Sebastien Pouliot  <sebastien@ximian.com> 
140
141         * TestGraphics.cs: Added test cases for [Draw|Fill]Path (#82202)
142
143 2007-07-03  Sebastien Pouliot  <sebastien@ximian.com> 
144
145         * RegionNonRectTest.cs: Add test cases for combining empty paths and 
146         regions with infinite regions.
147
148 2007-06-21  Sebastien Pouliot  <sebastien@ximian.com>
149
150         * GDIPlusTest.cs: Add test cases for GdipCreateCustomLineCap (#81829)
151
152 2007-05-30  Sebastien Pouliot  <sebastien@ximian.com>
153
154         * Graphics.cs: Add more test cases for [Get|Release]Hdc[Internal] 
155         methods. Add test case for drawing lines with a pen's width > 1.
156
157 2007-05-28  Sebastien Pouliot  <sebastien@ximian.com>
158
159         * GDIPlusTest.cs: Add test cases for GdipDrawRectangles[I]
160         * TestGraphics.cs: Re-enable [Draw|Fill]Rectangles tests and remove
161         the saved bitmap (used for debugging).
162
163 2007-05-28  Sebastien Pouliot  <sebastien@ximian.com> 
164
165         * TestGraphics.cs: Add test cases for [Draw|Fill]Rectangles (#81737)
166
167 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com> 
168
169         * TestGraphics.cs: Avoid calling ImageAttributes.SetThreshold in test
170         cases as it's not supported in libgdiplus.
171
172 2007-05-24  Sebastien Pouliot  <sebastien@ximian.com> 
173
174         * TestGraphics.cs: Add test cases for DrawImage overloads accepting
175         Point or PointF arrays as destination points.
176
177 2007-05-24  Sebastien Pouliot  <sebastien@ximian.com>
178
179         * TestGraphics.cs: Add test cases for the normal behaviour of 
180         FillRectangles.
181
182 2007-05-22  Sebastien Pouliot  <sebastien@ximian.com>
183
184         * GDIPlusTest.cs: Add test cases for GdipCreateFromHDC when HDC is
185         NULL. This match MS behavior as seen in (unfixed) bug #81709.
186
187 2007-05-18  Sebastien Pouliot  <sebastien@ximian.com>
188
189         * TestBitmap.cs: Don't use IntPtr.ToInt32 as it may not represent the
190         pointer correctly in 64bits architectures. Thanks to Zoltan.
191
192 2007-05-15  Sebastien Pouliot  <sebastien@ximian.com>
193
194         * GDIPlusTest.cs: Add test cases for GdipDrawImage[I] (overflow) and 
195         GdipDrawImageRectRect (GraphicsUnit).
196         * TestGraphics.cs: Add test cases for DrawImage, DrawImageUnscaled and
197         DrawImageUnscaledAndClipped (2.0).
198         * TestRectangle.cs: Add test cases for negative width/height. Fix some
199         test cases that were using RectangleF instead of Rectangle.
200         * TestRectangleF.cs: Add test cases for negative width/height.
201
202 2007-05-08  Everaldo Canuto  <everaldo@simios.org>
203
204         * TestGraphics.cs: MeasureString_MultlineString_Width added (NotWorking)
205         it is a reproduction of bug #81572 that checks width for multiline
206         string measurement.
207
208 2007-05-02  Sebastien Pouliot  <sebastien@ximian.com>
209
210         * TestColor.cs: Under Windows ensure we're getting the same values for
211         the desktop colors.
212
213 2007-04-26  Sebastien Pouliot  <sebastien@ximian.com>
214
215         * GDIPlusTest.cs: Add basic test cases for GdipRecordMetafileFileName
216         and it's parameter's validations.
217
218 2007-04-16  Sebastien Pouliot  <sebastien@ximian.com> 
219
220         * TestBitmap.cs: Add test cases for 16bpp formats (NotWorking) and
221         reworked LockUnlockBitmap (e.g. add assert messages).
222
223 2007-04-16  Sebastien Pouliot  <sebastien@ximian.com>
224
225         * GDIPlusTest.cs: Add test cases for GdipBitmap[Get|Set]Pixel on an
226         indexed bitmap (1bpp) and on a 16bpp grayscale bitmap.
227         * TestBitmap.cs: Add test cases for Format[1,4,8]bppIndexed and 
228         Format16bppGrayScale.
229
230 2007-04-14  Sebastien Pouliot  <sebastien@ximian.com>
231
232         * TestBitmap.cs: Always test buffer byte-by-byte to avoid endian 
233         issues.
234
235 2007-04-12  Sebastien Pouliot  <sebastien@ximian.com>
236
237         * TestBitmap.cs: Rework a test under 2.0 to see if GdipLockBits leaks
238         if in particular case (it doesn't). Added Categoty("Valgrind") to a 
239         test know to leak due to the API design.
240
241 2007-04-12  Sebastien Pouliot  <sebastien@ximian.com> 
242
243         * TestBitmap.cs: Split LockBitmap into several tests and do not modify
244         the data when using ImageLockMode.ReadOnly (this makes some results 
245         random when using MS GDI+).
246
247 2007-04-11  Sebastien Pouliot  <sebastien@ximian.com> 
248
249         * GDIPlusTest.cs: Add a check for locking (LockBits) a bitmap twice
250         (without unlocking it first).
251         * SolidBrushTest.cs: Add a test case to see if a cloned solid brush
252         returns a named color and a unnamed color.
253         * TestBitmap.cs: Renable four test cases depending on LockBits. Add 
254         two additionnal test cases for LockBits, Double locks (exception) and
255         invalid ImageLockMode (no exception).
256
257 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com> 
258
259         * TestColor.cs: Add a few more test cases for ==, != and Equals
260
261 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
262
263         * ColorConverter.cs: Add test case with a null CultureInfo for 
264         ConvertFrom.
265         * ColorTranslator.cs: Add test cases with known values for FromHtml
266         * TestColor.cs: Made some test clearer about what they do/check.
267
268 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
269
270         * TestFont.cs: Add test cases for GetHeight(Graphics) and 
271         GetHeight(float) methods.
272
273 2007-03-30  Sebastien Pouliot  <sebastien@ximian.com>
274
275         * GDIPlusTest.cs: Add pen test case to check for #81266 (note: will
276         crash libgdiplus if it's not updated to the latest svn revision).
277         * SystemFontsTest.cs: Allow a small delta when comparing floats. This
278         allows the ARM to work properly (e.g. 8.249999 versus 8.25).
279
280 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
281
282         * TestFont.cs: Add a test for exception thrown when an unavailable font 
283         style is requested.  (Marked NotWorking due to being platform specific.)
284
285 2007-03-16  Sebastien Pouliot  <sebastien@ximian.com> 
286
287         * SystemFontsTest.cs: Avoid failures (ignore tests) if no fonts are 
288         available on the system.
289
290 2007-03-15  Sebastien Pouliot  <sebastien@ximian.com> 
291
292         * ColorConverter.cs: Merge ConvertFrom_NotWorking with ConvertFrom as
293         the test cases are now working properly.
294         * ColorTranslator.cs: Add two other #hex cases. Fix typo.
295
296 2007-03-14  Sebastien Pouliot  <sebastien@ximian.com>
297
298         * TestImage.cs: Add test cases for loading invalid files as an Image.
299
300 2007-03-09  Sebastien Pouliot  <sebastien@ximian.com>
301
302         * GDIPlusTest.cs: Add test cases for GDI+ metafile API.
303         * TestImage.cs: Add test cases for loading metafile as Image.
304
305 2007-03-08  Sebastien Pouliot  <sebastien@ximian.com>
306
307         * TestBitmap.cs: Re-add the 2 NotWorking cases that were removed by 
308         mistake.
309
310 2007-03-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
311
312         * TestBitmap.cs, TestFont.cs, TestIcon.cs, TestRegion.cs: removed tests
313         for TARGET_JVM with not supported method calls
314
315 2007-02-28  Sebastien Pouliot  <sebastien@ximian.com>
316
317         * SystemFontsTest.cs: Add more tests cases including disposing the
318         font instance returned by the SystemFonts class.
319
320 2007-02-26  Sebastien Pouliot  <sebastien@ximian.com>
321
322         * TestRegion.cs: Add test cases for ReleaseHrgn and fix GetHrgn tests
323         to avoid leaking memory under 2.0 (where ReleaseHrgn is available).
324
325 2007-02-21  Sebastien Pouliot  <sebastien@ximian.com> 
326
327         * ColorConverter.cs: Rename fixture to match our styleguide.
328         * ColorTranslator.cs: Rename fixture to match our styleguide.
329
330 2007-02-14  Sebastien Pouliot  <sebastien@ximian.com> 
331
332         * TestBitmap.cs: Add a test cases for default palettes for 1, 4 and 8
333         bpp indexed formats.
334
335 2007-02-08  Sebastien Pouliot  <sebastien@ximian.com>
336
337         * TestRegion.cs: Add test cases for matrix operations on infinite 
338         regions (result is always an infinite region). Add test cases for
339         scale and scale+translate on regions (to see that they do not trigger
340         a convertion into bitmap-based regions).
341
342 2007-02-01  Sebastien Pouliot  <sebastien@ximian.com>
343
344         * TestGraphics.cs: Add test cases for VisibleClipBound (bug #78958)
345         and for checking clip bounds after operation on world tranformations.
346
347 2007-01-31  Sebastien Pouliot  <sebastien@ximian.com>
348
349         * TestGraphics.cs: Add test case for trailing spaces when calling
350         MeasureString. #80680
351
352 2007-01-30  Sebastien Pouliot  <sebastien@ximian.com> 
353
354         * TestBitmap.cs: Add a test cases for SoapFormatter and Xml 
355         serialization, which "works" under 2.0 but not under 1.1.
356         * TestImage.cs: Add test case for XmlSerializer on Image type, which
357         "works" under 2.0 but not under 1.1.
358
359 2007-01-30  Sebastien Pouliot  <sebastien@ximian.com>
360
361         * TestBitmap.cs: Add a test case to serialize and deserialize a icon,
362         which use a decoder-only codec.
363
364 2007-01-19  Sebastien Pouliot  <sebastien@ximian.com>
365
366         * GDIPlusTest.cs: Add test cases for loading unexisting files in
367         GdipLoadImageFromFile and GdipCreateBitmapFromFile. Added test case
368         for error code returned by GdipGetImageGraphicsContext for indexed
369         bitmaps.
370
371 2007-01-18  Sebastien Pouliot  <sebastien@ximian.com>
372
373         * TestGraphics.cs: Fix the LoadIndexed test case as it's current 
374         implementation leads to false conclusions. MS GDI+ upgrades the 
375         indexed PNG images to 32bpp ARGB. BMP are kept indexed but it's not 
376         possible to create a Graphics from them.
377         * TestImage.cs: Test cases Stream_Unlock and Stream_Lock both fails
378         under MS 1.x with ArgumentNullException.
379
380 2007-01-16  Sebastien Pouliot  <sebastien@ximian.com> 
381
382         * TestBitmap.cs: Added test case to create multiple bitmaps from a
383         single HBITMAP.
384         * TestIcon.cs: Added test cases to create multiple icons from a
385         single Handle or HICON. Enabled SaveAndCompare on roundtrip tests.
386
387 2007-01-15  Sebastien Pouliot  <sebastien@ximian.com> 
388
389         * TestIcon.cs: Add test cases for ToBitmap when multiple icon sizes
390         coexists in the same icon file.
391
392 2007-01-15  Sebastien Pouliot  <sebastien@ximian.com>
393
394         * TestIcon.cs: Add test cases for non-standard size icons, 10x16 and
395         11x22, to test for non perfect match icon selection.
396         * TestImage.cs: Add test cases for locked/unlocked streams when using
397         GDI+ (e.g. Mono running on Windows).
398
399 2007-01-15  Sebastien Pouliot  <sebastien@ximian.com>
400
401         * TestIcon.cs: Add test cases for XP (32bpp) icons.
402
403 2007-01-12  Sebastien Pouliot  <sebastien@ximian.com>
404
405         * TestBitmap.cs: Add test cases for FromHicon and roundtripping using
406         GetHbitmap and FromHbitmap.
407         * TestIcon.cs: Add test cases for all constructors. Add test cases for
408         saving icons (all sizes). Add test cases for roundtripping icons using
409         Handle and HICON.
410
411 2007-01-11  Sebastien Pouliot  <sebastien@ximian.com>
412
413         * GDIPlusTest.cs: Add test case for loading an icon and playing with
414         it's color palette.
415         * TestIcon.cs: Add test cases for different sizes of icons.
416
417 2007-01-07  Sebastien Pouliot  <sebastien@ximian.com>
418
419         * TestGraphics.cs: Mark MeasureString_StringFontInt_LongString and
420         MeasureString_Wrapping_Dots as a possible, host specific, ignored test
421         cases.
422         * FontFamilyTest.cs: Mark FontFamily_String as a possible, host
423         specific, ignored test case.
424
425 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
426
427         * SystemFontsTest.cs: Split DefaultFont test into two parts, since
428         on Linux MS Sans Sarif is mapped to other available font.
429
430 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
431
432         * SystemFontsTest.cs: Added test for DefaultFont.
433
434 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
435
436         * TestBrushes.cs: Ensure that the unit tests are destructive on the 
437         brushes (since you can change their color and dispose them). Now only
438         Brushes.YellowGreen is "destroyed" in the (new) Dispose test. This fix
439         any other unit test that use Brushes.* executed after this one.
440
441 2006-12-19  Sebastien Pouliot  <sebastien@ximian.com>
442
443         * TestIcon.cs: Add test cases for 2.0 ExtractAssociatedIcon method.
444
445 2006-12-03  Sebastien Pouliot  <sebastien@ximian.com>
446
447         * SystemIconsTest.cs: New. Unit tests for SystemIcons. Note that the
448         icons provided here behave differently than normal icons (can't be 
449         disposed).
450
451 2006-11-23  Sebastien Pouliot  <sebastien@ximian.com>
452
453         * TestImageFormatConverter.cs: Add test cases for ConvertFrom (long 
454         names, currently not working), GetStandardValuesSupported and 
455         GetStandardValues methods.
456
457 2006-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
458
459         * TestGraphics.cs: Add new MeasureString test cases.
460         * TestRectangle.cs: Add unit tests for == and != operators. Update 
461         tests to NUnit 2.2 syntax.
462         * TestRectangleF.cs: Add unit tests for == and != operators. Update 
463         tests to NUnit 2.2 syntax.
464
465 2006-10-18  Sebastien Pouliot  <sebastien@ximian.com>
466
467         * TestGraphics.cs: Ignore new test cases when font is null (not 
468         available). Add pixel size compares to MeasureString_Bug76664.
469
470 2006-10-11  Sebastien Pouliot  <sebastien@ximian.com>
471
472         * TestGraphics.cs: Added test case to measure strings, some aren't yet
473         working. Modified some to get better checks (e.g. Int32.MaxValue for 
474         #79643).
475
476 2006-10-03      Boris Kirzner <borisk@mainsoft.com>
477
478         * TestStringFormat.cs: mark tests not working in TARGET_JVM.
479
480 2006-09-29  Sebastien Pouliot  <sebastien@ximian.com>
481
482         * TestGraphics.cs: Convert unit tests to 2.2 API so we can Ignore some
483         tests dynamically (when fonts aren't installed).
484
485 2006-09-28  Sebastien Pouliot  <sebastien@ximian.com>
486
487         * TestGraphics.cs: Added test cases for bug #77699 (with and without 
488         wrapping).
489
490 2006-09-26      Boris Kirzner <borisk@mainsoft.com>
491
492         * TestStringFormat.cs: fix build for TARGET_JVM.
493
494 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
495
496         * TestGraphics.cs: Added more test cases for MeasureCharacterRanges,
497         like handling bad ranges (start, length) and hotkey prefix handling.
498
499 2006-09-21  Sebastien Pouliot  <sebastien@ximian.com> 
500
501         * GDIPlusTest.cs: Added test cases for GdipGetStringFormatTabStops and
502         GdipSetStringFormatTabStops functions.
503         * TestStringFormat.cs: Added a more complex test case for Clone.
504
505 2006-09-19  Sebastien Pouliot  <sebastien@ximian.com> 
506
507         * GDIPlusTest.cs: Added test cases for GdipMeasureCharacterRanges and
508         StringFormat functions.
509         * TestGraphics.cs: Avoid test cases failure if the font object can't 
510         be created during fixture's setup.
511         * TestStringFormat.cs: Increased coverage of the unit tests.
512
513 2006-09-18  Sebastien Pouliot  <sebastien@ximian.com>
514
515         * TestGraphics.cs: Add test cases for MeasureString and 
516         MeasureCharacterRanges methods.
517
518 2006-09-18      Boris Kirzner <borisk@mainsoft.com>
519
520         * ColorTranslator.cs,TestBitmap.cs,TestColor.cs,TestFont.cs,
521         TestRegion.cs,TestSizeFConverter.cs : mark tests not working
522         in TARGET_JVM.
523
524 2006-09-16  Sebastien Pouliot  <sebastien@ximian.com>
525
526         * TestSizeF.cs: Remove the NET_2_0/NotWorking stuff from GetHashCode
527         test. The test is bad because sometimes it uses Size instead of SizeF.
528
529 2006-09-14  Sebastien Pouliot  <sebastien@ximian.com>
530
531         * GDIPlusTest.cs: Added test cases for GdipBitmapUnlockBits.
532
533 2006-09-11  Sebastien Pouliot  <sebastien@ximian.com>
534
535         * TestBitmap.cs: Fix the bitmap loading code to work in more cases.
536         * TestImageConverter.cs: Added a test case when value is null (should
537         return "(none)"). Uncommented and splitted all exception test cases 
538         into individual tests. Still got one faulty test: ConvertTo_ByteArray.
539
540 2006-09-04  Jonathan Gilbert  <logic@deltaq.org>
541
542         * TestBitmap.cs: Reactivated the Rotate1bit4bit test, with code added
543         to ignore the test if Microsoft's GDIPLUS.DLL is in use.
544
545 2006-09-01  Sebastien Pouliot  <sebastien@ximian.com>
546
547         * TestBitmap.cs: Add more test cases for LockBits which, on Mono, 
548         seems to work only when the destination format is 32 bits.
549
550 2006-08-31  Sebastien Pouliot  <sebastien@ximian.com>
551
552         * TextureBrushTest.cs: Remove NotWorking from rotation test case.
553
554 2006-08-30  Sebastien Pouliot  <sebastien@ximian.com>
555
556         * TextureBrushTest.cs: More test cases when only a partial part of the
557         image is being used and for cloning the brush.
558
559 2006-08-28  Sebastien Pouliot  <sebastien@ximian.com> 
560
561         * GDIPlusTest.cs: Added more parameters checks for TextureBrush calls.
562         * TestBitmap.cs: Fix test case for big endian arch (Marshal.ReadInt32)
563
564 2006-08-27  Sebastien Pouliot  <sebastien@ximian.com> 
565
566         * ColorConverter.cs: Add a new test case for a color with a integer 
567         part that is too large to convert into an int.
568         * ColorTranslator.cs: Add more test cases for FromHtml method.
569
570 2006-08-25  Sebastien Pouliot  <sebastien@ximian.com> 
571
572         * GDIPlusTest.cs: Fix ImageAttributes test case.
573         * TestBitmap.cs: Add more details to pinpoint exact failure under OSX.
574
575 2006-08-24  Sebastien Pouliot  <sebastien@ximian.com>
576
577         * GDIPlusTest.cs: Added more test cases for TextureBrush functions.
578         Added new test cases for ImageAttributes. Removed some assertion for 
579         GpGraphicsPath (which returns different value on monobuild win32 bot 
580         than my own machine, uninit field ?).
581
582 2006-08-23  Sebastien Pouliot  <sebastien@ximian.com>
583
584         * GDIPlusTest.cs: Added new test cases for TextureBrush functions.
585         * TextureBrushTest.cs: New. Unit tests for TextureBrush class.
586
587 2006-08-19  Sebastien Pouliot  <sebastien@ximian.com>
588
589         * GDIPlusTest.cs: Added new test cases for GraphicsPathIter functions.
590
591 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
592
593         * GDIPlusTest.cs: Added more test cases for Matrix functions.
594
595 2006-08-16  Sebastien Pouliot  <sebastien@ximian.com>
596
597         * GDIPlusTest.cs: Ignore some test cases if we cannot get any font
598         family from GDI+.
599
600 2006-08-15  Sebastien Pouliot  <sebastien@ximian.com>
601
602         * FontFamilyTest.cs: Ignore test cases if we cannot get any font 
603         family from GDI+.
604         * TestFont.cs: Ignore test cases if we cannot get any font family 
605         from GDI+.
606
607 2006-08-14  Sebastien Pouliot  <sebastien@ximian.com> 
608
609         * GDIPlusTest.cs: Re-add LOGONT definition as a class (instead of a
610         struct like it's currently defined inside SD).
611
612 2006-08-12  Duncan Mak  <duncan@novell.com>
613
614         * GDIPlusTest.cs: Removed all the local PInvoke methods.
615         (DrawingOperations): New test for various draw and fill operations
616         in Graphics.
617
618 2006-08-11  Sebastien Pouliot  <sebastien@ximian.com> 
619
620         * GDIPlusTest.cs: Added one more case for GdipGetLogFont.
621         * TestBitmap.cs: Ignore test Rotate1bit4bit as it fails when Mono 
622         executes under Windows (GDI+);
623         * TestFont.cs: Added more test cases for ToLogFont including one that
624         shows that LOGFONT only works properly when it's a class (not a struct)
625
626 2006-08-10  Sebastien Pouliot  <sebastien@ximian.com>
627
628         * GDIPlusTest.cs: Add more test cases for GraphicsPath and 
629         PathGradientBrush to fix unit tests under Windows.
630         * RegionNonRectTest.cs: Ignore Region_Ctor_RegionData as it will
631         fail when using MS GDI+ (e.g. Mono on Windows).
632
633 2006-08-10  Sebastien Pouliot  <sebastien@ximian.com> 
634
635         * GDIPlusTest.cs: Add more test cases for GraphicsPath (Reset and 
636         Widen) and some new tests for Matrix related GDI+ functions.
637
638 2006-08-08  Sebastien Pouliot  <sebastien@ximian.com>
639
640         * TestRegion.cs: Add test case for excluding a rectangle from an 
641         infinite region.
642
643 2006-08-07  Sebastien Pouliot  <sebastien@ximian.com> 
644
645         * GDIPlusTest.cs: Avoid leaking during tests.
646
647 2006-08-05  Sebastien Pouliot  <sebastien@ximian.com> 
648
649         * GDIPlusTest.cs: Some test cases for Graphics and Font related GDI+ 
650         functions.
651
652 2006-08-04  Sebastien Pouliot  <sebastien@ximian.com> 
653
654         * GDIPlusTest.cs: Some test cases for GraphicsPath, PathGradientBrush,
655         Pen related GDI+ calls.
656  
657 2006-08-03  Sebastien Pouliot  <sebastien@ximian.com> 
658
659         * GDIPlusTest.cs: More test cases for the GDI+ function calls (which
660         fixes some unit test failures seen with Mono running on Windows).
661
662 2006-08-03  Sebastien Pouliot  <sebastien@ximian.com>
663
664         * TestFont.cs: Remove asserts that are system dependant.
665
666 2006-07-20  Sebastien Pouliot  <sebastien@ximian.com>
667
668         * TestGraphics.cs: Added ReleaseHDC test cases by Jonathan Pobst.
669
670 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com> 
671
672         * GDIPlusTest.cs: New WIP. Unit tests for the GDI+ function calls.
673         * TestImage.cs: Added checks to validate that the thumbnail's callback
674         is never called.
675
676 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
677
678         * SolidBrushTest.cs: New test case using DrawLine.
679
680 2006-07-04  Sebastien Pouliot  <sebastien@ximian.com>
681
682         * TestImage.cs: Add test cases for GetThumbnailImage.
683
684 2006-06-30  Sebastien Pouliot  <sebastien@ximian.com>
685
686         * SolidBrushTest.cs: New. Unit tests for SolidBrush.
687
688 2006-06-28  Sebastien Pouliot  <sebastien@ximian.com>
689
690         * TestFont.cs: Expanded a test case to check for bug #78721 where the
691         LOGFONT structure must be initialized even if the ToLogFont call fails
692
693 2006-06-27  Sebastien Pouliot  <sebastien@ximian.com>
694
695         * TestBitmap.cs: Reactivate a test case (LockBitmap) as NotWorking and
696         add a comment on a commented one (MakeTransparent ;-)
697
698 2006-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
699
700         * TestBitmap.cs: add test for stride with 1bpp indexed bitmap.
701
702 2006-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
703
704         * TestColor.cs: added 2 more tests for serialization and enabled one
705         that was not working.
706
707 2006-05-30  Sebastien Pouliot  <sebastien@ximian.com>
708
709         * FontFamilyTest.cs: New. Unit tests for FontFamily.
710         * TestFont.cs: Added more test cases to Font.
711
712 2006-05-29  Sebastien Pouliot  <sebastien@ximian.com>
713
714         * TestImageFormatConverter.cs: Added test cases for all well known
715         ImageFormat short and long names using ConvertFrom.
716
717 2006-05-26  Sebastien Pouliot  <sebastien@ximian.com>
718
719         * TestColor.cs: Added test cases for serialization. Currently we can't
720         deserialize Color coming from MS serialization.
721
722 2006-05-25  Sebastien Pouliot  <sebastien@ximian.com> 
723
724         * TestRegion.cs: Added a new fixture that executes with UnmanagedCode
725         permission and test the [Get|From]Hrgn methods.
726
727 2006-05-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
728
729         * TestBitmap.cs: new tests for the default format and the default file
730         type.
731
732 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com> 
733
734         * ColorConverter.cs: Split unworking test case from ConvertFrom into
735         a separate test case (marked as NotWorking).
736         * TestBitmap.cs: Mark test case Rotate1bit4bit as NotDotNet as it was
737         probably never tested under Windows (and doesn't work there).
738         * TestFontConverter.cs: Split test case for CreateInstance to check 
739         for ArgumentException (2.0) or NullReferenceException (1.x).
740         * TestPointConverter.cs: Split test case for CreateInstance to check 
741         for ArgumentException (2.0) or NullReferenceException (1.x).
742         * TestRectangleConverter.cs: Split test case for CreateInstance to 
743         check for ArgumentException (2.0) or NullReferenceException (1.x).
744         * TestSizeConverter.cs: Split test case for CreateInstance to check 
745         for ArgumentException (2.0) or NullReferenceException (1.x).
746         * TestSizeFConverter.cs: Add/split test cases for CreateInstance to
747         check for InvalidCastException and NullReferenceException.
748         * TestSizeF.cs: Mark GetHashCodeTest as NotWorking in 2.0 profile as
749         Empty and SizeF(0,0) don't share the same hash code.
750
751 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com>
752
753         * TestImageConverter.cs: Adjust test cases as there is an additional
754         properties under 2.0.
755         * TestSizeF.cs: Under 2.0 SizeF.Empty != SizeF(0,0)
756
757 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com> 
758
759         * PenTest.cs: Fix different exception being thrown in 1.x and 2.0.
760         * TestFont.cs: Fix tests under Windows (CAS related);
761         * TestGraphics.cs: Fix and add more test cases for FillRectangles.
762
763 2006-05-24  Sebastien Pouliot  <sebastien@ximian.com>
764
765         * PenTest.cs: Added a test case where the brush supplied to the .ctor 
766         is disposed before the pen is used. Based on a sample from Paddy joy.
767
768 2006-05-17  Sebastien Pouliot  <sebastien@ximian.com>
769
770         * PenTest.cs: New. Unit tests for Pen.
771
772 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
773
774         * TestGraphics.cs : added test for bug #78408 (FillRectangles).
775
776 2006-05-12  Sebastien Pouliot  <sebastien@ximian.com>
777
778         * TestRegion.cs: Added a new test case for unioning a rectangle with 
779         infinity and a new test case for GetRegionScans.
780
781 2006-05-04  Sebastien Pouliot  <sebastien@ximian.com> 
782
783         * TestGraphics.cs: Re-introduce the removed check :)    
784
785 2006-05-04  Sebastien Pouliot  <sebastien@ximian.com>
786
787         * TestGraphics.cs: Temporarily remove the checks for the transform in
788         containers. This allows libgdiplus to get better visual results until
789         the matrix issue is fixed correctly (instead of returning the "right"
790         matrix and displaying wrong data).
791
792 2006-05-02  Sebastien Pouliot  <sebastien@ximian.com>
793
794         * TestGraphics.cs: Added new test cases for [Begin|End]Container and
795         for Save and Restore methods.
796
797 2006-04-27  Sebastien Pouliot  <sebastien@ximian.com>
798
799         * TestGraphics.cs: Added new test cases for DrawCurve methods.
800
801 2006-04-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
802
803         * TestBitmap.cs: added tests for UnlockBits when the target is an
804         indexed image and a non-indexed one.
805
806 2006-04-21  Sebastien Pouliot  <sebastien@ximian.com>
807
808         * TestGraphics.cs: Added new test cases for clipping. Some of them do 
809         not work yet.
810
811 2006-04-11  Sebastien Pouliot  <sebastien@ximian.com>
812
813         * TestGraphics.cs: Added new test cases for bug #77129 where we should
814         not draw or fill rectangle(s) with negative width or height. Converted
815         all test cases to UNIX line endings.
816
817 2006-03-30  Sebastien Pouliot  <sebastien@ximian.com>
818
819         * TestGraphics.cs: Added new test cases translating matrix with 
820         different MatrixOrder and for multiplying a non-invertible matrix.
821
822 2006-03-28  Sebastien Pouliot  <sebastien@ximian.com>
823
824         * TestGraphics.cs: Add new test cases for clipping.
825
826 2006-03-25  Sebastien Pouliot  <sebastien@ximian.com>
827
828         * RegionDataTest.cs: Add test cases for GetRegionData when a region is
829         path-based (using bitmaps in libgdiplus) and for regions that had a 
830         binary operations applied (i.e. using a path tree in libgdiplus).
831         * RegionNonRectTest.cs: Add test cases for GetRegionScans and all
832         binary operators (Union, Intersection, Complement, Exclude and Xor)
833         on path based regions (using bitmaps in libgdiplus).
834
835 2006-02-29  Peter Dennis Bartok  <pbartok@novell.com>
836
837         * TestFont.cs: LOGFONT must be CharSet=Auto to make sure we have
838           the appropriate size on each system
839
840 2006-01-27  Sebastien Pouliot  <sebastien@ximian.com>
841
842         * RegionNonRectTest.cs: Updated comments on a test that fails on both
843         1.x and 2.0 MS runtime.
844         * TestFont.cs: Converted tests to NUnit 2.2 and added descriptions to
845         each asserts.
846
847 2006-01-26 Boris Kirzner <borisk@mainsoft.com>
848         * ColorConverter.cs, TestBitmap.cs, TestIcon.cs, TestIconConverter.cs,
849         TestImageConverter.cs, TestPointConverter.cs, TestRectangleConverter.cs,
850         TestRegion.cs, TestSizeConverter.cs, TestStringFormat.cs: 
851         added #ifdef for TARGET_JVM.
852
853 2006-01-23 Boris Kirzner <borisk@mainsoft.com>
854         * TestBitmap.cs, TestFont.cs: #ifdef fot TARGET_JVM.    
855
856 2006-01-18  Sebastien Pouliot  <sebastien@ximian.com>
857
858         * RegionDataTest.cs: New. Unit tests for RegionData.
859         * RegionNonRectTest.cs: New. Unit tests for non-rectangular regions.
860         * TestRegion.cs: Added new test cases for empty region and IsInfinite
861         behaviour with multiple rectangles / path-rectangle regions.
862
863 2006-01-16  Sebastien Pouliot  <sebastien@ximian.com>
864
865         * TestRegion.cs: Mark a test case as NotWorking as it caused a 
866         regression in SWF.
867
868 2006-01-11  Sebastien Pouliot  <sebastien@ximian.com>
869
870         * RegionCas.cs: New. CAS unit tests for Region.
871         * TestRegion.cs: Added test cases to check for expected exceptions.
872
873 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com>
874
875         * TestFont.cs: Added test for LogFont conversion
876
877 2005-12-05 Jordi Mas i Hernandez <jordimash@gmail.com>
878
879         * TestPoint.cs: Test new methods for .Net 2.0
880         * TestPointF.cs Test new methods for .Net 2.0
881         * ColorConverter.cs: Fixes for .Net 2.0
882         * TestSizeF.cs: Test new methods for .Net 2.0
883         * TestSize.cs: Test new methods for .Net 2.0
884
885 2005-12-02  Jonathan Gilbert  <logic@deltaq.org>
886
887         * TestBitmap.cs (LockUnlockBitmap): Added test for the copying back
888           of bitmap data in Bitmap.UnlockBits for non-readonly ImageLockMode
889           values.
890
891 2005-11-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
892
893         * ColorConverter.cs: added testcases for ConvertFrom and 
894         three digit notaion color.
895
896 2005-10-23  Jonathan Gilbert  <logic@deltaq.org>
897
898         * TestBitmap.cs (Rotate1bit4bit): Added test for rotation & flipping
899           of indexed (1- and 4-bit) Bitmaps.
900         * 1bit.png, 4bit.png: Added to 'bitmaps' subdirectory.
901
902 2005-09-19  Miguel de Icaza  <miguel@novell.com>
903
904         * TestGraphics.cs (LoadIndexed): Add test for the indexed bug.
905
906 2005-09-16  Sebastien Pouliot  <sebastien@ximian.com>
907
908         * BitmapCas.cs: New. CAS unit tests for Bitmap.
909         * GraphicsCas.cs: New. CAS unit tests for Graphics.
910         * ColorConverter.cs, ColorTranslator.cs, TestBrushes.cs, TestBitmap.cs
911         TestColor.cs, TestFont.cs, TestIcon.cs, TestIconConverter.cs,
912         TestImage.cs, TestImageConverter.cs, TestImageFormatConverter.cs,
913         TestPens.cs, TestPoint.cs, TestPointF.cs, TestPointConverter.cs,
914         TestRectangle.cs, TestRectangleF.cs, TestRectangleConverter.cs,
915         TestRegion.cs, TestSizeConverter.cs, TestSize.cs, TestSizeF.cs,
916         TestStringFormat.cs, TestSystemBrushes.cs, TestSystemPens.cs: Deny 
917         UnmanagedCode permission to all tests. This shows (when executed under
918         MS runtime) that S.D API is safe and doesn't requires high privileges
919         to run - even if we know that, deep down, this calls into GDI+.
920
921 2005-09-14 Jordi Mas i Hernandez <jordi@ximan.com>
922
923         * TestGraphics.cs: Adds default properties, properties set/get and save
924         and restore status test
925
926 2005-09-13 Jordi Mas i Hernandez <jordi@ximan.com>
927
928         * TestGraphics.cs: resets graphics object status before every SetClip test
929
930 2005-09-12 Gert Driesen <drieseng@users.sourceforge.net>
931
932         * TestImageConverter.cs: Re-enabled GetProperties test.
933         * TestPointConverter.cs: same.
934         * TestRectangleConverter.cs: same.
935         * TestSizeConverter.cs: same.
936
937 2005-09-06 Jordi Mas i Hernandez <jordi@ximan.com>
938
939         * TestImagge.cs: File not found exception, related to fix r49744
940         * TestBimap.cs: File not found exception, related to fix r49744
941
942 2005-09-06 Jordi Mas i Hernandez <jordi@ximan.com>
943
944         * TestGraphics.cs: New test case, only clipping for now
945
946 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
947
948         * TestPointConverter.cs: Use Assert class instead of deriving from
949         deprecated Assertion class. Tests now pass on both Mono and MS.NET.
950         * TestRectangleConverter.cs: same.
951         * TestSizeConverter.cs: same.
952
953 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
954
955         * ColorConverter.cs: Add hex string tests. Fixed tests to pass on
956         MS.NET.
957
958 2005-08-23 Jordi Mas i Hernandez <jordi@ximan.com>
959
960         * TestPens.cs: Add test for Equals method
961         * TestBrushes.cs: Add test for Equals method
962
963 2005-08-19 Jordi Mas i Hernandez <jordi@ximan.com>
964
965         * TestPointConverter.cs: Fixes and changes to make the test locale unsensitive
966         * TestRectangleConverter.cs: Fixes and changes to make the test locale unsensitive
967         * TestSizeConverter.cs:  Fixes and changes to make the test locale unsensitive
968         * ColorConverter.cs: Fixes and changes to make the test locale unsensitive
969
970 2005-08-17 Jordi Mas i Hernandez <jordi@ximan.com>
971
972         * TestRegion.cs: Adds many new cases for the new region implementation
973
974 2005-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
975
976         * ColorConverter.cs: Mono now also throws ArgumentException when
977         color value is not between 0 and 255.
978         * TestColor.cs: Added tests for invalid color values.
979         * TestRectangleConverter.cs: Fixed tests for conversion to/from 
980         string. Added tests that verify results using specific cultures.
981
982 2005-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
983
984         * ColorConverter.cs: Merged tests from TestColorConverter.cs. Fixed
985         tests using current culture.
986         * TestColorConverter.cs: Merged tests with ColorConverter.cs and 
987         removed.
988
989 2005-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
990
991         * TestColor.cs: Added test for ToString() on uninitialized color.
992         * TestColorConverter.cs: Added tests for ColorConverter.
993
994 2005-08-10 Jordi Mas i Hernandez <jordi@ximan.com>
995
996         * TestRegion.cs: new cases for Combine and Intersect
997
998 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
999
1000         * TestRectangle.cs: Add new test.
1001
1002 2005-08-09  Andrew Skiba  <andrews@mainsoft.com>
1003
1004         * ColorConverter.cs, ColorTranslator.cs: added
1005         * TestPointConverter.cs, TestRectangleConverter.cs, TestSizeConverter.cs: new
1006         tests for convert to/from string
1007
1008 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
1009
1010         * Color.cs: many new testcases added
1011
1012 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
1013
1014         * Size.cs, SizeF.cs: GetHashCode and ToString tests
1015
1016 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
1017
1018         * TestRectangle.cs, TestRectangleF.cs: add new testcases
1019
1020 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
1021
1022         * TestPoint.cs: GetHashCode and ToString tests added
1023         * TestPointF.cs: GetHashCode and ToString tests added, Addition and Substraction
1024         tests improved
1025
1026 2005-08-07  Andrew Skiba  <andrews@mainsoft.com>
1027
1028         * TestPens.cs, TestSystemBrushes.cs, TestSystemPens.cs: don't rethrow exceptions, keep
1029         the original stack trace.
1030
1031 2005-07-27  Andrew Skiba  <andrews@mainsoft.com>
1032
1033         * TestColor.cs: added tests for equality operators, IsEmpty property and fixed GetHBS
1034         tests to use tolerance.
1035
1036 2005-05-10 Juraj Skripsky <juraj@hotfeet.ch>
1037
1038         * TestColor.cs: Added tests for GetHue, GetBrightness
1039         and GetSaturation.
1040
1041 2005-02-24 Jordi Mas i Hernandez <jordi@ximan.com>
1042         * TestRegion.cs: added new IsVisible cases
1043
1044 2004-06-22  Sanjay Gupta <gsanjay@novell.com>
1045
1046         * TestIconConverter.cs, TestImageConverter.cs: Commented out some tests.
1047
1048 2004-06-17  Ravindra <rkumar@novell.com>
1049
1050         * graphicsUi.cs: Formatted and moved to
1051         Samples/System.Drawing directory.
1052         * image1.cs: Formatted and renamed to bmpsave.cs. Moved to
1053         Samples/System.Drawing directory.
1054         * hering.cs: Formatted and moved to Samples/General directory.
1055         * BmpPaint.cs: Ficed, formatted and moved to 
1056         Samples/System.Drawing directory.
1057         * font1.cs: Formatted and renamed to font.cs. Moved to
1058         Samples/System.Drawing directory.
1059
1060 2004-06-10  Sanjay Gupta <gsanjay@novell.com>
1061
1062         * TestBitmap.cs: Corrected issues from my previous checkin.
1063
1064 2004-06-10  Sanjay Gupta <gsanjay@novell.com>
1065
1066         * TestImageFormatConverter.cs, TestStringFormat.cs: Removed 
1067         dependency on obsolete class, Assertion from NUnit.
1068
1069 2004-06-09  Sanjay Gupta <gsanjay@novell.com>
1070
1071         * TestImageConverter.cs: Removed dependency on obsolete class, 
1072         Assertion from NUnit.
1073
1074 2004-06-09  Sanjay Gupta <gsanjay@novell.com>
1075
1076         * TestBitmap.cs, TestIcon.cs, TestIconConverter.cs: Removed
1077         dependency on obsolete class, Assertion from NUnit.
1078
1079 2004-05-27  Ravindra <rkumar@novell.com>
1080
1081         * TestRectangleConverter.cs: Ignored the test that is failing
1082         because of bug #58435.
1083         * TestPointConverter.cs: Same.
1084         * TestSizeConverter.cs: Same.
1085         * TestImageConverter.cs: Same.
1086
1087 2004-05-26 Sanjay Gupta <gsanjay@novell.com>
1088
1089         * TestImageFormatConverter.cs: Minor modification. Removed duplicate 
1090         assertion numbers. 
1091
1092 2004-05-26 Ravindra <rkumar@novell.com>
1093
1094         * TestColor.cs: Added a test for testing ARGB values for all
1095         the static color properties.
1096
1097 2004-05-20 Sanjay Gupta <gsanjay@novell.com>
1098         
1099         * TestIcon.cs: Added.
1100         * bitmaps/smiley.ico: Added.
1101
1102 2004-05-18 Sanjay Gupta <gsanjay@novell.com>
1103         
1104         * TestImageFormatConverter.cs: Fixed issues with test case.
1105
1106 2004-05-18 Sanjay Gupta <gsanjay@novell.com>
1107         
1108         * TestImageConverter.cs: Fixed issues with test case.
1109
1110 2004-05-18 Sanjay Gupta <gsanjay@novell.com>
1111         
1112         * TestIconConverter.cs: Fixed issues with test case.
1113
1114 2004-05-18 Ravindra <rkumar@novell.com>
1115
1116         * TestHatchBrush.cs: Removed. Now, we have a better test for HatchBrush
1117         this under Test/System.Drawing.Drawing2D directory.
1118
1119 2004-05-17 Sanjay Gupta <gsanjay@novell.com>
1120                                                                                                          
1121         * TestIconConverter.cs: Added.
1122         * bitmaps/VisualPng.ico: Added
1123         * bitmaps/VisualPng1.ico: Added
1124
1125 2004-05-14 Sanjay Gupta <gsanjay@novell.com>
1126
1127         * TestBitmap.cs: Modified method signature to static to be used in other file.
1128         * TestImageConverter.cs: Added.
1129         * TestImageFormatConverter.cs: Added
1130
1131 2004-05-12 Jordi Mas <jordi@ximan.com>
1132         * TestBitmap.cs: added lockbitmap tests
1133
1134 2004-05-07 Jordi Mas <jordi@ximan.com>
1135         * TestBitmap.cs: added rotation tests
1136
1137 2004-04-23  Ravindra <rkumar@novell.com>
1138
1139         * TestSystemPens.cs: Removed some unused exception variables.
1140         * TestRectangleConverter.cs: Removed culture dependent tests.
1141         * TestPointConverter.cs: Removed culture dependent tests.
1142         * TestSizeConverter.cs: Removed culture dependent tests.
1143         (These tests were not right because a constant culture specific string
1144         was being parsed by using current culture of the thread. It resulted in
1145         test failures when cultures do not match.)
1146
1147 2004-04-22  Ravindra <rkumar@novell.com>
1148
1149         * TestPointConverter.cs: Added.
1150         * TestSizeConverter.cs: Added.
1151
1152 2004-04-22  Ravindra <rkumar@novell.com>
1153
1154         * TestRectangleConverter.cs: Added.
1155
1156 2004-04-21  Ravindra <rkumar@novell.com>
1157
1158         * TestPens.cs: Added.
1159
1160 2004-04-21  Ravindra <rkumar@novell.com>
1161
1162         * TestBrushes.cs: Added.
1163
1164 2004-04-16  Ravindra <rkumar@novell.com>
1165
1166         * TestSystemPens.cs: Added.
1167
1168 2004-03-13  Ravindra <rkumar@novell.com>
1169
1170         * TestSystemBrushes.cs: Added test fail conditions.
1171
1172 2004-03-12  Ravindra <rkumar@novell.com>
1173
1174         * TestSystemBrushes.cs: Added.
1175
1176 2004-03-17  Ravindra <rkumar@novell.com>
1177         * TestHatchBrush.cs: Added.
1178
1179 2004-01-26  Ravindra <rkumar@novell.com>
1180         * TestPointF.cs: Added.
1181         * TestSize.cs: Added.
1182         * TestSizeF: Added.
1183
1184 2004-01-16  Ravindra <rkumar@novell.com>
1185         * BmpPaint.cs   did not run on .NET.
1186         Modified to make it run on .NET. Specs say
1187         "Do not save an image to the same stream
1188         that was used to construct the image."
1189
1190 2003-07-30  Alexandre Pigolkine <pigolkine@gmx.de>
1191         * BmpPaint.cs   modified
1192
1193 2003-06-28  Alexandre Pigolkine <pigolkine@gmx.de>
1194         * hering.cs     save as Jpeg also
1195
1196 2003-06-22  Alexandre Pigolkine <pigolkine@gmx.de>
1197         * font1.cs added
1198
1199 2003-06-17  Alexandre Pigolkine <pigolkine@gmx.de>
1200         * hering.cs     added
1201         
1202 2003-06-15  Alexandre Pigolkine <pigolkine@gmx.de>
1203         * BmpPaint.cs   ImageFormat specified for Save()
1204         * image1.cs             added
1205
1206 2003-06-06  Alexandre Pigolkine <pigolkine@gmx.de>
1207         * BmpPaint.cs   added
1208
1209 2001-10-31  Mike Kestner <mkestner@speakeasy.net>
1210
1211         * TestPoint.cs : Tests I've had in my node forever.
1212