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