* AssemblyTest.cs: Enabled test for bug 78465. svn path=/trunk/mcs/; revision=81671
@@ -341,7 +341,6 @@ namespace MonoTests.System.Reflection
}
[Test]
- [Category ("NotWorking")]
public void bug78465 ()
{
string assemblyFileName = Path.Combine (
@@ -1,3 +1,7 @@
+2007-07-09 Mark Probst <[email protected]>
+
+ * AssemblyTest.cs: Enabled test for bug 78465.
2007-07-05 Gert Driesen <[email protected]>
* MethodInfoTest.cs: Added test for bug #81997. Code formatting.