update version number
[mcs.git] / class / corlib / Test / System.Reflection / ChangeLog
blob7678814045a0cb87ecce16293ab305b1d0da48ad
1 2010-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3         * BinderTest.cs: Add tests for #325306.
5 2010-04-19  Zoltan Varga  <vargaz@gmail.com>
7         * *.cs: Fix warnings.
9 2010-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
11         * FieldInfoTest.cs: Add tests for #594942.
13 2010-04-01 Rodrigo Kumpera  <rkumpera@novell.com>
15         * AssemblyTest.cs: Fix one more tests under v4.
17 2010-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
19         *AssemblyTest.cs: Fix one more tests under v4.
21 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
23         *AssemblyTest.cs: Fix some tests under v4.
25 2010-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
27         * FieldInfoTest.cs: Remove invalid assert.
29 2010-02-26 Rodrigo Kumpera  <rkumpera@novell.com>
31         * AssemblyTest.cs: Fix test under v4.
33         * MonoGenericClassTest.cs: Ditto.
35 2010-02-10 Rodrigo Kumpera  <rkumpera@novell.com>
37         * PropertyInfoTest.cs: Tests for default value.
39 2010-02-10 Rodrigo Kumpera  <rkumpera@novell.com>
41         * PropertyInfoTest.cs: Tests for custom attributes from PropertyInfo::GetIndexParameters.
43 2010-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
45         * PropertyInfoTest.cs: Make tests for GetIndexParameters() work.
47 2010-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
49         *  MethodInfoTest.cs: New test for GetParameters() returning the interned array.
51         * PropertyInfoTest.cs: New tests for GetIndexParameters().
53 2010-01-19 Rodrigo Kumpera  <rkumpera@novell.com>
55         * MethodInfoTest.cs: Add a test for Invoke with generic variant
56         interfaces.
58 2010-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
60         * ParameterInfoTest.cs: Add a test for default values from custom
61         attributes.
63 2009-12-17 Rodrigo Kumpera  <rkumpera@novell.com>
65         * MonoGenericClassTest.cs: Test for some corner cases of
66         GetMethod that must work under compiler context.
68 2009-12-09 Rodrigo Kumpera  <rkumpera@novell.com>
70         * MethodBaseTest.cs: Remove all NET_2_0 directives. Add test
71         for GetCurrentMethod and generics.
73 2009-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
75         * MethodInfoTest.cs: Add some tests for MS compatible behavior of
76         MakeGenericMethod.
78 2009-10-18  Sebastien Pouliot  <sebastien@ximian.com>
80         * MethodBaseTest.cs: Add new, working, test for non-generic
81         GetMethodFromHandle. Add test case to show generic overload
82         behave exactly the same when no second RuntimeMethodHandle is
83         provided. Remove [Category("NotWorking")] on existing test case.
85 2009-08-07 Rodrigo Kumpera  <rkumpera@novell.com>
87         * MonoGenericClassTest.cs: Test for methods that must
88         throw.
90 2009-08-04 Rodrigo Kumpera  <rkumpera@novell.com>
92         * MonoGenericClassTest.cs: New file.
94 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
96         * FieldInfoTest.cs: Add a test for #525733.
98 2009-07-27 Rodrigo Kumpera  <rkumpera@novell.com>
100         * AssemblyTest.cs: Add test for empty string passed to
101         Assembly::GetType.
103 2009-07-27 Rodrigo Kumpera  <rkumpera@novell.com>
105         * EventInfoTest.cs: Add test for private event and
106         RemoveEventHandler.
108 2009-07-27 Rodrigo Kumpera  <rkumpera@novell.com>
110         * EventInfoTest.cs: Add test for cast incompatible type.
112         * EventInfoTest.cs: Add test for private event.
114         * EventInfoTest.cs: Add test for null target for non static
115         event.
117 2009-07-14  Gert Driesen  <drieseng@users.sourceforge.net>
119         * BinderTests.cs: Modified SelectMethod_ByRef and BindToMethod_ByRef
120         to compile on net_1_1 profile. Added tests for SelectMethod and
121         BindToMethod with params arguments, currently marked NotWorking.
123 2009-07-14  Raja R Harinath  <harinath@hurrynot.org>
125         * BinderTests.cs (SelectMethod_ByRef, BindToMethod_ByRef): Disable
126         in net_1_1 profile.
128 2009-07-12  Gert Driesen  <drieseng@users.sourceforge.net>
130         * BinderTest.cs: Added SelectMethod/BindToMethod tests for methods
131         with byref arguments.
133 2009-06-20  Zoltan Varga  <vargaz@gmail.com>
135         * *.cs: Convert all tests to new-style nunit classes/methods.
137 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
139         * ParameterInfoTest.cs: Add a test for #512330.
141 2009-05-03  Sebastien Pouliot  <sebastien@ximian.com>
143         * MethodInfoTest.cs: Add test cases from Joachim Ante for bug
144         #500385.
146 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
148         * ParameterInfoTest.cs: Add a test for #488383.
150 2009-03-03  Matthew Metnetsky  <matthew@cowarthill.com>
152         * BinderTests.cs: added tests for TargetParameterCountException
153         * BinderTests.cs: added tests for BindingFlags.ExactBinding
155 2009-03-11  Zoltan Varga  <vargaz@gmail.com>
157         * BinderTests.cs: Add a test for #484294.
159 2009-02-21  Jb Evain  <jbevain@novell.com>
161         * BinderTests.cs: add test for bug #471257, where Type.InvokeMember
162         calls Binder.BindToMethod will a null args.
164 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
166         * MethodBaseTest.cs: Make a test quiet.
168 2008-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
170         * MethodInfoTest.cs: Fix the 1.1 build.
172 2008-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
174         * MethodInfoTest.cs: Test for non primitive structs.
176 2008-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
178         * MethodInfoTest.cs: Test for #409583.
180 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
182         * FieldInfoTest.cs: Test FieldInfo::GetValue on a constant of an open
183         generic type. 
185 2008-11-11  Rodrigo Kumpera  <rkumpera@novell.com>
187         * ModuleTest.cs : Add test for ResolveMethod with a methodspec
188         token.
190 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
192         * AssemblyTest.cs (LoadWithPartialName): Fix this test after the
193         'default' -> 'net_1_1' profile change.
195 2008-10-02 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
197         * ConstructorInfoTest.cs: enable abstract class test.
199 2008-09-08  Zoltan Varga  <vargaz@gmail.com>
201         * FieldInfoTest.cs (SetValueOpenGeneric): Fix copy-paste error.
203 2008-09-07  Zoltan Varga  <vargaz@gmail.com>
205         * FieldInfoTest.cs: Add tests for #424077.
207 2008-06-30  Rodrigo Kumpera <rkumpera@novell.com>
209         * MethodBase.cs: Fix the 1.0 build.
211 2008-06-27  Rodrigo Kumpera <rkumpera@novell.com>
213         * MethodBase.cs: Added tests for GetMethodFromToken.
215 2008-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
217         * PropertyInfoTest.cs: Added test for bug #399985.
219 2008-05-12  Gert Driesen  <drieseng@users.sourceforge.net>
221         * FieldInfoTest.cs: Added tests for GetFieldFromHandle.
222         * MethodBaseTest.cs: Added tests for GetMethodFromHandle.
224 2008-04-16  Zoltan Varga  <vargaz@gmail.com>
226         * BinderTests.cs: Applied patch from Yves Bastide (doc.formatique@gmail.com). Add 
227         tests for converting integers to enums.
229 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
231         * ConstructorInfoTest.cs: Add a test for #373459.
233         * MethodInfoTest.cs: Add a test for #373448.
235 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
237         * BinderTests.cs: Add tests for #367655.
239 2008-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
241         * AssemblyTest.cs: Improved tests for GetFile, GetObjectData and
242         GetCustomAttributes.
244 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
246         * MethodInfoTest.cs (GetGenericMethodDefinition): Add a test for
247         an instantiation.
248         (Bug354757): New test.
250 2008-02-18  Zoltan Varga  <vargaz@gmail.com>
252         * CustomAttributeDataTest.cs: New file.
254 2008-02-02  Gert Driesen  <drieseng@users.sourceforge.net>
256         * MethodInfoTest.cs: Numbered tests. Improved existing tests.
257         * ParameterInfoTest.cs: Added test for bug #342536.
259 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
261         * AssemblyTest.cs (GetModules_MissingFile): Rename the generated assembly to
262         avoid name clashes.
264         * AssemblyTest.cs: Add a test for GetModules () and a missing module.
266         * ModuleTest.cs: Add a test for GetTypes ().
268 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
270         * AssemblyNameTest.cs: Added test for effect of AssemblyNameFlags on
271         FullName. Added test for PublicKey with value "null". Added ctor test
272         for Retargetable spec.
274 2008-01-15  Jb Evain  <jbevain@novell.com>
276         * MethodInfoTest.cs: Add test for null arguments to
277         MakeGenericMethod (#353849).
279 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
281         * AssemblyNameTest.cs: Improved tests for ProcessorArchictecture.
283 2007-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
285         * AssemblyNameCas.cs: Sync test methods with AssemblyNameTest.cs.
286         * AssemblyNameTest.cs: Removed AssertEqualsByteArrays method since
287         NUnit supports this out-of-the-box. Use more meaningful names for
288         some existing tests. Improved existing tests and added lots more.
289         Enabled tests that were previously failing.  Fixed and improved
290         tests for public key; the original "public key" was actually a
291         key pair.
293 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
295         * AssemblyNameTest.cs: Improved culture test to cover bug #347174.
297 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
299         * FieldInfoTest.cs: Add tests for #346160.
301 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
303         * FieldInfoTest.cs: Add GetRawDefaultValue () tests.
305 2007-11-05  Mark Probst  <mark.probst@gmail.com>
307         * BinderTests.cs: Add test for bug #324998.
309 2007-11-04  Miguel de Icaza  <miguel@novell.com>
311         * ParameterInfoTest.cs: Add new test for testing the [Optional]
312         attribute making ParameterInfo.DefaultValue become
313         System.Reflection.Missing.
315 2007-11-01  Zoltan Varga  <vargaz@gmail.com>
317         * BinderTests.cs: Add a test for the ParamArray attribute.
319 2007-10-17  Gert Driesen  <drieseng@users.sourceforge.net>
321         * AssemblyTest.cs: Enabled test for bug #334204.
323 2007-10-16  Gert Driesen  <drieseng@users.sourceforge.net>
325         * AssemblyTest.cs: Added test for bug #334203. Use more meaningful name
326         for test for bug #49114.        
328 2007-10-04  Raja R Harinath  <rharinath@novell.com>
330         * AssemblyTest.cs (bug328812): New test.
332 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
334         * PropertyInfoTest.cs: Add test for calling ReflectedType on accessors.
336 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
338         * AssemblyTest.cs: Added test for ManifestModule.
340 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
342         * AssemblyTest.cs: Added test for GetManifestResourceStream argument
343         checks.
345 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
347         * FieldInfoTest.cs: Enabled test for bug #82465.
349 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
351         * ModuleTest.cs: Enabled tests on 2.0 profile since bug #82459 is
352         fixed.
354 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
356         * ParameterInfoTest.cs: Minor code formatting change.
357         * FieldInfoTest.cs: Added test for GetCustomAttributes. Modified test
358         for pseudo customattributes to work on 1.0 profile too.
360 2007-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
362         * AssemblyTest.cs: Added IsDefined test with null value for 
363         attributeType argument.
364         * ModuleTest.cs: Same. Remove use of deprecated Assertion class, code
365         formatting and fixed line endings.
366         * ParameterInfoTest.cs: Same. Remove use of deprecated Assertion class
367         and code formatting.
368         * MethodInfoTest.cs: Same.
369         * EventInfoTest.cs: Same. Code formatting.
370         * FieldInfoTest.cs: Same. Code formatting.
371         * PropertyInfoTest.cs: Same. Improved coverage of GetAccessors.
372         Improved tests for GetCustomAttributes. Code formatting.
374 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
376         * MethodInfoTest.cs: Add another test.
377         
378         * MethodInfoTest.cs: Add test for Invoking methods with a nullable type receiver.
380 2007-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
382         * MethodInfoTest.cs: Added GetMethodFromHandle test for generic type.
384 2007-07-20  Raja R Harinath  <rharinath@novell.com>
386         * MethodInfoTest.cs (GetGenericMethodDefinition): New.  Based on
387         Atsushi's testcase in #78068.
389 2007-07-19  Atsushi Enomoto  <atsushi@ximian.com>
391         * MethodInfoTest.cs : fix incorrect parameter type output.
393 2007-07-19  Atsushi Enomoto  <atsushi@ximian.com>
395         * MethodInfoTest.cs : added ToString() test for generic return type.
397 2007-07-09  Mark Probst  <mark.probst@gmail.com>
399         * AssemblyTest.cs: Enabled test for bug 78465.
401 2007-07-05  Gert Driesen  <drieseng@users.sourceforge.net>
403         * MethodInfoTest.cs: Added test for bug #81997. Code formatting.
405 2007-06-22  Raja R Harinath  <rharinath@novell.com>
407         * MethodInfoTest.cs (IsGenericMethodDefinition): New.
409 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
411         * PropertyInfoTest.cs: Mark new test as NotWorking.
412         
413         * PropertyInfoTest.cs: Added new test.
415 2007-05-07  Gert Driesen  <drieseng@users.sourceforge.net>
417         * MethodInfoTest.cs: Modified test for bug #81538 to verify both
418         1.0 and 2.0 behavior.
420 2007-05-07  Zoltan Varga  <vargaz@gmail.com>
422         * MethodInfoTest.cs: Add test case for #81538.
424 2007-05-01  Gert Driesen  <drieseng@users.sourceforge.net>
426         * ConstructorInfoTest.cs: Added tests for Invoke.
428 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
430         * MethodInfoTest.cs: Reenable a NotWorking test which is working now.
432 2007-03-14  Eyal Alaluf <eyala@mainsoft.com>
434         * MethodInfoTest.cs: Disabled tests for TARGET_JVM that use MethodBody.
436 2006-11-14  Raja R Harinath  <rharinath@novell.com>
438         * AssemblyTest.cs (bug79872): New test for #79872.
440 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
442         * AssemblyTest.cs: Added tests for bug #79712 and #79715. All marked
443         NotWorking.
445 2006-10-19  Gert Driesen  <drieseng@users.sourceforge.net>
447         * AssemblyNameTest.cs: Added test for CodeBase of AssemblyName
448         filled by AssemblyName.GetAssemblyName. Added tests for bug #79661.
450 2006-09-29  Jb Evain  <jbevain@gmail.com>
452         * FieldInfoTest.cs: Test for FieldInfo.SetValue on a literal field.
454 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
456         * ParameterInfoTest.cs: Add a test for enum default parameter values.
458 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
460         * MethodInfoTest.cs: Add a test for the ReturnParameter property.
462 2006-08-08  Gert Driesen  <drieseng@users.sourceforge.net>
464         * AssemblyTest.cs: Modified test to pass on 2.0 profile and .NET 2.0.
466 2006-07-12  Zoltan Varga  <vargaz@gmail.com>
468         * MethodInfoTest.cs: Add tests for ContainsGenericParameters ().
470 2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
472         * AssemblyTest.cs: Enabled test for bug #78468.
474 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
476         * MethodInfoTest.cs: Add a test for #77888.
478 2006-06-29  Raja R Harinath  <rharinath@novell.com>
480         * MethodInfoTest.cs (GetBaseDefinition): New test for
481         MethodInfo.GetBaseDefinition.
483 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
485         * BinderTests.cs: Add test for BindingFlags.ExactBinding.
487 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
489         * MethodInfoTest.cs: No longer derive from (deprecated) Assertion.
490         Number individual asserts. Marked ByrefVtypeInvoke as NotDotNet for
491         NET_1_1 profile, due to bug in MS.NET 1.1.
493 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
495         * MethodInfoTest.cs: GetMethodBody no longer throws ArgumentException
496         for methods that have no IL body. Part of fix for bug #78522.
498 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
500         * AssemblyTest.cs: Added tests for bug #78517.
502 2006-05-20  Gert Driesen  <drieseng@users.sourceforge.net>
504         * AssemblyTest.cs: Added tests for bugs #78464, #78465 and #78468.
505         Spaces to tabs.
507 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
509         * BinderTests.cs : (BindToMethodNamedArgs) hmm, why it didn't
510           show up during my last test run...
512 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
514         * BinderTests.cs : added test for bug #77079.
516 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
518         * BinderTests.cs : added test for bug #42547.
520 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
522         * BinderTests.cs : added test for bug #41691.
524 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
526         * MethodInfoTest.cs: Add test for #77668.
528 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
530         * FieldInfoTest.cs: Revert nullable reftype tests.
532 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
534         * FieldInfoTest.cs: Add tests for nullable reference types.
536 2006-02-07  Martin Baulig  <martin@ximian.com>
538         * MethodInfoTest.cs: Added test where IsGenericMethod must return false.
540 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
542         * MethodInfoTest.cs: Add tests for IsGenericMethod.
544 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
546         * MethodInfoTest.cs: Add test for Invoke and byref valuetypes.
548 2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
550         * ModuleTest.cs : ResolveString() does not work under .NET 2.0 either.
552 2006-01-06  Raja R Harinath  <rharinath@novell.com>
554         * PropertyInfoTest.cs: Use newer nunit API.
555         (Bug77160): New test from #77160.
557 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
559         * FieldInfoTest.cs PropertyInfoTest.cs MethodInfoTest.cs: Add Nullable
560         tests.
562 2005-12-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
564         * AssemblyTest.cs: Remove 'NotWorking' category attribute
565         to the Reflection Only tests, since they are working by now.
567         * FieldInfoTest.cs: Likewise.
569         * MethodInfoTest.cs: Likewise.
571 2005-12-02  Robert Jordan  <robertj@gmx.net>
573         * ReflectedTypeTest.cs: New. Test case for #76829.
575 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
577         * MethodInfoTest.cs : added MakeGenericMethod test for #76575.
579 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
581         * AssemblyTest.cs: Fix build.
583 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
585         * AssemblyTest.cs: Updated runtime version to v2.0.50727 (2.0 RTM).
587 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
589         * MethodInfoTest.cs : added test for bug #76541.
591 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
593         * AssemblyNameTest.cs: Added some tests for the 2.0 new
594         ctor. Keep some of them as NotWorking, since we need to figure out
595         an elegant way to avoiding creating Version when not passing it.
596         
597 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
599         * AssemblyTest.cs: Relied on the 1.1 test suite being built when
600         running teh 2.0 test suite, which could cause failures
602 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
604         * AssemblyNameCas.cs: Removed execution of AssemblyNameTest.Self as it
605         is now NotWorking.
607 2005-06-13  Sebastien Pouliot  <sebastien@ximian.com> 
609         * AssemblyNameTest.cs: "Fixed" tests so they execute without errors on
610         both Fx 1.1 SP1 and Fx 2.0 beta 2. Added corresponding NotWorking.
612 2005-06-13  Sebastien Pouliot  <sebastien@ximian.com>
614         * AssemblyNameTest.cs: Added distinctive names for all asserts in 
615         Version. Changed Self to NotWorking as other cases returns null. It 
616         will re-activated once we know the logic behind it.
618 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
620         * AssemblyNameTest.cs: Added tests to Version method,
621         in order to do additional checks with AssemblyBuilder
622         version.
623         
624 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
626         * AssemblyTest.cs: put back GetEntryAssembly, but this one is working.
628 2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
630         * AssemblyTest.cs: Removed asserts using PortableExecutableKind - 
631         because (1) it was renamed to PortableExecutableKinds *and* (2)
632         it's documented as obsolete and will be removed for 2.0 RTM.
634 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
636         * MethodInfoTest.cs: Disable pseudo custom attribute test.
638 2005-06-05  Gert Driesen <drieseng@users.sourceforge.net>
640         * AssemblyTest.cs: Enabled test for bug #74958.
642 2005-05-27  Zoltan Varga  <vargaz@freemail.hu>
644         * MethodInfoTest.cs: Reenable the pseudo attribute test.
646 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
648         * TypeDelegatorTest.cs: New file.
650         * MethodInfoTest.cs: Add a test for bug #75029.
652 2005-05-20  Gert Driesen <drieseng@users.sourceforge.net>
654         * AssemblyTest.cs: Allow test for bug #74958 to pass on .NET 2.0
655         Beta 2.
657 2005-05-15  Gert Driesen <drieseng@users.sourceforge.net>
659         * AssemblyTest.cs: Added (ignored) test case for bug #74958.
661 2005-05-07  Ben Maurer  <bmaurer@ximian.com>
663         * EventInfoTest.cs: New file. Has a test case for #64191.
665 2005-05-02  Sebastien Pouliot  <sebastien@ximian.com>
667         * AssemblyTest.cs, FieldInfoTest.cs, MethodInfoTest.cs: Disabled 
668         ReflectionOnly tests as they break every tests afterward. Calberto
669         is looking for the problem...
671 2005-04-28  Sebastien Pouliot  <sebastien@ximian.com>
673         * AssemblyCas.cs: New. CAS unit tests for Assembly.
675 2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>
677         * AssemblyTest.cs: Updated NET_2_0 tests to check for v2.0.50215 
678         (beta2).
680 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
682         * AssemblyTest.cs: Added tests for GetObjectData (null) and 
683         GetReferencedAssemblies (no codebase returned) methods.
685 2005-04-08  Raja R Harinath  <rharinath@novell.com>
687         * FieldInfoTest.cs (RefOnlyFieldClass): Rename from RefOnlyClass.
688         * MethodInfoTest.cs (RefOnlyMethodClass): Rename from RefOnlyClass.
690 2005-04-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
692         * AssemblyTest.cs: Added tests for ReflectionOnly support.
693         * MethodInfoTest.cs: Added test for Reflection Only support.
694         * FieldInfoTest.cs: Added tests for ReflectionOnly support.
695         
696 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
698         * AssemblyNameTest.cs: Added tests for Clone and serialization without
699         a strongname.
700         * AssemblyNameCas.cs: New. CAS unit tests for AssemblyName.
701         * StrongNameKeyPairTest.cs: Little changes to make it easier to reuse 
702         in CAS tests.
703         * StrongNameKeyPairCas.cs: New. CAS unit tests for StrongNameKeyPair.
705 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
707         * AssemblyNameTest.cs: Add test for ArgumentNullException on 
708         GetObjectData. Made existing tests more nunit2.2 like.
709         * ModuleCas.cs: Added new tests for FullyQualifiedName and Name 
710         properties.
711         * ModuleTest.cs: Add test for ArgumentNullException on GetObjectData.
713 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
715         * ModuleCas.cs: New. CAS unit tests for Module.
717 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
719         * MethodInfoTest.cs: Disable code causing mcs to fail.
721 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com>
723         * AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false) 
724         attribute as it wasn't required (and gives a compilation warning).
726 2005-01-23  Nick Drochak  <ndrochak@ieee.org>
728         * ModuleTest.cs: Long path names gives Windows fits.
730 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
732         * MethodInfoTest.cs: Add tests for GetMethodBody.
734 2005-01-16  Nick Drochak  <ndrochak@ieee.org>
736         * AssemblyTest.cs: Try loading assembly from .NET tests and mono tests
738 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
740         * AssemblyTest.cs: Reenable GetFiles (true) test. Add a LoadWithPartialName () test.
742         * MethodInfoTest.cs: Add test for byref parameters to Invoke ().
744 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
746         * FieldInfoTest.cs: Add tests for MarshalAsAttribute.
748         * ParameterInfoTest.cs: Add tests for MarshalAsAttribute.
750         * FieldInfoTest.cs: Add tests for FieldOffsetAttribute.
751         
752         * FieldInfoTest.cs: New file.
754         * MethodInfoTest.cs: Add tests for PreserveSigAttribute.
755         
756         * MethodInfoTest.cs: New file.
758 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
760         * ParameterInfoTest.cs: New file.
762 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
764         * ModuleTest.cs: Add tests for NET 2.0 ResolveXXX methods.
766 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
768         * AssemblyTest.cs: Add tests for MetadataToken and ManifestModule.
770 2004-08-29  Nick Drochak <ndrochak@ieee.org>
772         * BinderTests.cs: Make tests pass on MS.NET 1.1.
774 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
776         * AssemblyTest.cs: Added new tests for 1.1 and 2.0 features. Converted
777         existing tests to NUnit 2.2.
779 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
781         * ModuleTest.cs: New tests for FindTypes.
783 2004-06-10  Lluis Sanchez  <lluis@ximian.com>
785         * AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
786           empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys. 
787           Added messages to the assertions.
789 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
791         * AssemblyNameTests.cs: added tests for AssemblyName.FullName 
792         and serialization of AssemblyName, converted tests to use Assert
793         class
795 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
797         * BinderTests.cs: added test for null type in the argument list.
799 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
801         * BinderTests.cs: one more test for matching a single property. Adapted
802         to nunit 2.2 style.
804 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
806         * BinderTests.cs: added more indexers and more SelectProperty tests.
808 2003-05-20  Sebastien Pouliot  <sebastien@ximian.com>
810         * StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required 
811         for new nunit).
813 2004-05-18  Gert Driesen (drieseng@users.sourceforge.net)
815         * PropertyInfoTest.cs: New file.  Added test for 
816         bug #58661.
818 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
820         * BinderTests.cs: New file.
822 2003-04-06  Sebastien Pouliot  <sebastien@ximian.com>
824         * StrongNameKeyPairTest.cs: Added test case for ECMA "key".
826 2003-03-24  Sebastien Pouliot  <sebastien@ximian.com>
828         * StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
829         unneeded code and false comments (too much copy-n-paste).
831 2003-03-09  Jackson Harper  <jackson@ximian.com>
833         * AssemblyAlgorithmIdAttributeTest.cs:
834         * AssemblyConfigurationAttributeTest.cs:
835         * AssemblyCopyrightAttributeTest.cs:
836         * AssemblyCultureAttributeTest.cs:
837         * AssemblyDelaySignAttributeTest.cs:
838         * AssemblyDescriptionAttributeTest.cs:
839         * AssemblyFileVersionAttributeTest.cs:
840         * AssemblyInformationalVersionAttributeTest.cs: New test cases
841         from nvineeth_mono@yahoo.com.
843 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
845         * ModuleTest.cs: Make the assembly name unique to fix the GlobalData
846         test.
848 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
850         * ModuleTest.cs: Fix temp folder path
852 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
854         * AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
855         CultureInfo, Version and HashAlgorithm properties.
857 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
859         * AssemblyTest.cs (TestGetType): New regression test for #49114.
861 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
863         * ModuleTest.cs: New file.
865 2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
867         * AssemblyTest.cs: New file.
869 2002-12-30  Sebastien Pouliot <spouliot@videotron.ca>
871         * AssemblyNameTest.cs: Added test for FullName (null cultureinfo).
873 2002-12-23  Sebastien Pouliot <spouliot@videotron.ca>
875         * AssemblyNameTest.cs: Added test for non-signed assembly (which
876         returns an empty array - i.e. not null like an empty assembly).
878 2002-12-21  Nick Drochak <ndrochak@gol.com>
880         * all: make tests build and run under nunit2
882 2002-12-08  Sebastien Pouliot <spouliot@videotron.ca>
884         * AllTests.cs: Added test suites for AssemblyName and
885         StrongNameKeyPair.
886         * AssemblyNameTest.cs: New. Test suite for AssemblyName.
887         * StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.