In class/corlib/System.Reflection/
[mono.git] / mcs / class / corlib / Test / System.Reflection / ChangeLog
1 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
2
3         * ParameterInfoTest.cs: Add a test for #488383.
4
5 2009-03-03  Matthew Metnetsky  <matthew@cowarthill.com>
6
7         * BinderTests.cs: added tests for TargetParameterCountException
8         * BinderTests.cs: added tests for BindingFlags.ExactBinding
9
10 2009-03-11  Zoltan Varga  <vargaz@gmail.com>
11
12         * BinderTests.cs: Add a test for #484294.
13
14 2009-02-21  Jb Evain  <jbevain@novell.com>
15
16         * BinderTests.cs: add test for bug #471257, where Type.InvokeMember
17         calls Binder.BindToMethod will a null args.
18
19 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
20
21         * MethodBaseTest.cs: Make a test quiet.
22
23 2008-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
24
25         * MethodInfoTest.cs: Fix the 1.1 build.
26
27 2008-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
28
29         * MethodInfoTest.cs: Test for non primitive structs.
30
31 2008-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
32
33         * MethodInfoTest.cs: Test for #409583.
34
35 2008-11-17  Rodrigo Kumpera  <rkumpera@novell.com>
36
37         * FieldInfoTest.cs: Test FieldInfo::GetValue on a constant of an open
38         generic type. 
39
40 2008-11-11  Rodrigo Kumpera  <rkumpera@novell.com>
41
42         * ModuleTest.cs : Add test for ResolveMethod with a methodspec
43         token.
44
45 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
46
47         * AssemblyTest.cs (LoadWithPartialName): Fix this test after the
48         'default' -> 'net_1_1' profile change.
49
50 2008-10-02 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
51
52         * ConstructorInfoTest.cs: enable abstract class test.
53
54 2008-09-08  Zoltan Varga  <vargaz@gmail.com>
55
56         * FieldInfoTest.cs (SetValueOpenGeneric): Fix copy-paste error.
57
58 2008-09-07  Zoltan Varga  <vargaz@gmail.com>
59
60         * FieldInfoTest.cs: Add tests for #424077.
61
62 2008-06-30  Rodrigo Kumpera <rkumpera@novell.com>
63
64         * MethodBase.cs: Fix the 1.0 build.
65
66 2008-06-27  Rodrigo Kumpera <rkumpera@novell.com>
67
68         * MethodBase.cs: Added tests for GetMethodFromToken.
69
70 2008-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
71
72         * PropertyInfoTest.cs: Added test for bug #399985.
73
74 2008-05-12  Gert Driesen  <drieseng@users.sourceforge.net>
75
76         * FieldInfoTest.cs: Added tests for GetFieldFromHandle.
77         * MethodBaseTest.cs: Added tests for GetMethodFromHandle.
78
79 2008-04-16  Zoltan Varga  <vargaz@gmail.com>
80
81         * BinderTests.cs: Applied patch from Yves Bastide (doc.formatique@gmail.com). Add 
82         tests for converting integers to enums.
83
84 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
85
86         * ConstructorInfoTest.cs: Add a test for #373459.
87
88         * MethodInfoTest.cs: Add a test for #373448.
89
90 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
91
92         * BinderTests.cs: Add tests for #367655.
93
94 2008-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
95
96         * AssemblyTest.cs: Improved tests for GetFile, GetObjectData and
97         GetCustomAttributes.
98
99 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
100
101         * MethodInfoTest.cs (GetGenericMethodDefinition): Add a test for
102         an instantiation.
103         (Bug354757): New test.
104
105 2008-02-18  Zoltan Varga  <vargaz@gmail.com>
106
107         * CustomAttributeDataTest.cs: New file.
108
109 2008-02-02  Gert Driesen  <drieseng@users.sourceforge.net>
110
111         * MethodInfoTest.cs: Numbered tests. Improved existing tests.
112         * ParameterInfoTest.cs: Added test for bug #342536.
113
114 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
115
116         * AssemblyTest.cs (GetModules_MissingFile): Rename the generated assembly to
117         avoid name clashes.
118
119         * AssemblyTest.cs: Add a test for GetModules () and a missing module.
120
121         * ModuleTest.cs: Add a test for GetTypes ().
122
123 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
124
125         * AssemblyNameTest.cs: Added test for effect of AssemblyNameFlags on
126         FullName. Added test for PublicKey with value "null". Added ctor test
127         for Retargetable spec.
128
129 2008-01-15  Jb Evain  <jbevain@novell.com>
130
131         * MethodInfoTest.cs: Add test for null arguments to
132         MakeGenericMethod (#353849).
133
134 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
135
136         * AssemblyNameTest.cs: Improved tests for ProcessorArchictecture.
137
138 2007-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
139
140         * AssemblyNameCas.cs: Sync test methods with AssemblyNameTest.cs.
141         * AssemblyNameTest.cs: Removed AssertEqualsByteArrays method since
142         NUnit supports this out-of-the-box. Use more meaningful names for
143         some existing tests. Improved existing tests and added lots more.
144         Enabled tests that were previously failing.  Fixed and improved
145         tests for public key; the original "public key" was actually a
146         key pair.
147
148 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
149
150         * AssemblyNameTest.cs: Improved culture test to cover bug #347174.
151
152 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
153
154         * FieldInfoTest.cs: Add tests for #346160.
155
156 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
157
158         * FieldInfoTest.cs: Add GetRawDefaultValue () tests.
159
160 2007-11-05  Mark Probst  <mark.probst@gmail.com>
161
162         * BinderTests.cs: Add test for bug #324998.
163
164 2007-11-04  Miguel de Icaza  <miguel@novell.com>
165
166         * ParameterInfoTest.cs: Add new test for testing the [Optional]
167         attribute making ParameterInfo.DefaultValue become
168         System.Reflection.Missing.
169
170 2007-11-01  Zoltan Varga  <vargaz@gmail.com>
171
172         * BinderTests.cs: Add a test for the ParamArray attribute.
173
174 2007-10-17  Gert Driesen  <drieseng@users.sourceforge.net>
175
176         * AssemblyTest.cs: Enabled test for bug #334204.
177
178 2007-10-16  Gert Driesen  <drieseng@users.sourceforge.net>
179
180         * AssemblyTest.cs: Added test for bug #334203. Use more meaningful name
181         for test for bug #49114.        
182
183 2007-10-04  Raja R Harinath  <rharinath@novell.com>
184
185         * AssemblyTest.cs (bug328812): New test.
186
187 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
188
189         * PropertyInfoTest.cs: Add test for calling ReflectedType on accessors.
190
191 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
192
193         * AssemblyTest.cs: Added test for ManifestModule.
194
195 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
196
197         * AssemblyTest.cs: Added test for GetManifestResourceStream argument
198         checks.
199
200 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
201
202         * FieldInfoTest.cs: Enabled test for bug #82465.
203
204 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
205
206         * ModuleTest.cs: Enabled tests on 2.0 profile since bug #82459 is
207         fixed.
208
209 2007-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
210
211         * ParameterInfoTest.cs: Minor code formatting change.
212         * FieldInfoTest.cs: Added test for GetCustomAttributes. Modified test
213         for pseudo customattributes to work on 1.0 profile too.
214
215 2007-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
216
217         * AssemblyTest.cs: Added IsDefined test with null value for 
218         attributeType argument.
219         * ModuleTest.cs: Same. Remove use of deprecated Assertion class, code
220         formatting and fixed line endings.
221         * ParameterInfoTest.cs: Same. Remove use of deprecated Assertion class
222         and code formatting.
223         * MethodInfoTest.cs: Same.
224         * EventInfoTest.cs: Same. Code formatting.
225         * FieldInfoTest.cs: Same. Code formatting.
226         * PropertyInfoTest.cs: Same. Improved coverage of GetAccessors.
227         Improved tests for GetCustomAttributes. Code formatting.
228
229 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
230
231         * MethodInfoTest.cs: Add another test.
232         
233         * MethodInfoTest.cs: Add test for Invoking methods with a nullable type receiver.
234
235 2007-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
236
237         * MethodInfoTest.cs: Added GetMethodFromHandle test for generic type.
238
239 2007-07-20  Raja R Harinath  <rharinath@novell.com>
240
241         * MethodInfoTest.cs (GetGenericMethodDefinition): New.  Based on
242         Atsushi's testcase in #78068.
243
244 2007-07-19  Atsushi Enomoto  <atsushi@ximian.com>
245
246         * MethodInfoTest.cs : fix incorrect parameter type output.
247
248 2007-07-19  Atsushi Enomoto  <atsushi@ximian.com>
249
250         * MethodInfoTest.cs : added ToString() test for generic return type.
251
252 2007-07-09  Mark Probst  <mark.probst@gmail.com>
253
254         * AssemblyTest.cs: Enabled test for bug 78465.
255
256 2007-07-05  Gert Driesen  <drieseng@users.sourceforge.net>
257
258         * MethodInfoTest.cs: Added test for bug #81997. Code formatting.
259
260 2007-06-22  Raja R Harinath  <rharinath@novell.com>
261
262         * MethodInfoTest.cs (IsGenericMethodDefinition): New.
263
264 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
265
266         * PropertyInfoTest.cs: Mark new test as NotWorking.
267         
268         * PropertyInfoTest.cs: Added new test.
269
270 2007-05-07  Gert Driesen  <drieseng@users.sourceforge.net>
271
272         * MethodInfoTest.cs: Modified test for bug #81538 to verify both
273         1.0 and 2.0 behavior.
274
275 2007-05-07  Zoltan Varga  <vargaz@gmail.com>
276
277         * MethodInfoTest.cs: Add test case for #81538.
278
279 2007-05-01  Gert Driesen  <drieseng@users.sourceforge.net>
280
281         * ConstructorInfoTest.cs: Added tests for Invoke.
282
283 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
284
285         * MethodInfoTest.cs: Reenable a NotWorking test which is working now.
286
287 2007-03-14  Eyal Alaluf <eyala@mainsoft.com>
288
289         * MethodInfoTest.cs: Disabled tests for TARGET_JVM that use MethodBody.
290
291 2006-11-14  Raja R Harinath  <rharinath@novell.com>
292
293         * AssemblyTest.cs (bug79872): New test for #79872.
294
295 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
296
297         * AssemblyTest.cs: Added tests for bug #79712 and #79715. All marked
298         NotWorking.
299
300 2006-10-19  Gert Driesen  <drieseng@users.sourceforge.net>
301
302         * AssemblyNameTest.cs: Added test for CodeBase of AssemblyName
303         filled by AssemblyName.GetAssemblyName. Added tests for bug #79661.
304
305 2006-09-29  Jb Evain  <jbevain@gmail.com>
306
307         * FieldInfoTest.cs: Test for FieldInfo.SetValue on a literal field.
308
309 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
310
311         * ParameterInfoTest.cs: Add a test for enum default parameter values.
312
313 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
314
315         * MethodInfoTest.cs: Add a test for the ReturnParameter property.
316
317 2006-08-08  Gert Driesen  <drieseng@users.sourceforge.net>
318
319         * AssemblyTest.cs: Modified test to pass on 2.0 profile and .NET 2.0.
320
321 2006-07-12  Zoltan Varga  <vargaz@gmail.com>
322
323         * MethodInfoTest.cs: Add tests for ContainsGenericParameters ().
324
325 2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
326
327         * AssemblyTest.cs: Enabled test for bug #78468.
328
329 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
330
331         * MethodInfoTest.cs: Add a test for #77888.
332
333 2006-06-29  Raja R Harinath  <rharinath@novell.com>
334
335         * MethodInfoTest.cs (GetBaseDefinition): New test for
336         MethodInfo.GetBaseDefinition.
337
338 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
339
340         * BinderTests.cs: Add test for BindingFlags.ExactBinding.
341
342 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
343
344         * MethodInfoTest.cs: No longer derive from (deprecated) Assertion.
345         Number individual asserts. Marked ByrefVtypeInvoke as NotDotNet for
346         NET_1_1 profile, due to bug in MS.NET 1.1.
347
348 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
349
350         * MethodInfoTest.cs: GetMethodBody no longer throws ArgumentException
351         for methods that have no IL body. Part of fix for bug #78522.
352
353 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
354
355         * AssemblyTest.cs: Added tests for bug #78517.
356
357 2006-05-20  Gert Driesen  <drieseng@users.sourceforge.net>
358
359         * AssemblyTest.cs: Added tests for bugs #78464, #78465 and #78468.
360         Spaces to tabs.
361
362 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
363
364         * BinderTests.cs : (BindToMethodNamedArgs) hmm, why it didn't
365           show up during my last test run...
366
367 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
368
369         * BinderTests.cs : added test for bug #77079.
370
371 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
372
373         * BinderTests.cs : added test for bug #42547.
374
375 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
376
377         * BinderTests.cs : added test for bug #41691.
378
379 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
380
381         * MethodInfoTest.cs: Add test for #77668.
382
383 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
384
385         * FieldInfoTest.cs: Revert nullable reftype tests.
386
387 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
388
389         * FieldInfoTest.cs: Add tests for nullable reference types.
390
391 2006-02-07  Martin Baulig  <martin@ximian.com>
392
393         * MethodInfoTest.cs: Added test where IsGenericMethod must return false.
394
395 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
396
397         * MethodInfoTest.cs: Add tests for IsGenericMethod.
398
399 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
400
401         * MethodInfoTest.cs: Add test for Invoke and byref valuetypes.
402
403 2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
404
405         * ModuleTest.cs : ResolveString() does not work under .NET 2.0 either.
406
407 2006-01-06  Raja R Harinath  <rharinath@novell.com>
408
409         * PropertyInfoTest.cs: Use newer nunit API.
410         (Bug77160): New test from #77160.
411
412 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
413
414         * FieldInfoTest.cs PropertyInfoTest.cs MethodInfoTest.cs: Add Nullable
415         tests.
416
417 2005-12-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
418
419         * AssemblyTest.cs: Remove 'NotWorking' category attribute
420         to the Reflection Only tests, since they are working by now.
421
422         * FieldInfoTest.cs: Likewise.
423
424         * MethodInfoTest.cs: Likewise.
425
426 2005-12-02  Robert Jordan  <robertj@gmx.net>
427
428         * ReflectedTypeTest.cs: New. Test case for #76829.
429
430 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
431
432         * MethodInfoTest.cs : added MakeGenericMethod test for #76575.
433
434 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
435
436         * AssemblyTest.cs: Fix build.
437
438 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
439
440         * AssemblyTest.cs: Updated runtime version to v2.0.50727 (2.0 RTM).
441
442 2005-10-26  Atsushi Enomoto  <atsushi@ximian.com>
443
444         * MethodInfoTest.cs : added test for bug #76541.
445
446 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
447
448         * AssemblyNameTest.cs: Added some tests for the 2.0 new
449         ctor. Keep some of them as NotWorking, since we need to figure out
450         an elegant way to avoiding creating Version when not passing it.
451         
452 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
453
454         * AssemblyTest.cs: Relied on the 1.1 test suite being built when
455         running teh 2.0 test suite, which could cause failures
456
457 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
458
459         * AssemblyNameCas.cs: Removed execution of AssemblyNameTest.Self as it
460         is now NotWorking.
461
462 2005-06-13  Sebastien Pouliot  <sebastien@ximian.com> 
463  
464         * AssemblyNameTest.cs: "Fixed" tests so they execute without errors on
465         both Fx 1.1 SP1 and Fx 2.0 beta 2. Added corresponding NotWorking.
466
467 2005-06-13  Sebastien Pouliot  <sebastien@ximian.com>
468
469         * AssemblyNameTest.cs: Added distinctive names for all asserts in 
470         Version. Changed Self to NotWorking as other cases returns null. It 
471         will re-activated once we know the logic behind it.
472
473 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
474
475         * AssemblyNameTest.cs: Added tests to Version method,
476         in order to do additional checks with AssemblyBuilder
477         version.
478         
479 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
480
481         * AssemblyTest.cs: put back GetEntryAssembly, but this one is working.
482
483 2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
484
485         * AssemblyTest.cs: Removed asserts using PortableExecutableKind - 
486         because (1) it was renamed to PortableExecutableKinds *and* (2)
487         it's documented as obsolete and will be removed for 2.0 RTM.
488
489 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
490
491         * MethodInfoTest.cs: Disable pseudo custom attribute test.
492
493 2005-06-05  Gert Driesen <drieseng@users.sourceforge.net>
494
495         * AssemblyTest.cs: Enabled test for bug #74958.
496
497 2005-05-27  Zoltan Varga  <vargaz@freemail.hu>
498
499         * MethodInfoTest.cs: Reenable the pseudo attribute test.
500
501 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
502
503         * TypeDelegatorTest.cs: New file.
504
505         * MethodInfoTest.cs: Add a test for bug #75029.
506
507 2005-05-20  Gert Driesen <drieseng@users.sourceforge.net>
508
509         * AssemblyTest.cs: Allow test for bug #74958 to pass on .NET 2.0
510         Beta 2.
511
512 2005-05-15  Gert Driesen <drieseng@users.sourceforge.net>
513
514         * AssemblyTest.cs: Added (ignored) test case for bug #74958.
515
516 2005-05-07  Ben Maurer  <bmaurer@ximian.com>
517
518         * EventInfoTest.cs: New file. Has a test case for #64191.
519
520 2005-05-02  Sebastien Pouliot  <sebastien@ximian.com>
521
522         * AssemblyTest.cs, FieldInfoTest.cs, MethodInfoTest.cs: Disabled 
523         ReflectionOnly tests as they break every tests afterward. Calberto
524         is looking for the problem...
525
526 2005-04-28  Sebastien Pouliot  <sebastien@ximian.com>
527
528         * AssemblyCas.cs: New. CAS unit tests for Assembly.
529
530 2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>
531
532         * AssemblyTest.cs: Updated NET_2_0 tests to check for v2.0.50215 
533         (beta2).
534
535 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
536
537         * AssemblyTest.cs: Added tests for GetObjectData (null) and 
538         GetReferencedAssemblies (no codebase returned) methods.
539
540 2005-04-08  Raja R Harinath  <rharinath@novell.com>
541
542         * FieldInfoTest.cs (RefOnlyFieldClass): Rename from RefOnlyClass.
543         * MethodInfoTest.cs (RefOnlyMethodClass): Rename from RefOnlyClass.
544
545 2005-04-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
546
547         * AssemblyTest.cs: Added tests for ReflectionOnly support.
548         * MethodInfoTest.cs: Added test for Reflection Only support.
549         * FieldInfoTest.cs: Added tests for ReflectionOnly support.
550         
551 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
552
553         * AssemblyNameTest.cs: Added tests for Clone and serialization without
554         a strongname.
555         * AssemblyNameCas.cs: New. CAS unit tests for AssemblyName.
556         * StrongNameKeyPairTest.cs: Little changes to make it easier to reuse 
557         in CAS tests.
558         * StrongNameKeyPairCas.cs: New. CAS unit tests for StrongNameKeyPair.
559
560 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
561
562         * AssemblyNameTest.cs: Add test for ArgumentNullException on 
563         GetObjectData. Made existing tests more nunit2.2 like.
564         * ModuleCas.cs: Added new tests for FullyQualifiedName and Name 
565         properties.
566         * ModuleTest.cs: Add test for ArgumentNullException on GetObjectData.
567
568 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
569
570         * ModuleCas.cs: New. CAS unit tests for Module.
571
572 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
573
574         * MethodInfoTest.cs: Disable code causing mcs to fail.
575
576 2005-01-28  Sebastien Pouliot  <sebastien@ximian.com>
577
578         * AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false) 
579         attribute as it wasn't required (and gives a compilation warning).
580
581 2005-01-23  Nick Drochak  <ndrochak@ieee.org>
582
583         * ModuleTest.cs: Long path names gives Windows fits.
584
585 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
586
587         * MethodInfoTest.cs: Add tests for GetMethodBody.
588
589 2005-01-16  Nick Drochak  <ndrochak@ieee.org>
590
591         * AssemblyTest.cs: Try loading assembly from .NET tests and mono tests
592
593 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
594
595         * AssemblyTest.cs: Reenable GetFiles (true) test. Add a LoadWithPartialName () test.
596
597         * MethodInfoTest.cs: Add test for byref parameters to Invoke ().
598
599 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
600
601         * FieldInfoTest.cs: Add tests for MarshalAsAttribute.
602
603         * ParameterInfoTest.cs: Add tests for MarshalAsAttribute.
604
605         * FieldInfoTest.cs: Add tests for FieldOffsetAttribute.
606         
607         * FieldInfoTest.cs: New file.
608
609         * MethodInfoTest.cs: Add tests for PreserveSigAttribute.
610         
611         * MethodInfoTest.cs: New file.
612
613 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
614
615         * ParameterInfoTest.cs: New file.
616
617 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
618
619         * ModuleTest.cs: Add tests for NET 2.0 ResolveXXX methods.
620
621 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
622
623         * AssemblyTest.cs: Add tests for MetadataToken and ManifestModule.
624
625 2004-08-29  Nick Drochak <ndrochak@ieee.org>
626
627         * BinderTests.cs: Make tests pass on MS.NET 1.1.
628
629 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
630
631         * AssemblyTest.cs: Added new tests for 1.1 and 2.0 features. Converted
632         existing tests to NUnit 2.2.
633
634 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
635
636         * ModuleTest.cs: New tests for FindTypes.
637
638 2004-06-10  Lluis Sanchez  <lluis@ximian.com>
639
640         * AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
641           empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys. 
642           Added messages to the assertions.
643
644 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
645
646         * AssemblyNameTests.cs: added tests for AssemblyName.FullName 
647         and serialization of AssemblyName, converted tests to use Assert
648         class
649
650 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
651
652         * BinderTests.cs: added test for null type in the argument list.
653
654 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
655
656         * BinderTests.cs: one more test for matching a single property. Adapted
657         to nunit 2.2 style.
658
659 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
660
661         * BinderTests.cs: added more indexers and more SelectProperty tests.
662
663 2003-05-20  Sebastien Pouliot  <sebastien@ximian.com>
664
665         * StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required 
666         for new nunit).
667
668 2004-05-18  Gert Driesen (drieseng@users.sourceforge.net)
669
670         * PropertyInfoTest.cs: New file.  Added test for 
671         bug #58661.
672
673 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
674
675         * BinderTests.cs: New file.
676
677 2003-04-06  Sebastien Pouliot  <sebastien@ximian.com>
678
679         * StrongNameKeyPairTest.cs: Added test case for ECMA "key".
680
681 2003-03-24  Sebastien Pouliot  <sebastien@ximian.com>
682
683         * StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
684         unneeded code and false comments (too much copy-n-paste).
685
686 2003-03-09  Jackson Harper  <jackson@ximian.com>
687
688         * AssemblyAlgorithmIdAttributeTest.cs:
689         * AssemblyConfigurationAttributeTest.cs:
690         * AssemblyCopyrightAttributeTest.cs:
691         * AssemblyCultureAttributeTest.cs:
692         * AssemblyDelaySignAttributeTest.cs:
693         * AssemblyDescriptionAttributeTest.cs:
694         * AssemblyFileVersionAttributeTest.cs:
695         * AssemblyInformationalVersionAttributeTest.cs: New test cases
696         from nvineeth_mono@yahoo.com.
697
698 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
699
700         * ModuleTest.cs: Make the assembly name unique to fix the GlobalData
701         test.
702
703 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
704
705         * ModuleTest.cs: Fix temp folder path
706
707 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
708
709         * AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
710         CultureInfo, Version and HashAlgorithm properties.
711
712 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
713
714         * AssemblyTest.cs (TestGetType): New regression test for #49114.
715
716 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
717
718         * ModuleTest.cs: New file.
719
720 2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
721
722         * AssemblyTest.cs: New file.
723
724 2002-12-30  Sebastien Pouliot <spouliot@videotron.ca>
725
726         * AssemblyNameTest.cs: Added test for FullName (null cultureinfo).
727
728 2002-12-23  Sebastien Pouliot <spouliot@videotron.ca>
729
730         * AssemblyNameTest.cs: Added test for non-signed assembly (which
731         returns an empty array - i.e. not null like an empty assembly).
732
733 2002-12-21  Nick Drochak <ndrochak@gol.com>
734
735         * all: make tests build and run under nunit2
736
737 2002-12-08  Sebastien Pouliot <spouliot@videotron.ca>
738
739         * AllTests.cs: Added test suites for AssemblyName and
740         StrongNameKeyPair.
741         * AssemblyNameTest.cs: New. Test suite for AssemblyName.
742         * StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.