[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / ChangeLog
index f80255100f0f8ccb408f57bd04052130667f6c40..684c67471097d2561a199131069507b246164aa2 100644 (file)
@@ -1,3 +1,33 @@
+2009-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * TestGraphics.cs: Add test case for #556181
+
+2009-08-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TestColor.cs, TestPoint.cs, TestGraphics.cs, TestSystemBrushes.cs,
+         TestPens.cs, TestSize.cs, TestSystemPens.cs: nunit test upgrade.
+
+2009-01-02  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * TestBitmap.cs: Add test cases for SetResolution
+
+2009-01-02  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * PenTest.cs: Fix test case not to use a color that is "destroyed" 
+       by another unit test. The nunit update changed the order in which 
+       the test cases are executed.
+
+2008-12-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GDIPlusTest.cs: Add MeasureCharacterRanges test cases around bug
+       #449971 and add a few delta for FP comparison.
+       * TestGraphics.cs: Add a few delta for FP comparison.
+
+2008-12-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TestGraphics.cs, GDIPlusTest.cs : fix tests wrt rounding that
+         were failing on .NET too (exposed by nunit24).
+
 2008-11-01  Sebastien Pouliot  <sebastien@ximian.com>
 
        * TestFont.cs: Add test cases for null checks to ensure we match