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