2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / class / corlib / Test / System.Reflection / ChangeLog
blob90e11b6e92f55e7eb052b9ab2feeaec355336aff
1 2010-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
3         * MethodInfoTest.cs: Fix test for variant iface.
5 2010-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
7         * BinderTest.cs: Add tests for #325306.
9 2010-04-19  Zoltan Varga  <vargaz@gmail.com>
11         * *.cs: Fix warnings.
13 2010-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
15         * FieldInfoTest.cs: Add tests for #594942.
17 2010-04-01 Rodrigo Kumpera  <rkumpera@novell.com>
19         * AssemblyTest.cs: Fix one more tests under v4.
21 2010-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
23         *AssemblyTest.cs: Fix one more tests under v4.
25 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
27         *AssemblyTest.cs: Fix some tests under v4.
29 2010-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
31         * FieldInfoTest.cs: Remove invalid assert.
33 2010-02-26 Rodrigo Kumpera  <rkumpera@novell.com>
35         * AssemblyTest.cs: Fix test under v4.
37         * MonoGenericClassTest.cs: Ditto.
39 2010-02-10 Rodrigo Kumpera  <rkumpera@novell.com>
41         * PropertyInfoTest.cs: Tests for default value.
43 2010-02-10 Rodrigo Kumpera  <rkumpera@novell.com>
45         * PropertyInfoTest.cs: Tests for custom attributes from PropertyInfo::GetIndexParameters.
47 2010-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
49         * PropertyInfoTest.cs: Make tests for GetIndexParameters() work.
51 2010-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
53         *  MethodInfoTest.cs: New test for GetParameters() returning the interned array.
55         * PropertyInfoTest.cs: New tests for GetIndexParameters().
57 2010-01-19 Rodrigo Kumpera  <rkumpera@novell.com>
59         * MethodInfoTest.cs: Add a test for Invoke with generic variant
60         interfaces.
62 2010-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
64         * ParameterInfoTest.cs: Add a test for default values from custom
65         attributes.
67 2009-12-17 Rodrigo Kumpera  <rkumpera@novell.com>
69         * MonoGenericClassTest.cs: Test for some corner cases of
70         GetMethod that must work under compiler context.
72 2009-12-09 Rodrigo Kumpera  <rkumpera@novell.com>
74         * MethodBaseTest.cs: Remove all NET_2_0 directives. Add test
75         for GetCurrentMethod and generics.
77 2009-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
79         * MethodInfoTest.cs: Add some tests for MS compatible behavior of
80         MakeGenericMethod.
82 2009-10-18  Sebastien Pouliot  <sebastien@ximian.com>
84         * MethodBaseTest.cs: Add new, working, test for non-generic
85         GetMethodFromHandle. Add test case to show generic overload
86         behave exactly the same when no second RuntimeMethodHandle is
87         provided. Remove [Category("NotWorking")] on existing test case.
89 2009-08-07 Rodrigo Kumpera  <rkumpera@novell.com>
91         * MonoGenericClassTest.cs: Test for methods that must
92         throw.
94 2009-08-04 Rodrigo Kumpera  <rkumpera@novell.com>
96         * MonoGenericClassTest.cs: New file.
98 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
100         * FieldInfoTest.cs: Add a test for #525733.
102 2009-07-27 Rodrigo Kumpera  <rkumpera@novell.com>
104         * AssemblyTest.cs: Add test for empty string passed to
105         Assembly::GetType.
107 2009-07-27 Rodrigo Kumpera  <rkumpera@novell.com>
109         * EventInfoTest.cs: Add test for private event and
110         RemoveEventHandler.
112 2009-07-27 Rodrigo Kumpera  <rkumpera@novell.com>
114         * EventInfoTest.cs: Add test for cast incompatible type.
116         * EventInfoTest.cs: Add test for private event.
118         * EventInfoTest.cs: Add test for null target for non static
119         event.
121 2009-07-14  Gert Driesen  <drieseng@users.sourceforge.net>
123         * BinderTests.cs: Modified SelectMethod_ByRef and BindToMethod_ByRef
124         to compile on net_1_1 profile. Added tests for SelectMethod and
125         BindToMethod with params arguments, currently marked NotWorking.
127 2009-07-14  Raja R Harinath  <harinath@hurrynot.org>
129         * BinderTests.cs (SelectMethod_ByRef, BindToMethod_ByRef): Disable
130         in net_1_1 profile.
132 2009-07-12  Gert Driesen  <drieseng@users.sourceforge.net>
134         * BinderTest.cs: Added SelectMethod/BindToMethod tests for methods
135         with byref arguments.
137 2009-06-20  Zoltan Varga  <vargaz@gmail.com>
139         * *.cs: Convert all tests to new-style nunit classes/methods.
141 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
143         * ParameterInfoTest.cs: Add a test for #512330.
145 2009-05-03  Sebastien Pouliot  <sebastien@ximian.com>
147         * MethodInfoTest.cs: Add test cases from Joachim Ante for bug
148         #500385.
150 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
152         * ParameterInfoTest.cs: Add a test for #488383.
154 2009-03-03  Matthew Metnetsky  <matthew@cowarthill.com>
156         * BinderTests.cs: added tests for TargetParameterCountException
157         * BinderTests.cs: added tests for BindingFlags.ExactBinding
159 2009-03-11  Zoltan Varga  <vargaz@gmail.com>
161         * BinderTests.cs: Add a test for #484294.
163 2009-02-21  Jb Evain  <jbevain@novell.com>
165         * BinderTests.cs: add test for bug #471257, where Type.InvokeMember
166         calls Binder.BindToMethod will a null args.
168 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
170         * MethodBaseTest.cs: Make a test quiet.
172 2008-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
174         * MethodInfoTest.cs: Fix the 1.1 build.
176 2008-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
178         * MethodInfoTest.cs: Test for non primitive structs.
180 2008-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
182         * MethodInfoTest.cs: Test for #409583.
184 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
186         * FieldInfoTest.cs: Test FieldInfo::GetValue on a constant of an open
187         generic type. 
189 2008-11-11  Rodrigo Kumpera  <rkumpera@novell.com>
191         * ModuleTest.cs : Add test for ResolveMethod with a methodspec
192         token.
194 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
196         * AssemblyTest.cs (LoadWithPartialName): Fix this test after the
197         'default' -> 'net_1_1' profile change.
199 2008-10-02 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
201         * ConstructorInfoTest.cs: enable abstract class test.
203 2008-09-08  Zoltan Varga  <vargaz@gmail.com>
205         * FieldInfoTest.cs (SetValueOpenGeneric): Fix copy-paste error.
207 2008-09-07  Zoltan Varga  <vargaz@gmail.com>
209         * FieldInfoTest.cs: Add tests for #424077.
211 2008-06-30  Rodrigo Kumpera <rkumpera@novell.com>
213         * MethodBase.cs: Fix the 1.0 build.
215 2008-06-27  Rodrigo Kumpera <rkumpera@novell.com>
217         * MethodBase.cs: Added tests for GetMethodFromToken.
219 2008-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
221         * PropertyInfoTest.cs: Added test for bug #399985.
223 2008-05-12  Gert Driesen  <drieseng@users.sourceforge.net>
225         * FieldInfoTest.cs: Added tests for GetFieldFromHandle.
226         * MethodBaseTest.cs: Added tests for GetMethodFromHandle.
228 2008-04-16  Zoltan Varga  <vargaz@gmail.com>
230         * BinderTests.cs: Applied patch from Yves Bastide (doc.formatique@gmail.com). Add 
231         tests for converting integers to enums.
233 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
235         * ConstructorInfoTest.cs: Add a test for #373459.
237         * MethodInfoTest.cs: Add a test for #373448.
239 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
241         * BinderTests.cs: Add tests for #367655.
243 2008-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
245         * AssemblyTest.cs: Improved tests for GetFile, GetObjectData and
246         GetCustomAttributes.
248 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
250         * MethodInfoTest.cs (GetGenericMethodDefinition): Add a test for
251         an instantiation.
252         (Bug354757): New test.
254 2008-02-18  Zoltan Varga  <vargaz@gmail.com>
256         * CustomAttributeDataTest.cs: New file.
258 2008-02-02  Gert Driesen  <drieseng@users.sourceforge.net>
260         * MethodInfoTest.cs: Numbered tests. Improved existing tests.
261         * ParameterInfoTest.cs: Added test for bug #342536.
263 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
265         * AssemblyTest.cs (GetModules_MissingFile): Rename the generated assembly to
266         avoid name clashes.
268         * AssemblyTest.cs: Add a test for GetModules () and a missing module.
270         * ModuleTest.cs: Add a test for GetTypes ().
272 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
274         * AssemblyNameTest.cs: Added test for effect of AssemblyNameFlags on
275         FullName. Added test for PublicKey with value "null". Added ctor test
276         for Retargetable spec.
278 2008-01-15  Jb Evain  <jbevain@novell.com>
280         * MethodInfoTest.cs: Add test for null arguments to
281         MakeGenericMethod (#353849).
283 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
285         * AssemblyNameTest.cs: Improved tests for ProcessorArchictecture.
287 2007-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
289         * AssemblyNameCas.cs: Sync test methods with AssemblyNameTest.cs.
290         * AssemblyNameTest.cs: Removed AssertEqualsByteArrays method since
291         NUnit supports this out-of-the-box. Use more meaningful names for
292         some existing tests. Improved existing tests and added lots more.
293         Enabled tests that were previously failing.  Fixed and improved
294         tests for public key; the original "public key" was actually a
295         key pair.
297 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
299         * AssemblyNameTest.cs: Improved culture test to cover bug #347174.
301 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
303         * FieldInfoTest.cs: Add tests for #346160.
305 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
307         * FieldInfoTest.cs: Add GetRawDefaultValue () tests.
309 2007-11-05  Mark Probst  <mark.probst@gmail.com>
311         * BinderTests.cs: Add test for bug #324998.
313 2007-11-04  Miguel de Icaza  <miguel@novell.com>
315         * ParameterInfoTest.cs: Add new test for testing the [Optional]
316         attribute making ParameterInfo.DefaultValue become
317         System.Reflection.Missing.
319 2007-11-01  Zoltan Varga  <vargaz@gmail.com>
321         * BinderTests.cs: Add a test for the ParamArray attribute.
323 2007-10-17  Gert Driesen  <drieseng@users.sourceforge.net>
325         * AssemblyTest.cs: Enabled test for bug #334204.
327 2007-10-16  Gert Driesen  <drieseng@users.sourceforge.net>
329         * AssemblyTest.cs: Added test for bug #334203. Use more meaningful name
330         for test for bug #49114.        
332 2007-10-04  Raja R Harinath  <rharinath@novell.com>
334         * AssemblyTest.cs (bug328812): New test.
336 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
338         * PropertyInfoTest.cs: Add test for calling ReflectedType on accessors.
340 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
342         * AssemblyTest.cs: Added test for ManifestModule.
344 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
346         * AssemblyTest.cs: Added test for GetManifestResourceStream argument
347         checks.
349 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
351         * FieldInfoTest.cs: Enabled test for bug #82465.
353 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
355         * ModuleTest.cs: Enabled tests on 2.0 profile since bug #82459 is
356         fixed.
358 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
360         * ParameterInfoTest.cs: Minor code formatting change.
361         * FieldInfoTest.cs: Added test for GetCustomAttributes. Modified test
362         for pseudo customattributes to work on 1.0 profile too.
364 2007-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
366         * AssemblyTest.cs: Added IsDefined test with null value for 
367         attributeType argument.
368         * ModuleTest.cs: Same. Remove use of deprecated Assertion class, code
369         formatting and fixed line endings.
370         * ParameterInfoTest.cs: Same. Remove use of deprecated Assertion class
371         and code formatting.
372         * MethodInfoTest.cs: Same.
373         * EventInfoTest.cs: Same. Code formatting.
374         * FieldInfoTest.cs: Same. Code formatting.
375         * PropertyInfoTest.cs: Same. Improved coverage of GetAccessors.
376         Improved tests for GetCustomAttributes. Code formatting.
378 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
380         * MethodInfoTest.cs: Add another test.
381         
382         * MethodInfoTest.cs: Add test for Invoking methods with a nullable type receiver.
384 2007-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
386         * MethodInfoTest.cs: Added GetMethodFromHandle test for generic type.
388 2007-07-20  Raja R Harinath  <rharinath@novell.com>
390         * MethodInfoTest.cs (GetGenericMethodDefinition): New.  Based on
391         Atsushi's testcase in #78068.
393 2007-07-19  Atsushi Enomoto  <atsushi@ximian.com>
395         * MethodInfoTest.cs : fix incorrect parameter type output.
397 2007-07-19  Atsushi Enomoto  <atsushi@ximian.com>
399         * MethodInfoTest.cs : added ToString() test for generic return type.
401 2007-07-09  Mark Probst  <mark.probst@gmail.com>
403         * AssemblyTest.cs: Enabled test for bug 78465.
405 2007-07-05  Gert Driesen  <drieseng@users.sourceforge.net>
407         * MethodInfoTest.cs: Added test for bug #81997. Code formatting.
409 2007-06-22  Raja R Harinath  <rharinath@novell.com>
411         * MethodInfoTest.cs (IsGenericMethodDefinition): New.
413 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
415         * PropertyInfoTest.cs: Mark new test as NotWorking.
416         
417         * PropertyInfoTest.cs: Added new test.
419 2007-05-07  Gert Driesen  <drieseng@users.sourceforge.net>
421         * MethodInfoTest.cs: Modified test for bug #81538 to verify both
422         1.0 and 2.0 behavior.
424 2007-05-07  Zoltan Varga  <vargaz@gmail.com>
426         * MethodInfoTest.cs: Add test case for #81538.
428 2007-05-01  Gert Driesen  <drieseng@users.sourceforge.net>
430         * ConstructorInfoTest.cs: Added tests for Invoke.
432 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
434         * MethodInfoTest.cs: Reenable a NotWorking test which is working now.
436 2007-03-14  Eyal Alaluf <eyala@mainsoft.com>
438         * MethodInfoTest.cs: Disabled tests for TARGET_JVM that use MethodBody.
440 2006-11-14  Raja R Harinath  <rharinath@novell.com>
442         * AssemblyTest.cs (bug79872): New test for #79872.
444 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
446         * AssemblyTest.cs: Added tests for bug #79712 and #79715. All marked
447         NotWorking.
449 2006-10-19  Gert Driesen  <drieseng@users.sourceforge.net>
451         * AssemblyNameTest.cs: Added test for CodeBase of AssemblyName
452         filled by AssemblyName.GetAssemblyName. Added tests for bug #79661.
454 2006-09-29  Jb Evain  <jbevain@gmail.com>
456         * FieldInfoTest.cs: Test for FieldInfo.SetValue on a literal field.
458 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
460         * ParameterInfoTest.cs: Add a test for enum default parameter values.
462 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
464         * MethodInfoTest.cs: Add a test for the ReturnParameter property.
466 2006-08-08  Gert Driesen  <drieseng@users.sourceforge.net>
468         * AssemblyTest.cs: Modified test to pass on 2.0 profile and .NET 2.0.
470 2006-07-12  Zoltan Varga  <vargaz@gmail.com>
472         * MethodInfoTest.cs: Add tests for ContainsGenericParameters ().
474 2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
476         * AssemblyTest.cs: Enabled test for bug #78468.
478 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
480         * MethodInfoTest.cs: Add a test for #77888.
482 2006-06-29  Raja R Harinath  <rharinath@novell.com>
484         * MethodInfoTest.cs (GetBaseDefinition): New test for
485         MethodInfo.GetBaseDefinition.
487 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
489         * BinderTests.cs: Add test for BindingFlags.ExactBinding.
491 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
493         * MethodInfoTest.cs: No longer derive from (deprecated) Assertion.
494         Number individual asserts. Marked ByrefVtypeInvoke as NotDotNet for
495         NET_1_1 profile, due to bug in MS.NET 1.1.
497 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
499         * MethodInfoTest.cs: GetMethodBody no longer throws ArgumentException
500         for methods that have no IL body. Part of fix for bug #78522.
502 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
504         * AssemblyTest.cs: Added tests for bug #78517.
506 2006-05-20  Gert Driesen  <drieseng@users.sourceforge.net>
508         * AssemblyTest.cs: Added tests for bugs #78464, #78465 and #78468.
509         Spaces to tabs.
511 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
513         * BinderTests.cs : (BindToMethodNamedArgs) hmm, why it didn't
514           show up during my last test run...
516 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
518         * BinderTests.cs : added test for bug #77079.
520 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
522         * BinderTests.cs : added test for bug #42547.
524 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
526         * BinderTests.cs : added test for bug #41691.
528 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
530         * MethodInfoTest.cs: Add test for #77668.
532 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
534         * FieldInfoTest.cs: Revert nullable reftype tests.
536 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
538         * FieldInfoTest.cs: Add tests for nullable reference types.
540 2006-02-07  Martin Baulig  <martin@ximian.com>
542         * MethodInfoTest.cs: Added test where IsGenericMethod must return false.
544 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
546         * MethodInfoTest.cs: Add tests for IsGenericMethod.
548 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
550         * MethodInfoTest.cs: Add test for Invoke and byref valuetypes.
552 2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
554         * ModuleTest.cs : ResolveString() does not work under .NET 2.0 either.
556 2006-01-06  Raja R Harinath  <rharinath@novell.com>
558         * PropertyInfoTest.cs: Use newer nunit API.
559         (Bug77160): New test from #77160.
561 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
563         * FieldInfoTest.cs PropertyInfoTest.cs MethodInfoTest.cs: Add Nullable
564         tests.
566 2005-12-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
568         * AssemblyTest.cs: Remove 'NotWorking' category attribute
569         to the Reflection Only tests, since they are working by now.
571         * FieldInfoTest.cs: Likewise.
573         * MethodInfoTest.cs: Likewise.
575 2005-12-02  Robert Jordan  <robertj@gmx.net>
577         * ReflectedTypeTest.cs: New. Test case for #76829.
579 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
581         * MethodInfoTest.cs : added MakeGenericMethod test for #76575.
583 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
585         * AssemblyTest.cs: Fix build.
587 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
589         * AssemblyTest.cs: Updated runtime version to v2.0.50727 (2.0 RTM).
591 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
593         * MethodInfoTest.cs : added test for bug #76541.
595 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
597         * AssemblyNameTest.cs: Added some tests for the 2.0 new
598         ctor. Keep some of them as NotWorking, since we need to figure out
599         an elegant way to avoiding creating Version when not passing it.
600         
601 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
603         * AssemblyTest.cs: Relied on the 1.1 test suite being built when
604         running teh 2.0 test suite, which could cause failures
606 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
608         * AssemblyNameCas.cs: Removed execution of AssemblyNameTest.Self as it
609         is now NotWorking.
611 2005-06-13  Sebastien Pouliot  <sebastien@ximian.com> 
613         * AssemblyNameTest.cs: "Fixed" tests so they execute without errors on
614         both Fx 1.1 SP1 and Fx 2.0 beta 2. Added corresponding NotWorking.
616 2005-06-13  Sebastien Pouliot  <sebastien@ximian.com>
618         * AssemblyNameTest.cs: Added distinctive names for all asserts in 
619         Version. Changed Self to NotWorking as other cases returns null. It 
620         will re-activated once we know the logic behind it.
622 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
624         * AssemblyNameTest.cs: Added tests to Version method,
625         in order to do additional checks with AssemblyBuilder
626         version.
627         
628 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
630         * AssemblyTest.cs: put back GetEntryAssembly, but this one is working.
632 2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
634         * AssemblyTest.cs: Removed asserts using PortableExecutableKind - 
635         because (1) it was renamed to PortableExecutableKinds *and* (2)
636         it's documented as obsolete and will be removed for 2.0 RTM.
638 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
640         * MethodInfoTest.cs: Disable pseudo custom attribute test.
642 2005-06-05  Gert Driesen <drieseng@users.sourceforge.net>
644         * AssemblyTest.cs: Enabled test for bug #74958.
646 2005-05-27  Zoltan Varga  <vargaz@freemail.hu>
648         * MethodInfoTest.cs: Reenable the pseudo attribute test.
650 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
652         * TypeDelegatorTest.cs: New file.
654         * MethodInfoTest.cs: Add a test for bug #75029.
656 2005-05-20  Gert Driesen <drieseng@users.sourceforge.net>
658         * AssemblyTest.cs: Allow test for bug #74958 to pass on .NET 2.0
659         Beta 2.
661 2005-05-15  Gert Driesen <drieseng@users.sourceforge.net>
663         * AssemblyTest.cs: Added (ignored) test case for bug #74958.
665 2005-05-07  Ben Maurer  <bmaurer@ximian.com>
667         * EventInfoTest.cs: New file. Has a test case for #64191.
669 2005-05-02  Sebastien Pouliot  <sebastien@ximian.com>
671         * AssemblyTest.cs, FieldInfoTest.cs, MethodInfoTest.cs: Disabled 
672         ReflectionOnly tests as they break every tests afterward. Calberto
673         is looking for the problem...
675 2005-04-28  Sebastien Pouliot  <sebastien@ximian.com>
677         * AssemblyCas.cs: New. CAS unit tests for Assembly.
679 2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>
681         * AssemblyTest.cs: Updated NET_2_0 tests to check for v2.0.50215 
682         (beta2).
684 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
686         * AssemblyTest.cs: Added tests for GetObjectData (null) and 
687         GetReferencedAssemblies (no codebase returned) methods.
689 2005-04-08  Raja R Harinath  <rharinath@novell.com>
691         * FieldInfoTest.cs (RefOnlyFieldClass): Rename from RefOnlyClass.
692         * MethodInfoTest.cs (RefOnlyMethodClass): Rename from RefOnlyClass.
694 2005-04-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
696         * AssemblyTest.cs: Added tests for ReflectionOnly support.
697         * MethodInfoTest.cs: Added test for Reflection Only support.
698         * FieldInfoTest.cs: Added tests for ReflectionOnly support.
699         
700 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
702         * AssemblyNameTest.cs: Added tests for Clone and serialization without
703         a strongname.
704         * AssemblyNameCas.cs: New. CAS unit tests for AssemblyName.
705         * StrongNameKeyPairTest.cs: Little changes to make it easier to reuse 
706         in CAS tests.
707         * StrongNameKeyPairCas.cs: New. CAS unit tests for StrongNameKeyPair.
709 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
711         * AssemblyNameTest.cs: Add test for ArgumentNullException on 
712         GetObjectData. Made existing tests more nunit2.2 like.
713         * ModuleCas.cs: Added new tests for FullyQualifiedName and Name 
714         properties.
715         * ModuleTest.cs: Add test for ArgumentNullException on GetObjectData.
717 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
719         * ModuleCas.cs: New. CAS unit tests for Module.
721 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
723         * MethodInfoTest.cs: Disable code causing mcs to fail.
725 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com>
727         * AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false) 
728         attribute as it wasn't required (and gives a compilation warning).
730 2005-01-23  Nick Drochak  <ndrochak@ieee.org>
732         * ModuleTest.cs: Long path names gives Windows fits.
734 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
736         * MethodInfoTest.cs: Add tests for GetMethodBody.
738 2005-01-16  Nick Drochak  <ndrochak@ieee.org>
740         * AssemblyTest.cs: Try loading assembly from .NET tests and mono tests
742 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
744         * AssemblyTest.cs: Reenable GetFiles (true) test. Add a LoadWithPartialName () test.
746         * MethodInfoTest.cs: Add test for byref parameters to Invoke ().
748 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
750         * FieldInfoTest.cs: Add tests for MarshalAsAttribute.
752         * ParameterInfoTest.cs: Add tests for MarshalAsAttribute.
754         * FieldInfoTest.cs: Add tests for FieldOffsetAttribute.
755         
756         * FieldInfoTest.cs: New file.
758         * MethodInfoTest.cs: Add tests for PreserveSigAttribute.
759         
760         * MethodInfoTest.cs: New file.
762 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
764         * ParameterInfoTest.cs: New file.
766 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
768         * ModuleTest.cs: Add tests for NET 2.0 ResolveXXX methods.
770 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
772         * AssemblyTest.cs: Add tests for MetadataToken and ManifestModule.
774 2004-08-29  Nick Drochak <ndrochak@ieee.org>
776         * BinderTests.cs: Make tests pass on MS.NET 1.1.
778 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
780         * AssemblyTest.cs: Added new tests for 1.1 and 2.0 features. Converted
781         existing tests to NUnit 2.2.
783 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
785         * ModuleTest.cs: New tests for FindTypes.
787 2004-06-10  Lluis Sanchez  <lluis@ximian.com>
789         * AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
790           empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys. 
791           Added messages to the assertions.
793 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
795         * AssemblyNameTests.cs: added tests for AssemblyName.FullName 
796         and serialization of AssemblyName, converted tests to use Assert
797         class
799 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
801         * BinderTests.cs: added test for null type in the argument list.
803 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
805         * BinderTests.cs: one more test for matching a single property. Adapted
806         to nunit 2.2 style.
808 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
810         * BinderTests.cs: added more indexers and more SelectProperty tests.
812 2003-05-20  Sebastien Pouliot  <sebastien@ximian.com>
814         * StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required 
815         for new nunit).
817 2004-05-18  Gert Driesen (drieseng@users.sourceforge.net)
819         * PropertyInfoTest.cs: New file.  Added test for 
820         bug #58661.
822 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
824         * BinderTests.cs: New file.
826 2003-04-06  Sebastien Pouliot  <sebastien@ximian.com>
828         * StrongNameKeyPairTest.cs: Added test case for ECMA "key".
830 2003-03-24  Sebastien Pouliot  <sebastien@ximian.com>
832         * StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
833         unneeded code and false comments (too much copy-n-paste).
835 2003-03-09  Jackson Harper  <jackson@ximian.com>
837         * AssemblyAlgorithmIdAttributeTest.cs:
838         * AssemblyConfigurationAttributeTest.cs:
839         * AssemblyCopyrightAttributeTest.cs:
840         * AssemblyCultureAttributeTest.cs:
841         * AssemblyDelaySignAttributeTest.cs:
842         * AssemblyDescriptionAttributeTest.cs:
843         * AssemblyFileVersionAttributeTest.cs:
844         * AssemblyInformationalVersionAttributeTest.cs: New test cases
845         from nvineeth_mono@yahoo.com.
847 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
849         * ModuleTest.cs: Make the assembly name unique to fix the GlobalData
850         test.
852 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
854         * ModuleTest.cs: Fix temp folder path
856 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
858         * AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
859         CultureInfo, Version and HashAlgorithm properties.
861 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
863         * AssemblyTest.cs (TestGetType): New regression test for #49114.
865 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
867         * ModuleTest.cs: New file.
869 2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
871         * AssemblyTest.cs: New file.
873 2002-12-30  Sebastien Pouliot <spouliot@videotron.ca>
875         * AssemblyNameTest.cs: Added test for FullName (null cultureinfo).
877 2002-12-23  Sebastien Pouliot <spouliot@videotron.ca>
879         * AssemblyNameTest.cs: Added test for non-signed assembly (which
880         returns an empty array - i.e. not null like an empty assembly).
882 2002-12-21  Nick Drochak <ndrochak@gol.com>
884         * all: make tests build and run under nunit2
886 2002-12-08  Sebastien Pouliot <spouliot@videotron.ca>
888         * AllTests.cs: Added test suites for AssemblyName and
889         StrongNameKeyPair.
890         * AssemblyNameTest.cs: New. Test suite for AssemblyName.
891         * StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.