X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Drawing%2FTest%2FSystem.Drawing%2FChangeLog;h=5c648d4309fb140df1590a4af542b22ab33e33b6;hb=56884dcbceee8a87dedd587846b65dc28c2dbcfc;hp=538d55cb745c75a8fbd0c8a773090c2135f111fd;hpb=f5bd124831c3f90841a2aeba3d3c5ad531cc14b6;p=mono.git diff --git a/mcs/class/System.Drawing/Test/System.Drawing/ChangeLog b/mcs/class/System.Drawing/Test/System.Drawing/ChangeLog index 538d55cb745..5c648d4309f 100644 --- a/mcs/class/System.Drawing/Test/System.Drawing/ChangeLog +++ b/mcs/class/System.Drawing/Test/System.Drawing/ChangeLog @@ -1,3 +1,198 @@ +2005-09-19 Miguel de Icaza + + * TestGraphics.cs (LoadIndexed): Add test for the indexed bug. + +2005-09-16 Sebastien Pouliot + + * BitmapCas.cs: New. CAS unit tests for Bitmap. + * GraphicsCas.cs: New. CAS unit tests for Graphics. + * ColorConverter.cs, ColorTranslator.cs, TestBrushes.cs, TestBitmap.cs + TestColor.cs, TestFont.cs, TestIcon.cs, TestIconConverter.cs, + TestImage.cs, TestImageConverter.cs, TestImageFormatConverter.cs, + TestPens.cs, TestPoint.cs, TestPointF.cs, TestPointConverter.cs, + TestRectangle.cs, TestRectangleF.cs, TestRectangleConverter.cs, + TestRegion.cs, TestSizeConverter.cs, TestSize.cs, TestSizeF.cs, + TestStringFormat.cs, TestSystemBrushes.cs, TestSystemPens.cs: Deny + UnmanagedCode permission to all tests. This shows (when executed under + MS runtime) that S.D API is safe and doesn't requires high privileges + to run - even if we know that, deep down, this calls into GDI+. + +2005-09-14 Jordi Mas i Hernandez + + * TestGraphics.cs: Adds default properties, properties set/get and save + and restore status test + +2005-09-13 Jordi Mas i Hernandez + + * TestGraphics.cs: resets graphics object status before every SetClip test + +2005-09-12 Gert Driesen + + * TestImageConverter.cs: Re-enabled GetProperties test. + * TestPointConverter.cs: same. + * TestRectangleConverter.cs: same. + * TestSizeConverter.cs: same. + +2005-09-06 Jordi Mas i Hernandez + + * TestImagge.cs: File not found exception, related to fix r49744 + * TestBimap.cs: File not found exception, related to fix r49744 + +2005-09-06 Jordi Mas i Hernandez + + * TestGraphics.cs: New test case, only clipping for now + +2005-08-26 Gert Driesen + + * TestPointConverter.cs: Use Assert class instead of deriving from + deprecated Assertion class. Tests now pass on both Mono and MS.NET. + * TestRectangleConverter.cs: same. + * TestSizeConverter.cs: same. + +2005-08-26 Gert Driesen + + * ColorConverter.cs: Add hex string tests. Fixed tests to pass on + MS.NET. + +2005-08-23 Jordi Mas i Hernandez + + * TestPens.cs: Add test for Equals method + * TestBrushes.cs: Add test for Equals method + +2005-08-19 Jordi Mas i Hernandez + + * TestPointConverter.cs: Fixes and changes to make the test locale unsensitive + * TestRectangleConverter.cs: Fixes and changes to make the test locale unsensitive + * TestSizeConverter.cs: Fixes and changes to make the test locale unsensitive + * ColorConverter.cs: Fixes and changes to make the test locale unsensitive + +2005-08-17 Jordi Mas i Hernandez + + * TestRegion.cs: Adds many new cases for the new region implementation + +2005-08-16 Gert Driesen + + * ColorConverter.cs: Mono now also throws ArgumentException when + color value is not between 0 and 255. + * TestColor.cs: Added tests for invalid color values. + * TestRectangleConverter.cs: Fixed tests for conversion to/from + string. Added tests that verify results using specific cultures. + +2005-08-14 Gert Driesen + + * ColorConverter.cs: Merged tests from TestColorConverter.cs. Fixed + tests using current culture. + * TestColorConverter.cs: Merged tests with ColorConverter.cs and + removed. + +2005-08-14 Gert Driesen + + * TestColor.cs: Added test for ToString() on uninitialized color. + * TestColorConverter.cs: Added tests for ColorConverter. + +2005-08-10 Jordi Mas i Hernandez + + * TestRegion.cs: new cases for Combine and Intersect + +2005-08-10 Zoltan Varga + + * TestRectangle.cs: Add new test. + +2005-08-09 Andrew Skiba + + * ColorConverter.cs, ColorTranslator.cs: added + * TestPointConverter.cs, TestRectangleConverter.cs, TestSizeConverter.cs: new + tests for convert to/from string + +2005-08-07 Andrew Skiba + + * Color.cs: many new testcases added + +2005-08-07 Andrew Skiba + + * Size.cs, SizeF.cs: GetHashCode and ToString tests + +2005-08-07 Andrew Skiba + + * TestRectangle.cs, TestRectangleF.cs: add new testcases + +2005-08-07 Andrew Skiba + + * TestPoint.cs: GetHashCode and ToString tests added + * TestPointF.cs: GetHashCode and ToString tests added, Addition and Substraction + tests improved + +2005-08-07 Andrew Skiba + + * TestPens.cs, TestSystemBrushes.cs, TestSystemPens.cs: don't rethrow exceptions, keep + the original stack trace. + +2005-07-27 Andrew Skiba + + * TestColor.cs: added tests for equality operators, IsEmpty property and fixed GetHBS + tests to use tolerance. + +2005-05-10 Juraj Skripsky + + * TestColor.cs: Added tests for GetHue, GetBrightness + and GetSaturation. + +2005-02-24 Jordi Mas i Hernandez + * TestRegion.cs: added new IsVisible cases + +2004-06-22 Sanjay Gupta + + * TestIconConverter.cs, TestImageConverter.cs: Commented out some tests. + +2004-06-17 Ravindra + + * graphicsUi.cs: Formatted and moved to + Samples/System.Drawing directory. + * image1.cs: Formatted and renamed to bmpsave.cs. Moved to + Samples/System.Drawing directory. + * hering.cs: Formatted and moved to Samples/General directory. + * BmpPaint.cs: Ficed, formatted and moved to + Samples/System.Drawing directory. + * font1.cs: Formatted and renamed to font.cs. Moved to + Samples/System.Drawing directory. + +2004-06-10 Sanjay Gupta + + * TestBitmap.cs: Corrected issues from my previous checkin. + +2004-06-10 Sanjay Gupta + + * TestImageFormatConverter.cs, TestStringFormat.cs: Removed + dependency on obsolete class, Assertion from NUnit. + +2004-06-09 Sanjay Gupta + + * TestImageConverter.cs: Removed dependency on obsolete class, + Assertion from NUnit. + +2004-06-09 Sanjay Gupta + + * TestBitmap.cs, TestIcon.cs, TestIconConverter.cs: Removed + dependency on obsolete class, Assertion from NUnit. + +2004-05-27 Ravindra + + * TestRectangleConverter.cs: Ignored the test that is failing + because of bug #58435. + * TestPointConverter.cs: Same. + * TestSizeConverter.cs: Same. + * TestImageConverter.cs: Same. + +2004-05-26 Sanjay Gupta + + * TestImageFormatConverter.cs: Minor modification. Removed duplicate + assertion numbers. + +2004-05-26 Ravindra + + * TestColor.cs: Added a test for testing ARGB values for all + the static color properties. + 2004-05-20 Sanjay Gupta * TestIcon.cs: Added.