* DynamicMethodTest.cs: Marked test for bug #325444 as NotDotNet, and
authorGert Driesen <drieseng@users.sourceforge.net>
Sun, 30 Sep 2007 12:37:28 +0000 (12:37 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Sun, 30 Sep 2007 12:37:28 +0000 (12:37 -0000)
added link to MS bug report.

svn path=/trunk/mcs/; revision=86674

mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog
mcs/class/corlib/Test/System.Reflection.Emit/DynamicMethodTest.cs

index 630a13dfe010614872940f2de755cc0f11e51202..9d79100615d09d054441b4e4baf1db81a4c6eb3f 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DynamicMethodTest.cs: Marked test for bug #325444 as NotDotNet, and
+       added link to MS bug report.
+
 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * AssemblyBuilderTest.cs: Added test for ManifestModule. Added missing
index 2eee6120316139e29110915ef396f4790332d67f..875014bd8ac6691bbd4d9a99ee8816979ee5c12f 100644 (file)
@@ -298,6 +298,7 @@ namespace MonoTests.System.Reflection.Emit
                }
 
                [Test]
+               [Category ("NotDotNet")] // https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=297416
                public void TestOwnerMemberAccess ()
                {
                        DynamicMethod method = new DynamicMethod ("GetField",