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