From: Boris Kirzner Date: Mon, 28 Aug 2006 12:05:06 +0000 (-0000) Subject: Merked test as NotWorking. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=ae40a3e8c68c73d3c5bad12ae5ea0be68f309ea7;p=mono.git Merked test as NotWorking. svn path=/trunk/mcs/; revision=64468 --- diff --git a/mcs/class/System.Drawing/Test/DrawingTest/Test/ChangeLog b/mcs/class/System.Drawing/Test/DrawingTest/Test/ChangeLog index be36e2a7ce4..df7296243b7 100644 --- a/mcs/class/System.Drawing/Test/DrawingTest/Test/ChangeLog +++ b/mcs/class/System.Drawing/Test/DrawingTest/Test/ChangeLog @@ -1,3 +1,6 @@ +2006-08-28 Boris Kirzner + * GraphicsPath.cs: marked test as "NotWorking" + 2006-01-25 Boris Kirzner * Graphics.cs: added #ifdef for TARGET_JVM. diff --git a/mcs/class/System.Drawing/Test/DrawingTest/Test/GraphicsPath.cs b/mcs/class/System.Drawing/Test/DrawingTest/Test/GraphicsPath.cs index 55909dff820..1b4fa65b769 100644 --- a/mcs/class/System.Drawing/Test/DrawingTest/Test/GraphicsPath.cs +++ b/mcs/class/System.Drawing/Test/DrawingTest/Test/GraphicsPath.cs @@ -4221,6 +4221,8 @@ namespace Test.Sys.Drawing } [Test] + [Category("NotWorking")] + // In .Net PathData seems to clone Types and Points before returning them to user public void PathData2 () { path = new GraphicsPath ();