From b211becd90ace38bb6cdc4dadb41b4213a926e24 Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Fri, 5 Feb 2010 21:18:19 +0000 Subject: [PATCH] 2010-02-05 Rodrigo Kumpera * PropertyInfoTest.cs: Make tests for GetIndexParameters() work. svn path=/trunk/mcs/; revision=150958 --- mcs/class/corlib/Test/System.Reflection/ChangeLog | 4 ++++ mcs/class/corlib/Test/System.Reflection/PropertyInfoTest.cs | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mcs/class/corlib/Test/System.Reflection/ChangeLog b/mcs/class/corlib/Test/System.Reflection/ChangeLog index b8de983c9d2..ae968a27982 100644 --- a/mcs/class/corlib/Test/System.Reflection/ChangeLog +++ b/mcs/class/corlib/Test/System.Reflection/ChangeLog @@ -1,3 +1,7 @@ +2010-02-05 Rodrigo Kumpera + + * PropertyInfoTest.cs: Make tests for GetIndexParameters() work. + 2010-02-05 Rodrigo Kumpera * MethodInfoTest.cs: New test for GetParameters() returning the interned array. diff --git a/mcs/class/corlib/Test/System.Reflection/PropertyInfoTest.cs b/mcs/class/corlib/Test/System.Reflection/PropertyInfoTest.cs index 70143d7b016..4b1e4a0d904 100644 --- a/mcs/class/corlib/Test/System.Reflection/PropertyInfoTest.cs +++ b/mcs/class/corlib/Test/System.Reflection/PropertyInfoTest.cs @@ -278,7 +278,8 @@ namespace MonoTests.System.Reflection [Test] public void GetIndexerReturnsObjectsBoundToTheProperty () { - + RunTest (typeof (TestA), false); + RunTest (typeof (TestB), true); } public class TestA { -- 2.25.1