2009-02-04 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / class / corlib / Test / System.Reflection / ChangeLog
blob6d932e71197ef17462d94f2287e6e01576a2e5f9
1 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
3         * MethodBaseTest.cs: Make a test quiet.
5 2008-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
7         * MethodInfoTest.cs: Fix the 1.1 build.
9 2008-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
11         * MethodInfoTest.cs: Test for non primitive structs.
13 2008-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
15         * MethodInfoTest.cs: Test for #409583.
17 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
19         * FieldInfoTest.cs: Test FieldInfo::GetValue on a constant of an open
20         generic type. 
22 2008-11-11  Rodrigo Kumpera  <rkumpera@novell.com>
24         * ModuleTest.cs : Add test for ResolveMethod with a methodspec
25         token.
27 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
29         * AssemblyTest.cs (LoadWithPartialName): Fix this test after the
30         'default' -> 'net_1_1' profile change.
32 2008-10-02 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
34         * ConstructorInfoTest.cs: enable abstract class test.
36 2008-09-08  Zoltan Varga  <vargaz@gmail.com>
38         * FieldInfoTest.cs (SetValueOpenGeneric): Fix copy-paste error.
40 2008-09-07  Zoltan Varga  <vargaz@gmail.com>
42         * FieldInfoTest.cs: Add tests for #424077.
44 2008-06-30  Rodrigo Kumpera <rkumpera@novell.com>
46         * MethodBase.cs: Fix the 1.0 build.
48 2008-06-27  Rodrigo Kumpera <rkumpera@novell.com>
50         * MethodBase.cs: Added tests for GetMethodFromToken.
52 2008-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
54         * PropertyInfoTest.cs: Added test for bug #399985.
56 2008-05-12  Gert Driesen  <drieseng@users.sourceforge.net>
58         * FieldInfoTest.cs: Added tests for GetFieldFromHandle.
59         * MethodBaseTest.cs: Added tests for GetMethodFromHandle.
61 2008-04-16  Zoltan Varga  <vargaz@gmail.com>
63         * BinderTests.cs: Applied patch from Yves Bastide (doc.formatique@gmail.com). Add 
64         tests for converting integers to enums.
66 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
68         * ConstructorInfoTest.cs: Add a test for #373459.
70         * MethodInfoTest.cs: Add a test for #373448.
72 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
74         * BinderTests.cs: Add tests for #367655.
76 2008-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
78         * AssemblyTest.cs: Improved tests for GetFile, GetObjectData and
79         GetCustomAttributes.
81 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
83         * MethodInfoTest.cs (GetGenericMethodDefinition): Add a test for
84         an instantiation.
85         (Bug354757): New test.
87 2008-02-18  Zoltan Varga  <vargaz@gmail.com>
89         * CustomAttributeDataTest.cs: New file.
91 2008-02-02  Gert Driesen  <drieseng@users.sourceforge.net>
93         * MethodInfoTest.cs: Numbered tests. Improved existing tests.
94         * ParameterInfoTest.cs: Added test for bug #342536.
96 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
98         * AssemblyTest.cs (GetModules_MissingFile): Rename the generated assembly to
99         avoid name clashes.
101         * AssemblyTest.cs: Add a test for GetModules () and a missing module.
103         * ModuleTest.cs: Add a test for GetTypes ().
105 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
107         * AssemblyNameTest.cs: Added test for effect of AssemblyNameFlags on
108         FullName. Added test for PublicKey with value "null". Added ctor test
109         for Retargetable spec.
111 2008-01-15  Jb Evain  <jbevain@novell.com>
113         * MethodInfoTest.cs: Add test for null arguments to
114         MakeGenericMethod (#353849).
116 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
118         * AssemblyNameTest.cs: Improved tests for ProcessorArchictecture.
120 2007-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
122         * AssemblyNameCas.cs: Sync test methods with AssemblyNameTest.cs.
123         * AssemblyNameTest.cs: Removed AssertEqualsByteArrays method since
124         NUnit supports this out-of-the-box. Use more meaningful names for
125         some existing tests. Improved existing tests and added lots more.
126         Enabled tests that were previously failing.  Fixed and improved
127         tests for public key; the original "public key" was actually a
128         key pair.
130 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
132         * AssemblyNameTest.cs: Improved culture test to cover bug #347174.
134 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
136         * FieldInfoTest.cs: Add tests for #346160.
138 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
140         * FieldInfoTest.cs: Add GetRawDefaultValue () tests.
142 2007-11-05  Mark Probst  <mark.probst@gmail.com>
144         * BinderTests.cs: Add test for bug #324998.
146 2007-11-04  Miguel de Icaza  <miguel@novell.com>
148         * ParameterInfoTest.cs: Add new test for testing the [Optional]
149         attribute making ParameterInfo.DefaultValue become
150         System.Reflection.Missing.
152 2007-11-01  Zoltan Varga  <vargaz@gmail.com>
154         * BinderTests.cs: Add a test for the ParamArray attribute.
156 2007-10-17  Gert Driesen  <drieseng@users.sourceforge.net>
158         * AssemblyTest.cs: Enabled test for bug #334204.
160 2007-10-16  Gert Driesen  <drieseng@users.sourceforge.net>
162         * AssemblyTest.cs: Added test for bug #334203. Use more meaningful name
163         for test for bug #49114.        
165 2007-10-04  Raja R Harinath  <rharinath@novell.com>
167         * AssemblyTest.cs (bug328812): New test.
169 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
171         * PropertyInfoTest.cs: Add test for calling ReflectedType on accessors.
173 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
175         * AssemblyTest.cs: Added test for ManifestModule.
177 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
179         * AssemblyTest.cs: Added test for GetManifestResourceStream argument
180         checks.
182 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
184         * FieldInfoTest.cs: Enabled test for bug #82465.
186 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
188         * ModuleTest.cs: Enabled tests on 2.0 profile since bug #82459 is
189         fixed.
191 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
193         * ParameterInfoTest.cs: Minor code formatting change.
194         * FieldInfoTest.cs: Added test for GetCustomAttributes. Modified test
195         for pseudo customattributes to work on 1.0 profile too.
197 2007-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
199         * AssemblyTest.cs: Added IsDefined test with null value for 
200         attributeType argument.
201         * ModuleTest.cs: Same. Remove use of deprecated Assertion class, code
202         formatting and fixed line endings.
203         * ParameterInfoTest.cs: Same. Remove use of deprecated Assertion class
204         and code formatting.
205         * MethodInfoTest.cs: Same.
206         * EventInfoTest.cs: Same. Code formatting.
207         * FieldInfoTest.cs: Same. Code formatting.
208         * PropertyInfoTest.cs: Same. Improved coverage of GetAccessors.
209         Improved tests for GetCustomAttributes. Code formatting.
211 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
213         * MethodInfoTest.cs: Add another test.
214         
215         * MethodInfoTest.cs: Add test for Invoking methods with a nullable type receiver.
217 2007-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
219         * MethodInfoTest.cs: Added GetMethodFromHandle test for generic type.
221 2007-07-20  Raja R Harinath  <rharinath@novell.com>
223         * MethodInfoTest.cs (GetGenericMethodDefinition): New.  Based on
224         Atsushi's testcase in #78068.
226 2007-07-19  Atsushi Enomoto  <atsushi@ximian.com>
228         * MethodInfoTest.cs : fix incorrect parameter type output.
230 2007-07-19  Atsushi Enomoto  <atsushi@ximian.com>
232         * MethodInfoTest.cs : added ToString() test for generic return type.
234 2007-07-09  Mark Probst  <mark.probst@gmail.com>
236         * AssemblyTest.cs: Enabled test for bug 78465.
238 2007-07-05  Gert Driesen  <drieseng@users.sourceforge.net>
240         * MethodInfoTest.cs: Added test for bug #81997. Code formatting.
242 2007-06-22  Raja R Harinath  <rharinath@novell.com>
244         * MethodInfoTest.cs (IsGenericMethodDefinition): New.
246 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
248         * PropertyInfoTest.cs: Mark new test as NotWorking.
249         
250         * PropertyInfoTest.cs: Added new test.
252 2007-05-07  Gert Driesen  <drieseng@users.sourceforge.net>
254         * MethodInfoTest.cs: Modified test for bug #81538 to verify both
255         1.0 and 2.0 behavior.
257 2007-05-07  Zoltan Varga  <vargaz@gmail.com>
259         * MethodInfoTest.cs: Add test case for #81538.
261 2007-05-01  Gert Driesen  <drieseng@users.sourceforge.net>
263         * ConstructorInfoTest.cs: Added tests for Invoke.
265 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
267         * MethodInfoTest.cs: Reenable a NotWorking test which is working now.
269 2007-03-14  Eyal Alaluf <eyala@mainsoft.com>
271         * MethodInfoTest.cs: Disabled tests for TARGET_JVM that use MethodBody.
273 2006-11-14  Raja R Harinath  <rharinath@novell.com>
275         * AssemblyTest.cs (bug79872): New test for #79872.
277 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
279         * AssemblyTest.cs: Added tests for bug #79712 and #79715. All marked
280         NotWorking.
282 2006-10-19  Gert Driesen  <drieseng@users.sourceforge.net>
284         * AssemblyNameTest.cs: Added test for CodeBase of AssemblyName
285         filled by AssemblyName.GetAssemblyName. Added tests for bug #79661.
287 2006-09-29  Jb Evain  <jbevain@gmail.com>
289         * FieldInfoTest.cs: Test for FieldInfo.SetValue on a literal field.
291 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
293         * ParameterInfoTest.cs: Add a test for enum default parameter values.
295 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
297         * MethodInfoTest.cs: Add a test for the ReturnParameter property.
299 2006-08-08  Gert Driesen  <drieseng@users.sourceforge.net>
301         * AssemblyTest.cs: Modified test to pass on 2.0 profile and .NET 2.0.
303 2006-07-12  Zoltan Varga  <vargaz@gmail.com>
305         * MethodInfoTest.cs: Add tests for ContainsGenericParameters ().
307 2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
309         * AssemblyTest.cs: Enabled test for bug #78468.
311 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
313         * MethodInfoTest.cs: Add a test for #77888.
315 2006-06-29  Raja R Harinath  <rharinath@novell.com>
317         * MethodInfoTest.cs (GetBaseDefinition): New test for
318         MethodInfo.GetBaseDefinition.
320 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
322         * BinderTests.cs: Add test for BindingFlags.ExactBinding.
324 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
326         * MethodInfoTest.cs: No longer derive from (deprecated) Assertion.
327         Number individual asserts. Marked ByrefVtypeInvoke as NotDotNet for
328         NET_1_1 profile, due to bug in MS.NET 1.1.
330 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
332         * MethodInfoTest.cs: GetMethodBody no longer throws ArgumentException
333         for methods that have no IL body. Part of fix for bug #78522.
335 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
337         * AssemblyTest.cs: Added tests for bug #78517.
339 2006-05-20  Gert Driesen  <drieseng@users.sourceforge.net>
341         * AssemblyTest.cs: Added tests for bugs #78464, #78465 and #78468.
342         Spaces to tabs.
344 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
346         * BinderTests.cs : (BindToMethodNamedArgs) hmm, why it didn't
347           show up during my last test run...
349 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
351         * BinderTests.cs : added test for bug #77079.
353 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
355         * BinderTests.cs : added test for bug #42547.
357 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
359         * BinderTests.cs : added test for bug #41691.
361 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
363         * MethodInfoTest.cs: Add test for #77668.
365 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
367         * FieldInfoTest.cs: Revert nullable reftype tests.
369 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
371         * FieldInfoTest.cs: Add tests for nullable reference types.
373 2006-02-07  Martin Baulig  <martin@ximian.com>
375         * MethodInfoTest.cs: Added test where IsGenericMethod must return false.
377 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
379         * MethodInfoTest.cs: Add tests for IsGenericMethod.
381 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
383         * MethodInfoTest.cs: Add test for Invoke and byref valuetypes.
385 2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
387         * ModuleTest.cs : ResolveString() does not work under .NET 2.0 either.
389 2006-01-06  Raja R Harinath  <rharinath@novell.com>
391         * PropertyInfoTest.cs: Use newer nunit API.
392         (Bug77160): New test from #77160.
394 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
396         * FieldInfoTest.cs PropertyInfoTest.cs MethodInfoTest.cs: Add Nullable
397         tests.
399 2005-12-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
401         * AssemblyTest.cs: Remove 'NotWorking' category attribute
402         to the Reflection Only tests, since they are working by now.
404         * FieldInfoTest.cs: Likewise.
406         * MethodInfoTest.cs: Likewise.
408 2005-12-02  Robert Jordan  <robertj@gmx.net>
410         * ReflectedTypeTest.cs: New. Test case for #76829.
412 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
414         * MethodInfoTest.cs : added MakeGenericMethod test for #76575.
416 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
418         * AssemblyTest.cs: Fix build.
420 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
422         * AssemblyTest.cs: Updated runtime version to v2.0.50727 (2.0 RTM).
424 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
426         * MethodInfoTest.cs : added test for bug #76541.
428 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
430         * AssemblyNameTest.cs: Added some tests for the 2.0 new
431         ctor. Keep some of them as NotWorking, since we need to figure out
432         an elegant way to avoiding creating Version when not passing it.
433         
434 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
436         * AssemblyTest.cs: Relied on the 1.1 test suite being built when
437         running teh 2.0 test suite, which could cause failures
439 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
441         * AssemblyNameCas.cs: Removed execution of AssemblyNameTest.Self as it
442         is now NotWorking.
444 2005-06-13  Sebastien Pouliot  <sebastien@ximian.com> 
446         * AssemblyNameTest.cs: "Fixed" tests so they execute without errors on
447         both Fx 1.1 SP1 and Fx 2.0 beta 2. Added corresponding NotWorking.
449 2005-06-13  Sebastien Pouliot  <sebastien@ximian.com>
451         * AssemblyNameTest.cs: Added distinctive names for all asserts in 
452         Version. Changed Self to NotWorking as other cases returns null. It 
453         will re-activated once we know the logic behind it.
455 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
457         * AssemblyNameTest.cs: Added tests to Version method,
458         in order to do additional checks with AssemblyBuilder
459         version.
460         
461 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
463         * AssemblyTest.cs: put back GetEntryAssembly, but this one is working.
465 2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
467         * AssemblyTest.cs: Removed asserts using PortableExecutableKind - 
468         because (1) it was renamed to PortableExecutableKinds *and* (2)
469         it's documented as obsolete and will be removed for 2.0 RTM.
471 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
473         * MethodInfoTest.cs: Disable pseudo custom attribute test.
475 2005-06-05  Gert Driesen <drieseng@users.sourceforge.net>
477         * AssemblyTest.cs: Enabled test for bug #74958.
479 2005-05-27  Zoltan Varga  <vargaz@freemail.hu>
481         * MethodInfoTest.cs: Reenable the pseudo attribute test.
483 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
485         * TypeDelegatorTest.cs: New file.
487         * MethodInfoTest.cs: Add a test for bug #75029.
489 2005-05-20  Gert Driesen <drieseng@users.sourceforge.net>
491         * AssemblyTest.cs: Allow test for bug #74958 to pass on .NET 2.0
492         Beta 2.
494 2005-05-15  Gert Driesen <drieseng@users.sourceforge.net>
496         * AssemblyTest.cs: Added (ignored) test case for bug #74958.
498 2005-05-07  Ben Maurer  <bmaurer@ximian.com>
500         * EventInfoTest.cs: New file. Has a test case for #64191.
502 2005-05-02  Sebastien Pouliot  <sebastien@ximian.com>
504         * AssemblyTest.cs, FieldInfoTest.cs, MethodInfoTest.cs: Disabled 
505         ReflectionOnly tests as they break every tests afterward. Calberto
506         is looking for the problem...
508 2005-04-28  Sebastien Pouliot  <sebastien@ximian.com>
510         * AssemblyCas.cs: New. CAS unit tests for Assembly.
512 2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>
514         * AssemblyTest.cs: Updated NET_2_0 tests to check for v2.0.50215 
515         (beta2).
517 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
519         * AssemblyTest.cs: Added tests for GetObjectData (null) and 
520         GetReferencedAssemblies (no codebase returned) methods.
522 2005-04-08  Raja R Harinath  <rharinath@novell.com>
524         * FieldInfoTest.cs (RefOnlyFieldClass): Rename from RefOnlyClass.
525         * MethodInfoTest.cs (RefOnlyMethodClass): Rename from RefOnlyClass.
527 2005-04-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
529         * AssemblyTest.cs: Added tests for ReflectionOnly support.
530         * MethodInfoTest.cs: Added test for Reflection Only support.
531         * FieldInfoTest.cs: Added tests for ReflectionOnly support.
532         
533 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
535         * AssemblyNameTest.cs: Added tests for Clone and serialization without
536         a strongname.
537         * AssemblyNameCas.cs: New. CAS unit tests for AssemblyName.
538         * StrongNameKeyPairTest.cs: Little changes to make it easier to reuse 
539         in CAS tests.
540         * StrongNameKeyPairCas.cs: New. CAS unit tests for StrongNameKeyPair.
542 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
544         * AssemblyNameTest.cs: Add test for ArgumentNullException on 
545         GetObjectData. Made existing tests more nunit2.2 like.
546         * ModuleCas.cs: Added new tests for FullyQualifiedName and Name 
547         properties.
548         * ModuleTest.cs: Add test for ArgumentNullException on GetObjectData.
550 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
552         * ModuleCas.cs: New. CAS unit tests for Module.
554 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
556         * MethodInfoTest.cs: Disable code causing mcs to fail.
558 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com>
560         * AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false) 
561         attribute as it wasn't required (and gives a compilation warning).
563 2005-01-23  Nick Drochak  <ndrochak@ieee.org>
565         * ModuleTest.cs: Long path names gives Windows fits.
567 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
569         * MethodInfoTest.cs: Add tests for GetMethodBody.
571 2005-01-16  Nick Drochak  <ndrochak@ieee.org>
573         * AssemblyTest.cs: Try loading assembly from .NET tests and mono tests
575 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
577         * AssemblyTest.cs: Reenable GetFiles (true) test. Add a LoadWithPartialName () test.
579         * MethodInfoTest.cs: Add test for byref parameters to Invoke ().
581 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
583         * FieldInfoTest.cs: Add tests for MarshalAsAttribute.
585         * ParameterInfoTest.cs: Add tests for MarshalAsAttribute.
587         * FieldInfoTest.cs: Add tests for FieldOffsetAttribute.
588         
589         * FieldInfoTest.cs: New file.
591         * MethodInfoTest.cs: Add tests for PreserveSigAttribute.
592         
593         * MethodInfoTest.cs: New file.
595 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
597         * ParameterInfoTest.cs: New file.
599 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
601         * ModuleTest.cs: Add tests for NET 2.0 ResolveXXX methods.
603 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
605         * AssemblyTest.cs: Add tests for MetadataToken and ManifestModule.
607 2004-08-29  Nick Drochak <ndrochak@ieee.org>
609         * BinderTests.cs: Make tests pass on MS.NET 1.1.
611 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
613         * AssemblyTest.cs: Added new tests for 1.1 and 2.0 features. Converted
614         existing tests to NUnit 2.2.
616 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
618         * ModuleTest.cs: New tests for FindTypes.
620 2004-06-10  Lluis Sanchez  <lluis@ximian.com>
622         * AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
623           empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys. 
624           Added messages to the assertions.
626 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
628         * AssemblyNameTests.cs: added tests for AssemblyName.FullName 
629         and serialization of AssemblyName, converted tests to use Assert
630         class
632 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
634         * BinderTests.cs: added test for null type in the argument list.
636 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
638         * BinderTests.cs: one more test for matching a single property. Adapted
639         to nunit 2.2 style.
641 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
643         * BinderTests.cs: added more indexers and more SelectProperty tests.
645 2003-05-20  Sebastien Pouliot  <sebastien@ximian.com>
647         * StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required 
648         for new nunit).
650 2004-05-18  Gert Driesen (drieseng@users.sourceforge.net)
652         * PropertyInfoTest.cs: New file.  Added test for 
653         bug #58661.
655 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
657         * BinderTests.cs: New file.
659 2003-04-06  Sebastien Pouliot  <sebastien@ximian.com>
661         * StrongNameKeyPairTest.cs: Added test case for ECMA "key".
663 2003-03-24  Sebastien Pouliot  <sebastien@ximian.com>
665         * StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
666         unneeded code and false comments (too much copy-n-paste).
668 2003-03-09  Jackson Harper  <jackson@ximian.com>
670         * AssemblyAlgorithmIdAttributeTest.cs:
671         * AssemblyConfigurationAttributeTest.cs:
672         * AssemblyCopyrightAttributeTest.cs:
673         * AssemblyCultureAttributeTest.cs:
674         * AssemblyDelaySignAttributeTest.cs:
675         * AssemblyDescriptionAttributeTest.cs:
676         * AssemblyFileVersionAttributeTest.cs:
677         * AssemblyInformationalVersionAttributeTest.cs: New test cases
678         from nvineeth_mono@yahoo.com.
680 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
682         * ModuleTest.cs: Make the assembly name unique to fix the GlobalData
683         test.
685 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
687         * ModuleTest.cs: Fix temp folder path
689 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
691         * AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
692         CultureInfo, Version and HashAlgorithm properties.
694 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
696         * AssemblyTest.cs (TestGetType): New regression test for #49114.
698 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
700         * ModuleTest.cs: New file.
702 2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
704         * AssemblyTest.cs: New file.
706 2002-12-30  Sebastien Pouliot <spouliot@videotron.ca>
708         * AssemblyNameTest.cs: Added test for FullName (null cultureinfo).
710 2002-12-23  Sebastien Pouliot <spouliot@videotron.ca>
712         * AssemblyNameTest.cs: Added test for non-signed assembly (which
713         returns an empty array - i.e. not null like an empty assembly).
715 2002-12-21  Nick Drochak <ndrochak@gol.com>
717         * all: make tests build and run under nunit2
719 2002-12-08  Sebastien Pouliot <spouliot@videotron.ca>
721         * AllTests.cs: Added test suites for AssemblyName and
722         StrongNameKeyPair.
723         * AssemblyNameTest.cs: New. Test suite for AssemblyName.
724         * StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.