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