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