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