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