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