merged Sys.Web.Services 2.0 support in my branch:
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing.Drawing2D / ChangeLog
index d6ea6328860242cc18564cb8c03a619c516ba999..5d800583898f0d7da0725f6b1117d05090063ddf 100644 (file)
@@ -1,3 +1,20 @@
+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.