2009-03-11 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / class / corlib / Test / System.Reflection / ChangeLog
blob09b7457fa6a169f4ebbfb75628f6c1c4d157fdd1
1 2009-03-11  Zoltan Varga  <vargaz@gmail.com>
3         * BinderTests.cs: Add a test for #484294.
5 2009-02-21  Jb Evain  <jbevain@novell.com>
7         * BinderTests.cs: add test for bug #471257, where Type.InvokeMember
8         calls Binder.BindToMethod will a null args.
10 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
12         * MethodBaseTest.cs: Make a test quiet.
14 2008-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
16         * MethodInfoTest.cs: Fix the 1.1 build.
18 2008-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
20         * MethodInfoTest.cs: Test for non primitive structs.
22 2008-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
24         * MethodInfoTest.cs: Test for #409583.
26 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
28         * FieldInfoTest.cs: Test FieldInfo::GetValue on a constant of an open
29         generic type. 
31 2008-11-11  Rodrigo Kumpera  <rkumpera@novell.com>
33         * ModuleTest.cs : Add test for ResolveMethod with a methodspec
34         token.
36 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
38         * AssemblyTest.cs (LoadWithPartialName): Fix this test after the
39         'default' -> 'net_1_1' profile change.
41 2008-10-02 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
43         * ConstructorInfoTest.cs: enable abstract class test.
45 2008-09-08  Zoltan Varga  <vargaz@gmail.com>
47         * FieldInfoTest.cs (SetValueOpenGeneric): Fix copy-paste error.
49 2008-09-07  Zoltan Varga  <vargaz@gmail.com>
51         * FieldInfoTest.cs: Add tests for #424077.
53 2008-06-30  Rodrigo Kumpera <rkumpera@novell.com>
55         * MethodBase.cs: Fix the 1.0 build.
57 2008-06-27  Rodrigo Kumpera <rkumpera@novell.com>
59         * MethodBase.cs: Added tests for GetMethodFromToken.
61 2008-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
63         * PropertyInfoTest.cs: Added test for bug #399985.
65 2008-05-12  Gert Driesen  <drieseng@users.sourceforge.net>
67         * FieldInfoTest.cs: Added tests for GetFieldFromHandle.
68         * MethodBaseTest.cs: Added tests for GetMethodFromHandle.
70 2008-04-16  Zoltan Varga  <vargaz@gmail.com>
72         * BinderTests.cs: Applied patch from Yves Bastide (doc.formatique@gmail.com). Add 
73         tests for converting integers to enums.
75 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
77         * ConstructorInfoTest.cs: Add a test for #373459.
79         * MethodInfoTest.cs: Add a test for #373448.
81 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
83         * BinderTests.cs: Add tests for #367655.
85 2008-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
87         * AssemblyTest.cs: Improved tests for GetFile, GetObjectData and
88         GetCustomAttributes.
90 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
92         * MethodInfoTest.cs (GetGenericMethodDefinition): Add a test for
93         an instantiation.
94         (Bug354757): New test.
96 2008-02-18  Zoltan Varga  <vargaz@gmail.com>
98         * CustomAttributeDataTest.cs: New file.
100 2008-02-02  Gert Driesen  <drieseng@users.sourceforge.net>
102         * MethodInfoTest.cs: Numbered tests. Improved existing tests.
103         * ParameterInfoTest.cs: Added test for bug #342536.
105 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
107         * AssemblyTest.cs (GetModules_MissingFile): Rename the generated assembly to
108         avoid name clashes.
110         * AssemblyTest.cs: Add a test for GetModules () and a missing module.
112         * ModuleTest.cs: Add a test for GetTypes ().
114 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
116         * AssemblyNameTest.cs: Added test for effect of AssemblyNameFlags on
117         FullName. Added test for PublicKey with value "null". Added ctor test
118         for Retargetable spec.
120 2008-01-15  Jb Evain  <jbevain@novell.com>
122         * MethodInfoTest.cs: Add test for null arguments to
123         MakeGenericMethod (#353849).
125 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
127         * AssemblyNameTest.cs: Improved tests for ProcessorArchictecture.
129 2007-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
131         * AssemblyNameCas.cs: Sync test methods with AssemblyNameTest.cs.
132         * AssemblyNameTest.cs: Removed AssertEqualsByteArrays method since
133         NUnit supports this out-of-the-box. Use more meaningful names for
134         some existing tests. Improved existing tests and added lots more.
135         Enabled tests that were previously failing.  Fixed and improved
136         tests for public key; the original "public key" was actually a
137         key pair.
139 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
141         * AssemblyNameTest.cs: Improved culture test to cover bug #347174.
143 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
145         * FieldInfoTest.cs: Add tests for #346160.
147 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
149         * FieldInfoTest.cs: Add GetRawDefaultValue () tests.
151 2007-11-05  Mark Probst  <mark.probst@gmail.com>
153         * BinderTests.cs: Add test for bug #324998.
155 2007-11-04  Miguel de Icaza  <miguel@novell.com>
157         * ParameterInfoTest.cs: Add new test for testing the [Optional]
158         attribute making ParameterInfo.DefaultValue become
159         System.Reflection.Missing.
161 2007-11-01  Zoltan Varga  <vargaz@gmail.com>
163         * BinderTests.cs: Add a test for the ParamArray attribute.
165 2007-10-17  Gert Driesen  <drieseng@users.sourceforge.net>
167         * AssemblyTest.cs: Enabled test for bug #334204.
169 2007-10-16  Gert Driesen  <drieseng@users.sourceforge.net>
171         * AssemblyTest.cs: Added test for bug #334203. Use more meaningful name
172         for test for bug #49114.        
174 2007-10-04  Raja R Harinath  <rharinath@novell.com>
176         * AssemblyTest.cs (bug328812): New test.
178 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
180         * PropertyInfoTest.cs: Add test for calling ReflectedType on accessors.
182 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
184         * AssemblyTest.cs: Added test for ManifestModule.
186 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
188         * AssemblyTest.cs: Added test for GetManifestResourceStream argument
189         checks.
191 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
193         * FieldInfoTest.cs: Enabled test for bug #82465.
195 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
197         * ModuleTest.cs: Enabled tests on 2.0 profile since bug #82459 is
198         fixed.
200 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
202         * ParameterInfoTest.cs: Minor code formatting change.
203         * FieldInfoTest.cs: Added test for GetCustomAttributes. Modified test
204         for pseudo customattributes to work on 1.0 profile too.
206 2007-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
208         * AssemblyTest.cs: Added IsDefined test with null value for 
209         attributeType argument.
210         * ModuleTest.cs: Same. Remove use of deprecated Assertion class, code
211         formatting and fixed line endings.
212         * ParameterInfoTest.cs: Same. Remove use of deprecated Assertion class
213         and code formatting.
214         * MethodInfoTest.cs: Same.
215         * EventInfoTest.cs: Same. Code formatting.
216         * FieldInfoTest.cs: Same. Code formatting.
217         * PropertyInfoTest.cs: Same. Improved coverage of GetAccessors.
218         Improved tests for GetCustomAttributes. Code formatting.
220 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
222         * MethodInfoTest.cs: Add another test.
223         
224         * MethodInfoTest.cs: Add test for Invoking methods with a nullable type receiver.
226 2007-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
228         * MethodInfoTest.cs: Added GetMethodFromHandle test for generic type.
230 2007-07-20  Raja R Harinath  <rharinath@novell.com>
232         * MethodInfoTest.cs (GetGenericMethodDefinition): New.  Based on
233         Atsushi's testcase in #78068.
235 2007-07-19  Atsushi Enomoto  <atsushi@ximian.com>
237         * MethodInfoTest.cs : fix incorrect parameter type output.
239 2007-07-19  Atsushi Enomoto  <atsushi@ximian.com>
241         * MethodInfoTest.cs : added ToString() test for generic return type.
243 2007-07-09  Mark Probst  <mark.probst@gmail.com>
245         * AssemblyTest.cs: Enabled test for bug 78465.
247 2007-07-05  Gert Driesen  <drieseng@users.sourceforge.net>
249         * MethodInfoTest.cs: Added test for bug #81997. Code formatting.
251 2007-06-22  Raja R Harinath  <rharinath@novell.com>
253         * MethodInfoTest.cs (IsGenericMethodDefinition): New.
255 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
257         * PropertyInfoTest.cs: Mark new test as NotWorking.
258         
259         * PropertyInfoTest.cs: Added new test.
261 2007-05-07  Gert Driesen  <drieseng@users.sourceforge.net>
263         * MethodInfoTest.cs: Modified test for bug #81538 to verify both
264         1.0 and 2.0 behavior.
266 2007-05-07  Zoltan Varga  <vargaz@gmail.com>
268         * MethodInfoTest.cs: Add test case for #81538.
270 2007-05-01  Gert Driesen  <drieseng@users.sourceforge.net>
272         * ConstructorInfoTest.cs: Added tests for Invoke.
274 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
276         * MethodInfoTest.cs: Reenable a NotWorking test which is working now.
278 2007-03-14  Eyal Alaluf <eyala@mainsoft.com>
280         * MethodInfoTest.cs: Disabled tests for TARGET_JVM that use MethodBody.
282 2006-11-14  Raja R Harinath  <rharinath@novell.com>
284         * AssemblyTest.cs (bug79872): New test for #79872.
286 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
288         * AssemblyTest.cs: Added tests for bug #79712 and #79715. All marked
289         NotWorking.
291 2006-10-19  Gert Driesen  <drieseng@users.sourceforge.net>
293         * AssemblyNameTest.cs: Added test for CodeBase of AssemblyName
294         filled by AssemblyName.GetAssemblyName. Added tests for bug #79661.
296 2006-09-29  Jb Evain  <jbevain@gmail.com>
298         * FieldInfoTest.cs: Test for FieldInfo.SetValue on a literal field.
300 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
302         * ParameterInfoTest.cs: Add a test for enum default parameter values.
304 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
306         * MethodInfoTest.cs: Add a test for the ReturnParameter property.
308 2006-08-08  Gert Driesen  <drieseng@users.sourceforge.net>
310         * AssemblyTest.cs: Modified test to pass on 2.0 profile and .NET 2.0.
312 2006-07-12  Zoltan Varga  <vargaz@gmail.com>
314         * MethodInfoTest.cs: Add tests for ContainsGenericParameters ().
316 2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
318         * AssemblyTest.cs: Enabled test for bug #78468.
320 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
322         * MethodInfoTest.cs: Add a test for #77888.
324 2006-06-29  Raja R Harinath  <rharinath@novell.com>
326         * MethodInfoTest.cs (GetBaseDefinition): New test for
327         MethodInfo.GetBaseDefinition.
329 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
331         * BinderTests.cs: Add test for BindingFlags.ExactBinding.
333 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
335         * MethodInfoTest.cs: No longer derive from (deprecated) Assertion.
336         Number individual asserts. Marked ByrefVtypeInvoke as NotDotNet for
337         NET_1_1 profile, due to bug in MS.NET 1.1.
339 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
341         * MethodInfoTest.cs: GetMethodBody no longer throws ArgumentException
342         for methods that have no IL body. Part of fix for bug #78522.
344 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
346         * AssemblyTest.cs: Added tests for bug #78517.
348 2006-05-20  Gert Driesen  <drieseng@users.sourceforge.net>
350         * AssemblyTest.cs: Added tests for bugs #78464, #78465 and #78468.
351         Spaces to tabs.
353 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
355         * BinderTests.cs : (BindToMethodNamedArgs) hmm, why it didn't
356           show up during my last test run...
358 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
360         * BinderTests.cs : added test for bug #77079.
362 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
364         * BinderTests.cs : added test for bug #42547.
366 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
368         * BinderTests.cs : added test for bug #41691.
370 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
372         * MethodInfoTest.cs: Add test for #77668.
374 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
376         * FieldInfoTest.cs: Revert nullable reftype tests.
378 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
380         * FieldInfoTest.cs: Add tests for nullable reference types.
382 2006-02-07  Martin Baulig  <martin@ximian.com>
384         * MethodInfoTest.cs: Added test where IsGenericMethod must return false.
386 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
388         * MethodInfoTest.cs: Add tests for IsGenericMethod.
390 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
392         * MethodInfoTest.cs: Add test for Invoke and byref valuetypes.
394 2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
396         * ModuleTest.cs : ResolveString() does not work under .NET 2.0 either.
398 2006-01-06  Raja R Harinath  <rharinath@novell.com>
400         * PropertyInfoTest.cs: Use newer nunit API.
401         (Bug77160): New test from #77160.
403 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
405         * FieldInfoTest.cs PropertyInfoTest.cs MethodInfoTest.cs: Add Nullable
406         tests.
408 2005-12-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
410         * AssemblyTest.cs: Remove 'NotWorking' category attribute
411         to the Reflection Only tests, since they are working by now.
413         * FieldInfoTest.cs: Likewise.
415         * MethodInfoTest.cs: Likewise.
417 2005-12-02  Robert Jordan  <robertj@gmx.net>
419         * ReflectedTypeTest.cs: New. Test case for #76829.
421 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
423         * MethodInfoTest.cs : added MakeGenericMethod test for #76575.
425 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
427         * AssemblyTest.cs: Fix build.
429 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
431         * AssemblyTest.cs: Updated runtime version to v2.0.50727 (2.0 RTM).
433 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
435         * MethodInfoTest.cs : added test for bug #76541.
437 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
439         * AssemblyNameTest.cs: Added some tests for the 2.0 new
440         ctor. Keep some of them as NotWorking, since we need to figure out
441         an elegant way to avoiding creating Version when not passing it.
442         
443 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
445         * AssemblyTest.cs: Relied on the 1.1 test suite being built when
446         running teh 2.0 test suite, which could cause failures
448 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
450         * AssemblyNameCas.cs: Removed execution of AssemblyNameTest.Self as it
451         is now NotWorking.
453 2005-06-13  Sebastien Pouliot  <sebastien@ximian.com> 
455         * AssemblyNameTest.cs: "Fixed" tests so they execute without errors on
456         both Fx 1.1 SP1 and Fx 2.0 beta 2. Added corresponding NotWorking.
458 2005-06-13  Sebastien Pouliot  <sebastien@ximian.com>
460         * AssemblyNameTest.cs: Added distinctive names for all asserts in 
461         Version. Changed Self to NotWorking as other cases returns null. It 
462         will re-activated once we know the logic behind it.
464 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
466         * AssemblyNameTest.cs: Added tests to Version method,
467         in order to do additional checks with AssemblyBuilder
468         version.
469         
470 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
472         * AssemblyTest.cs: put back GetEntryAssembly, but this one is working.
474 2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
476         * AssemblyTest.cs: Removed asserts using PortableExecutableKind - 
477         because (1) it was renamed to PortableExecutableKinds *and* (2)
478         it's documented as obsolete and will be removed for 2.0 RTM.
480 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
482         * MethodInfoTest.cs: Disable pseudo custom attribute test.
484 2005-06-05  Gert Driesen <drieseng@users.sourceforge.net>
486         * AssemblyTest.cs: Enabled test for bug #74958.
488 2005-05-27  Zoltan Varga  <vargaz@freemail.hu>
490         * MethodInfoTest.cs: Reenable the pseudo attribute test.
492 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
494         * TypeDelegatorTest.cs: New file.
496         * MethodInfoTest.cs: Add a test for bug #75029.
498 2005-05-20  Gert Driesen <drieseng@users.sourceforge.net>
500         * AssemblyTest.cs: Allow test for bug #74958 to pass on .NET 2.0
501         Beta 2.
503 2005-05-15  Gert Driesen <drieseng@users.sourceforge.net>
505         * AssemblyTest.cs: Added (ignored) test case for bug #74958.
507 2005-05-07  Ben Maurer  <bmaurer@ximian.com>
509         * EventInfoTest.cs: New file. Has a test case for #64191.
511 2005-05-02  Sebastien Pouliot  <sebastien@ximian.com>
513         * AssemblyTest.cs, FieldInfoTest.cs, MethodInfoTest.cs: Disabled 
514         ReflectionOnly tests as they break every tests afterward. Calberto
515         is looking for the problem...
517 2005-04-28  Sebastien Pouliot  <sebastien@ximian.com>
519         * AssemblyCas.cs: New. CAS unit tests for Assembly.
521 2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>
523         * AssemblyTest.cs: Updated NET_2_0 tests to check for v2.0.50215 
524         (beta2).
526 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
528         * AssemblyTest.cs: Added tests for GetObjectData (null) and 
529         GetReferencedAssemblies (no codebase returned) methods.
531 2005-04-08  Raja R Harinath  <rharinath@novell.com>
533         * FieldInfoTest.cs (RefOnlyFieldClass): Rename from RefOnlyClass.
534         * MethodInfoTest.cs (RefOnlyMethodClass): Rename from RefOnlyClass.
536 2005-04-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
538         * AssemblyTest.cs: Added tests for ReflectionOnly support.
539         * MethodInfoTest.cs: Added test for Reflection Only support.
540         * FieldInfoTest.cs: Added tests for ReflectionOnly support.
541         
542 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
544         * AssemblyNameTest.cs: Added tests for Clone and serialization without
545         a strongname.
546         * AssemblyNameCas.cs: New. CAS unit tests for AssemblyName.
547         * StrongNameKeyPairTest.cs: Little changes to make it easier to reuse 
548         in CAS tests.
549         * StrongNameKeyPairCas.cs: New. CAS unit tests for StrongNameKeyPair.
551 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
553         * AssemblyNameTest.cs: Add test for ArgumentNullException on 
554         GetObjectData. Made existing tests more nunit2.2 like.
555         * ModuleCas.cs: Added new tests for FullyQualifiedName and Name 
556         properties.
557         * ModuleTest.cs: Add test for ArgumentNullException on GetObjectData.
559 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
561         * ModuleCas.cs: New. CAS unit tests for Module.
563 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
565         * MethodInfoTest.cs: Disable code causing mcs to fail.
567 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com>
569         * AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false) 
570         attribute as it wasn't required (and gives a compilation warning).
572 2005-01-23  Nick Drochak  <ndrochak@ieee.org>
574         * ModuleTest.cs: Long path names gives Windows fits.
576 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
578         * MethodInfoTest.cs: Add tests for GetMethodBody.
580 2005-01-16  Nick Drochak  <ndrochak@ieee.org>
582         * AssemblyTest.cs: Try loading assembly from .NET tests and mono tests
584 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
586         * AssemblyTest.cs: Reenable GetFiles (true) test. Add a LoadWithPartialName () test.
588         * MethodInfoTest.cs: Add test for byref parameters to Invoke ().
590 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
592         * FieldInfoTest.cs: Add tests for MarshalAsAttribute.
594         * ParameterInfoTest.cs: Add tests for MarshalAsAttribute.
596         * FieldInfoTest.cs: Add tests for FieldOffsetAttribute.
597         
598         * FieldInfoTest.cs: New file.
600         * MethodInfoTest.cs: Add tests for PreserveSigAttribute.
601         
602         * MethodInfoTest.cs: New file.
604 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
606         * ParameterInfoTest.cs: New file.
608 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
610         * ModuleTest.cs: Add tests for NET 2.0 ResolveXXX methods.
612 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
614         * AssemblyTest.cs: Add tests for MetadataToken and ManifestModule.
616 2004-08-29  Nick Drochak <ndrochak@ieee.org>
618         * BinderTests.cs: Make tests pass on MS.NET 1.1.
620 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
622         * AssemblyTest.cs: Added new tests for 1.1 and 2.0 features. Converted
623         existing tests to NUnit 2.2.
625 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
627         * ModuleTest.cs: New tests for FindTypes.
629 2004-06-10  Lluis Sanchez  <lluis@ximian.com>
631         * AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
632           empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys. 
633           Added messages to the assertions.
635 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
637         * AssemblyNameTests.cs: added tests for AssemblyName.FullName 
638         and serialization of AssemblyName, converted tests to use Assert
639         class
641 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
643         * BinderTests.cs: added test for null type in the argument list.
645 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
647         * BinderTests.cs: one more test for matching a single property. Adapted
648         to nunit 2.2 style.
650 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
652         * BinderTests.cs: added more indexers and more SelectProperty tests.
654 2003-05-20  Sebastien Pouliot  <sebastien@ximian.com>
656         * StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required 
657         for new nunit).
659 2004-05-18  Gert Driesen (drieseng@users.sourceforge.net)
661         * PropertyInfoTest.cs: New file.  Added test for 
662         bug #58661.
664 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
666         * BinderTests.cs: New file.
668 2003-04-06  Sebastien Pouliot  <sebastien@ximian.com>
670         * StrongNameKeyPairTest.cs: Added test case for ECMA "key".
672 2003-03-24  Sebastien Pouliot  <sebastien@ximian.com>
674         * StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
675         unneeded code and false comments (too much copy-n-paste).
677 2003-03-09  Jackson Harper  <jackson@ximian.com>
679         * AssemblyAlgorithmIdAttributeTest.cs:
680         * AssemblyConfigurationAttributeTest.cs:
681         * AssemblyCopyrightAttributeTest.cs:
682         * AssemblyCultureAttributeTest.cs:
683         * AssemblyDelaySignAttributeTest.cs:
684         * AssemblyDescriptionAttributeTest.cs:
685         * AssemblyFileVersionAttributeTest.cs:
686         * AssemblyInformationalVersionAttributeTest.cs: New test cases
687         from nvineeth_mono@yahoo.com.
689 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
691         * ModuleTest.cs: Make the assembly name unique to fix the GlobalData
692         test.
694 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
696         * ModuleTest.cs: Fix temp folder path
698 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
700         * AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
701         CultureInfo, Version and HashAlgorithm properties.
703 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
705         * AssemblyTest.cs (TestGetType): New regression test for #49114.
707 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
709         * ModuleTest.cs: New file.
711 2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
713         * AssemblyTest.cs: New file.
715 2002-12-30  Sebastien Pouliot <spouliot@videotron.ca>
717         * AssemblyNameTest.cs: Added test for FullName (null cultureinfo).
719 2002-12-23  Sebastien Pouliot <spouliot@videotron.ca>
721         * AssemblyNameTest.cs: Added test for non-signed assembly (which
722         returns an empty array - i.e. not null like an empty assembly).
724 2002-12-21  Nick Drochak <ndrochak@gol.com>
726         * all: make tests build and run under nunit2
728 2002-12-08  Sebastien Pouliot <spouliot@videotron.ca>
730         * AllTests.cs: Added test suites for AssemblyName and
731         StrongNameKeyPair.
732         * AssemblyNameTest.cs: New. Test suite for AssemblyName.
733         * StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.