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