* ModuleTest.cs : ResolveString() does not work under .NET 2.0 either. svn path=/trunk/mcs/; revision=55793
@@ -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.
@@ -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);