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