New test.
[mono.git] / mcs / class / corlib / Test / System.Reflection / ChangeLog
index 3bab163bc89be72bba7c2433b23c5084ff7b4957..8efbf04b62a96fffa9737e1f2b06d1ba7988cceb 100644 (file)
@@ -1,3 +1,19 @@
+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 ().