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