New test.
[mono.git] / mcs / class / corlib / Test / System.Reflection / ChangeLog
index 36ba137939028ccd50007e49933b35b80a5a2adb..8efbf04b62a96fffa9737e1f2b06d1ba7988cceb 100644 (file)
+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.
+       Number individual asserts. Marked ByrefVtypeInvoke as NotDotNet for
+       NET_1_1 profile, due to bug in MS.NET 1.1.
+
+2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MethodInfoTest.cs: GetMethodBody no longer throws ArgumentException
+       for methods that have no IL body. Part of fix for bug #78522.
+
+2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyTest.cs: Added tests for bug #78517.
+
+2006-05-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * AssemblyTest.cs: Added tests for bugs #78464, #78465 and #78468.
+       Spaces to tabs.
+
+2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BinderTests.cs : (BindToMethodNamedArgs) hmm, why it didn't
+         show up during my last test run...
+
+2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BinderTests.cs : added test for bug #77079.
+
+2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BinderTests.cs : added test for bug #42547.
+
+2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BinderTests.cs : added test for bug #41691.
+
+2006-03-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * MethodInfoTest.cs: Add test for #77668.
+
+2006-02-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * FieldInfoTest.cs: Revert nullable reftype tests.
+
+2006-02-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * FieldInfoTest.cs: Add tests for nullable reference types.
+
+2006-02-07  Martin Baulig  <martin@ximian.com>
+
+       * MethodInfoTest.cs: Added test where IsGenericMethod must return false.
+
+2006-02-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * MethodInfoTest.cs: Add tests for IsGenericMethod.
+
+2006-02-02  Zoltan Varga  <vargaz@gmail.com>
+
+       * MethodInfoTest.cs: Add test for Invoke and byref valuetypes.
+
+2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ModuleTest.cs : ResolveString() does not work under .NET 2.0 either.
+
+2006-01-06  Raja R Harinath  <rharinath@novell.com>
+
+       * PropertyInfoTest.cs: Use newer nunit API.
+       (Bug77160): New test from #77160.
+
+2006-01-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * FieldInfoTest.cs PropertyInfoTest.cs MethodInfoTest.cs: Add Nullable
+       tests.
+
+2005-12-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * AssemblyTest.cs: Remove 'NotWorking' category attribute
+       to the Reflection Only tests, since they are working by now.
+
+       * FieldInfoTest.cs: Likewise.
+
+       * MethodInfoTest.cs: Likewise.
+
+2005-12-02  Robert Jordan  <robertj@gmx.net>
+
+       * ReflectedTypeTest.cs: New. Test case for #76829.
+
+2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MethodInfoTest.cs : added MakeGenericMethod test for #76575.
+
+2005-11-15  Zoltan Varga  <vargaz@gmail.com>
+
+       * AssemblyTest.cs: Fix build.
+
+2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
+
+       * AssemblyTest.cs: Updated runtime version to v2.0.50727 (2.0 RTM).
+
+2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MethodInfoTest.cs : added test for bug #76541.
+
+2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * AssemblyNameTest.cs: Added some tests for the 2.0 new
+       ctor. Keep some of them as NotWorking, since we need to figure out
+       an elegant way to avoiding creating Version when not passing it.
+       
+2005-06-30  Ben Maurer  <bmaurer@ximian.com>
+
+       * AssemblyTest.cs: Relied on the 1.1 test suite being built when
+       running teh 2.0 test suite, which could cause failures
+
+2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyNameCas.cs: Removed execution of AssemblyNameTest.Self as it
+       is now NotWorking.
+
+2005-06-13  Sebastien Pouliot  <sebastien@ximian.com> 
+       * AssemblyNameTest.cs: "Fixed" tests so they execute without errors on
+       both Fx 1.1 SP1 and Fx 2.0 beta 2. Added corresponding NotWorking.
+
+2005-06-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyNameTest.cs: Added distinctive names for all asserts in 
+       Version. Changed Self to NotWorking as other cases returns null. It 
+       will re-activated once we know the logic behind it.
+
+2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * AssemblyNameTest.cs: Added tests to Version method,
+       in order to do additional checks with AssemblyBuilder
+       version.
+       
+2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * AssemblyTest.cs: put back GetEntryAssembly, but this one is working.
+
+2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AssemblyTest.cs: Removed asserts using PortableExecutableKind - 
+       because (1) it was renamed to PortableExecutableKinds *and* (2)
+       it's documented as obsolete and will be removed for 2.0 RTM.
+
+2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
+
+       * MethodInfoTest.cs: Disable pseudo custom attribute test.
+
+2005-06-05  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * AssemblyTest.cs: Enabled test for bug #74958.
+
+2005-05-27  Zoltan Varga  <vargaz@freemail.hu>
+
+       * MethodInfoTest.cs: Reenable the pseudo attribute test.
+
 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
 
+       * TypeDelegatorTest.cs: New file.
+
        * MethodInfoTest.cs: Add a test for bug #75029.
 
 2005-05-20  Gert Driesen <drieseng@users.sourceforge.net>
 
-       * AssemblyTest.cs: Allow test for bug #75958 to pass on .NET 2.0
+       * AssemblyTest.cs: Allow test for bug #74958 to pass on .NET 2.0
        Beta 2.
 
 2005-05-15  Gert Driesen <drieseng@users.sourceforge.net>
 
-       * AssemblyTest.cs: Added (ignored) test case for bug #75958.
+       * AssemblyTest.cs: Added (ignored) test case for bug #74958.
 
 2005-05-07  Ben Maurer  <bmaurer@ximian.com>