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