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