From ae40a3e8c68c73d3c5bad12ae5ea0be68f309ea7 Mon Sep 17 00:00:00 2001 From: Boris Kirzner Date: Mon, 28 Aug 2006 12:05:06 +0000 Subject: [PATCH] Merked test as NotWorking. svn path=/trunk/mcs/; revision=64468 --- mcs/class/System.Drawing/Test/DrawingTest/Test/ChangeLog | 3 +++ mcs/class/System.Drawing/Test/DrawingTest/Test/GraphicsPath.cs | 2 ++ 2 files changed, 5 insertions(+) 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 (); -- 2.25.1