Skip to content

Commit

Permalink
2006-01-19 Atsushi Enomoto <atsushi@ximian.com>
Browse files Browse the repository at this point in the history
	* ModuleTest.cs : ResolveString() does not work under .NET 2.0 either.


svn path=/trunk/mcs/; revision=55793
  • Loading branch information
atsushieno committed Jan 19, 2006
1 parent 69555e4 commit 40a76ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mcs/class/corlib/Test/System.Reflection/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2006-01-19 Atsushi Enomoto <atsushi@ximian.com>

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

2006-01-06 Raja R Harinath <rharinath@novell.com>

* PropertyInfoTest.cs: Use newer nunit API.
Expand Down
2 changes: 1 addition & 1 deletion mcs/class/corlib/Test/System.Reflection/ModuleTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public void ResolveField () {
}
}

[Category ("NotWorking")]
[Ignore ("it breaks nunit-console.exe execution under .NET 2.0")]
[Test]
public void ResolveString () {
Type t = typeof (ModuleTest);
Expand Down

0 comments on commit 40a76ef

Please sign in to comment.