New test.
[mono.git] / mcs / class / corlib / Test / System.Reflection / ChangeLog
index 61e33ad90328054665d194fea2716264d98e7431..8efbf04b62a96fffa9737e1f2b06d1ba7988cceb 100644 (file)
@@ -1,3 +1,40 @@
+2006-09-29  Jb Evain  <jbevain@gmail.com>
+
+       * FieldInfoTest.cs: Test for FieldInfo.SetValue on a literal field.
+
+2006-09-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * ParameterInfoTest.cs: Add a test for enum default parameter values.
+
+2006-09-02  Zoltan Varga  <vargaz@gmail.com>
+
+       * MethodInfoTest.cs: Add a test for the ReturnParameter property.
+
+2006-08-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyTest.cs: Modified test to pass on 2.0 profile and .NET 2.0.
+
+2006-07-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * MethodInfoTest.cs: Add tests for ContainsGenericParameters ().
+
+2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyTest.cs: Enabled test for bug #78468.
+
+2006-07-01  Zoltan Varga  <vargaz@gmail.com>
+
+       * MethodInfoTest.cs: Add a test for #77888.
+
+2006-06-29  Raja R Harinath  <rharinath@novell.com>
+
+       * MethodInfoTest.cs (GetBaseDefinition): New test for
+       MethodInfo.GetBaseDefinition.
+
+2006-06-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * BinderTests.cs: Add test for BindingFlags.ExactBinding.
+
 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * MethodInfoTest.cs: No longer derive from (deprecated) Assertion.