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