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