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