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