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