[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Drawing2D / ChangeLog
index 729d428ab8f4c13a7e19b04465a9d4ae291a1298..0e77465c975e2c56613ceca13b2eeac76e16ebeb 100644 (file)
@@ -1,3 +1,17 @@
+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,