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