Просмотр исходного кода

2006-04-27 Sebastien Pouliot <[email protected]>

	* GraphicsPathTest.cs: Activate two unit tests where we use AddLines
	to add a single point to a path.


svn path=/trunk/mcs/; revision=60004
Sebastien Pouliot 19 лет назад
Родитель
Сommit
bfb32c4d6f

+ 5 - 0
mcs/class/System.Drawing/Test/System.Drawing.Drawing2D/ChangeLog

@@ -1,3 +1,8 @@
+2006-04-27  Sebastien Pouliot  <[email protected]>
+
+	* GraphicsPathTest.cs: Activate two unit tests where we use AddLines
+	to add a single point to a path.
+
 2006-04-27  Sebastien Pouliot  <[email protected]> 
 
 	* GraphicsPathTest.cs: Added new test cases for AddString.

+ 0 - 2
mcs/class/System.Drawing/Test/System.Drawing.Drawing2D/GraphicsPathTest.cs

@@ -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 ();