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