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