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