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