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