Quellcode durchsuchen

Temporarily ignoring a failing test case.

svn path=/trunk/mcs/; revision=28231
Ravindra vor 21 Jahren
Ursprung
Commit
78693a6be5

+ 1 - 0
mcs/class/System.Drawing/Test/System.Drawing/ChangeLog

@@ -4,6 +4,7 @@
 	because of bug #58435.
 	* TestPointConverter.cs: Same.
 	* TestSizeConverter.cs: Same.
+	* TestImageConverter.cs: Same.
 
 2004-05-26 Sanjay Gupta <[email protected]>
 

+ 1 - 0
mcs/class/System.Drawing/Test/System.Drawing/TestImageConverter.cs

@@ -406,6 +406,7 @@ namespace MonoTests.System.Drawing
 		}
 
 		[Test]
+		[Ignore ("This test fails because of bug #58435")]
 		public void TestGetProperties ()
 		{
 			PropertyDescriptorCollection propsColl;