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