X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FSystem.Drawing%2FTest%2FSystem.Drawing.Drawing2D%2FChangeLog;h=0e77465c975e2c56613ceca13b2eeac76e16ebeb;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=5d800583898f0d7da0725f6b1117d05090063ddf;hpb=dbf19eb41dbd299c4c33d4de35ffe3cf6c669832;p=mono.git diff --git a/mcs/class/System.Drawing/Test/System.Drawing.Drawing2D/ChangeLog b/mcs/class/System.Drawing/Test/System.Drawing.Drawing2D/ChangeLog index 5d800583898..0e77465c975 100644 --- a/mcs/class/System.Drawing/Test/System.Drawing.Drawing2D/ChangeLog +++ b/mcs/class/System.Drawing/Test/System.Drawing.Drawing2D/ChangeLog @@ -1,3 +1,68 @@ +2010-07-15 Sebastien Pouliot + + * LinearGradientBrushTest.cs: Add test case for #537396 (empty rects) + +2009-08-28 Atsushi Enomoto + + * TestBlend.cs, TestMatrix.cs : nunit test upgrade to modern style. + +2008-12-23 Sebastien Pouliot + + * GraphicsPathTest.cs, LinearGradientBrushTest.cs, TestMatrix.cs: + Add delta when comparing floating point values since there can be + small differences between different platforms. + +2008-12-10 Atsushi Enomoto + + * LinearGradientBrushTest.cs, GraphicsPathTest.cs, + TestMatrix.cs : fix tests wrt rounding that were failing on .NET + too (exposed by nunit24). + +2008-11-01 Sebastien Pouliot + + * GraphicsPathIteratorTest.cs: New. Add some (incomplete) unit + tests for GraphicsPathIterator. Test cases are mostly to ensure + null check compatibility with MS. + * LinearGradientBrushTest.cs: Add test case when setting null + on properties. + * PathGradientBrushTest.cs: Add test case when setting null + on properties. + +2008-09-03 Sebastien Pouliot + + * GraphicsPathTest.cs: Add unit test to check for an open curve + points. + +2008-09-02 Sebastien Pouliot + + * GraphicsPathTest.cs: Add a bunch of unit tests to check when + points can be compressed (removed) when adding shapes to a path. + +2008-08-04 Sebastien Pouliot + + * GraphicsPathTest.cs: Add test case for "half" closed paths. + [Bug #413461] + +2007-10-30 Sebastien Pouliot + + * GraphicsPathTest.cs: Added IsVisible test cases on ellipses + (#325502) + +2007-07-31 Sebastien Pouliot + + * GraphicsPathTest.cs: Added more test cases for Reverse based on the + C test cases provided in #81859. + +2007-07-30 Sebastien Pouliot + + * GraphicsPathTest.cs: Added more test cases for Reverse, the complex + ones don't work yet (see #81859). + +2007-03-30 Sebastien Pouliot + + * TestMatrix.cs: Allow a small delta when comparing floats. This + allows the ARM to work properly (e.g. -9.999995 versus -10). + 2006-09-26 Sebastien Pouliot * GraphicsPathTest.cs: Added test case for Reverse (and found out that