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