[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Drawing2D / ChangeLog
index ec6921736a7dbb311c31d2fec2c7ac0091960002..0e77465c975e2c56613ceca13b2eeac76e16ebeb 100644 (file)
@@ -1,3 +1,131 @@
+2010-07-15  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * LinearGradientBrushTest.cs: Add test case for #537396 (empty rects)
+
+2009-08-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TestBlend.cs, TestMatrix.cs : nunit test upgrade to modern style.
+
+2008-12-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * 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  <atsushi@ximian.com>
+
+       * LinearGradientBrushTest.cs, GraphicsPathTest.cs,
+         TestMatrix.cs : fix tests wrt rounding that were failing on .NET
+         too (exposed by nunit24).
+
+2008-11-01  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * 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  <sebastien@ximian.com>
+
+       * GraphicsPathTest.cs: Add unit test to check for an open curve
+       points.
+
+2008-09-02  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * 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  <sebastien@ximian.com>
+
+       * GraphicsPathTest.cs: Add test case for "half" closed paths.
+       [Bug #413461]
+
+2007-10-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GraphicsPathTest.cs: Added IsVisible test cases on ellipses 
+       (#325502)
+
+2007-07-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GraphicsPathTest.cs: Added more test cases for Reverse based on the
+       C test cases provided in #81859.
+
+2007-07-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GraphicsPathTest.cs: Added more test cases for Reverse, the complex
+       ones don't work yet (see #81859).
+
+2007-03-30  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * 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  <sebastien@ximian.com>
+
+       * GraphicsPathTest.cs: Added test case for Reverse (and found out that
+       the types aren't reversed, only the points are).
+
+2006-09-18     Boris Kirzner <borisk@mainsoft.com>
+
+       * TestColorBlend.cs,TestHatchBrush.cs : marked tests not working
+       for TARGET_JVM.
+
+2006-08-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GraphicsPathTest.cs: Ignore some test cases if we cannot get any 
+       font family from GDI+.
+       * TestHatchBrush.cs: Ignore some test cases if we cannot get any font
+       family from GDI+. Update to NUnit 2.2+ and fix getOutSufix method
+
+2006-06-09  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * GraphicsPathTest.cs: Added test cases for IsVisible methods.
+
+2006-06-07  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * GraphicsPathTest.cs: Added test cases for IsOutlineVisible methods.
+
+2006-06-01  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TestHatchBrush.cs: Some were surprisingly similar until...
+
+2006-05-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GraphicsPathTest.cs: Ignore some test cases that aren't implemented 
+       in libgdiplus and have different results in MS 1.x/2.0 (or between
+       different executions, yuck).
+
+2006-05-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PathGradientBrushTest.cs: New. Unit tests (mostly) based on the test
+       cases created for LinearGradientBrush.
+
+2006-05-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GraphicsPathTest.cs: Added test cases for Widen and Wrap with empty
+       path (expected behaviour) and paths that have a single point (stranger
+       behaviour). Changed comments on GetBounds_WithPen test case as it will
+       probably never work under Mono due to difference in precisions.
+
+2006-05-05  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * GraphicsPathTest.cs: Added more test cases for GetBounds and found
+       out the results are very imprecise when curves are used (hence 
+       difficult to test but much easier to implement ;-)
+
+2006-05-03  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * LinearGradientBrushTest.cs: Added new test case for #78185 (from 
+       Bill Holmes).
+
+2006-05-01  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * LinearGradientBrushTest.cs: Added new test case for #78179 (from 
+       Bill Holmes).
+
 2006-04-28  Sebastien Pouliot  <sebastien@ximian.com> 
  
        * TestColorBlend.cs: Added new test cases to verify if the TODO were