Browse Source

2006-01-19 Atsushi Enomoto <[email protected]>

	* ModuleTest.cs : ResolveString() does not work under .NET 2.0 either.


svn path=/trunk/mcs/; revision=55793
Atsushi Eno 20 years ago
parent
commit
40a76ef563

+ 4 - 0
mcs/class/corlib/Test/System.Reflection/ChangeLog

@@ -1,3 +1,7 @@
+2006-01-19  Atsushi Enomoto  <[email protected]>
+
+	* ModuleTest.cs : ResolveString() does not work under .NET 2.0 either.
+
 2006-01-06  Raja R Harinath  <[email protected]>
 
 	* PropertyInfoTest.cs: Use newer nunit API.

+ 1 - 1
mcs/class/corlib/Test/System.Reflection/ModuleTest.cs

@@ -211,7 +211,7 @@ public class ModuleTest : Assertion
 		}
 	}
 
-	[Category ("NotWorking")]
+	[Ignore ("it breaks nunit-console.exe execution under .NET 2.0")]
 	[Test]
 	public void ResolveString () {
 		Type t = typeof (ModuleTest);