2006-04-27 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 27 Apr 2006 18:39:24 +0000 (18:39 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Thu, 27 Apr 2006 18:39:24 +0000 (18:39 -0000)
* GraphicsPathTest.cs: Activate two unit tests where we use AddLines
to add a single point to a path.

svn path=/trunk/mcs/; revision=60004

mcs/class/System.Drawing/Test/System.Drawing.Drawing2D/ChangeLog
mcs/class/System.Drawing/Test/System.Drawing.Drawing2D/GraphicsPathTest.cs

index 5b1e635e06fd5f7e90ea0cd778a91a83ddf7a71d..012121ccf5ea0e66051db26535b018d18a78962d 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * GraphicsPathTest.cs: Activate two unit tests where we use AddLines
+       to add a single point to a path.
+
 2006-04-27  Sebastien Pouliot  <sebastien@ximian.com> 
 
        * GraphicsPathTest.cs: Added new test cases for AddString.
index 138572d66483b7986c6222edee573bc99960f64f..73e76524c7e13b18b0a2b522bb2a877f446e75de 100644 (file)
@@ -479,7 +479,6 @@ namespace MonoTests.System.Drawing.Drawing2D {
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void AddLines_Point_1 ()
                {
                        GraphicsPath gp = new GraphicsPath ();
@@ -514,7 +513,6 @@ namespace MonoTests.System.Drawing.Drawing2D {
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void AddLines_PointF_1 ()
                {
                        GraphicsPath gp = new GraphicsPath ();