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