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