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