2008-06-10 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mcs / class / corlib / Test / System.Reflection.Emit / ChangeLog
1 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
2
3         * TypeBuilderTest.cs: Added test for bug #399047.
4
5 2008-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
6
7         * TypeBuilderTest.cs: Enabled test for bug #389171. Added and improved
8         tests for IsAssignableFrom/IsAssignableTo. Added and improved tests
9         for DefineDefaultConstructor.
10
11 2008-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
12
13         * TypeBuilderTest.cs: Added test for type null check in DefineField. 
14
15 2008-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
16
17         * TypeBuilderTest.cs: Renamed tests and updated bug number. Enabled
18         test for UnderlyingSystemType, and improved it. Improved test for
19         null parent.
20         * ConstructorOnTypeBuilderInstTest.cs: Enabled test for GetParameters.
21         * ConstructorBuilderTest.cs: Enabled test for GetParameters. Renamed
22         test for SetCustomAttribute, and added new tests.       
23         * ModuleBuilderTest.cs: Added tests for bug #387404.
24
25 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
26
27         * TypeBuilderTest.cs: Added regression tests for #354047.
28
29 2008-05-05  Zoltan Varga  <vargaz@gmail.com>
30
31         * ConstructorOnTypeBuilderInstTest.cs: Disable one more test for GetParameters ().
32
33 2008-05-03  Zoltan Varga  <vargaz@gmail.com>
34
35         * ConstructorBuilderTest.cs: Mark the GetParameters_Incomplete () test not-working,
36         as the corresponding fix has been reverted.
37
38 2008-05-01  Gert Driesen  <drieseng@users.sourceforge.net>
39
40         * ConstructorBuilderTest.cs: Use Assert class instead of deriving from
41         deprecated Assertion class. Improved some existing tests, and avoid
42         creating too much TypeBuilder instances.
43
44 2008-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
45
46         * MethodOnTypeBuilderInstTest.cs: Fixed exception message in comments.
47         * TypeBuilderTest.cs: Do not use ExpectedException to avoid false
48         positives. Added argument check tests for DefineEvent, DefineField,
49         DefineMethod, DefinePInvokeMethod and DefinePropety. Use
50         Type.EmptyTypes instead of constructing empty array.
51         * ConstructorBuilderTest.cs: Added Test attributes. Added tests
52         for DefineParameter and Invoke overloads. Added tests for
53         GetCustomAttributes overloads. Avoid use of ExpectedException.
54         * ModuleBuilderTest.cs: Added tests for DefineType name argument
55         checks.
56         * ConstructorOnTypeBuilderInstTest.cs: Added basic set of tests.
57
58 2008-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
59
60         * MethodOnTypeBuilderInstTest.cs: Added basic set of tests.
61         * TypeBuilderTest.cs: Added Test attribute. 
62
63 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
64
65         * TypeBuilderTest.cs: Add tests for GetMethod () / GetConstructor ().
66
67 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
68
69         * AssemblyBuilderTest.cs (GetCustomAttributes_NotCreated): New test for
70         #363447.
71
72 2008-03-29  Gert Driesen  <drieseng@users.sourceforge.net>
73
74         * AssemblyBuilderTest.cs: Enabled DefineUnmanagedResource and
75         DefineVersionInfoResource tests for ArgumentException when native
76         resource is already defined. Added tests for not supported culture
77         in AssemblyCultureAttribute when definining versioninfo resource.
78
79 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
80
81         * TypeBuilderTest.cs (GetField): Add test for #351172.
82
83 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
84
85         * TypeBuilderTest.cs: Add tests for GetField ().
86
87 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
88
89         * DynamicMethodTest.cs: Add a test for anon-hosted dynamic methods.
90
91         * ModuleBuilderTest.cs: Add a test for #367668.
92
93 2008-03-06  Jb Evain  <jbevain@novell.com>
94
95         * ILGeneratorTest.cs: add test for #367663, checking
96         that EmitCalli deals with null return types.
97
98 2008-03-03  Rodrigo Kumpera  <rkumpera@novell.com>
99
100         * TypeBuilderTest.cs: Added CreateTypeFailsWithInvalidMethodOverride.
101         Test for bug #361689.
102
103 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
104
105         * MethodBuilderTest.cs (Bug354757): New test.
106
107 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
108
109         * ModuleBuilderTest.cs: Add tests for GetTypes ().
110
111         * AssemblyBuilderTest.cs (GetModule): Add some tests and comment out one which
112         doesn't run on mono.
113
114 2008-01-21  Gert Driesen  <drieseng@users.sourceforge.net>
115
116         * AssemblyBuilderTest.cs: Enabled test for bug #354970.
117
118 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
119
120         * AssemblyBuilderTest.cs: Added tests for DefineUnmanagedResource and
121         DefineVersionInfoResource overloads that check whether only a single
122         unmanaged resource can be defined. Improved test for SetCustomAttribute.
123
124 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
125
126         * TypeBuilderTest.cs: Enabled tests for bug #322762.
127
128 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
129
130         * AssemblyBuilderTest.cs: Added (NotWorking) test for bug #351932.
131
132 2007-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
133
134         * AssemblyBuilderTest.cs: Improved existing AssemblyName related tests.
135         Enabled AssemblyName tests that previously failed.
136
137 2007-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
138
139         * TypeBuilderTest.cs: Added tests for GetConstructor(s), GetEvent(s),
140         GetField(s), GetPropert(y/ies) and GetMethod(s) that verify our
141         behavior for inherited members. Most of these are marked NotWorking
142         until bug #322762 is fixed.
143
144 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
145
146         * ModuleBuilderTest.cs: Simplify some code. Add tests for ResolveField ()
147         and FieldBuilders.
148
149 2007-11-16  Atsushi Enomoto  <atsushi@ximian.com>
150
151         * SignatureHelperTest.cs : new test.
152
153 2007-11-08  Rodrigo Kumpera  <rkumpera@novell.com>
154
155         * TypeBuilderTest.cs: Enabled TestGetFieldsComplete_Generic.
156         This tests bug #82625 / #325292.
157
158 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
159
160         * TypeBuilderTest.cs: Add a test for calling GetCustomAttributes on inflated
161         generic types.
162
163 2007-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
164
165         * ILGeneratorTest.cs: Improve test for DeclareLocal null check.
166         Added tests for null checks in Emit overloads.
167
168 2007-09-30  Gert Driesen  <drieseng@users.sourceforge.net>
169
170         * DynamicMethodTest.cs: Marked test for bug #325444 as NotDotNet, and
171         added link to MS bug report.
172
173 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
174
175         * AssemblyBuilderTest.cs: Added test for ManifestModule. Added missing
176         Test attributes. Avoid using ExpectedException, thereby improving lots
177         of existing tests. Uncomment test that checks max length of dynamic
178         module name and removed LAMESPEC, since MS implements the described
179         behavior (but we don't, so mark it NotWorking). Code formatting.
180         * TypeBuilderTest.cs: Removed unused variables.
181
182 2007-09-22  Gert Driesen  <drieseng@users.sourceforge.net>
183
184         * TypeBuilderTest.cs: Added test for bug #327484. Split up and improved
185         TestGetProperties(Flags)Incomplete and TestGetMethods(Flags)Incomplete
186         tests. Improved TestGetMethodsComplete test.
187
188 2007-09-11  Jb Evain  <jbevain@novell.com>
189
190         * DynamicMethodTest.cs: add test for owner member access.
191
192 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
193
194         * MethodBuilderTest.cs: Add new tests for using generic types in the IL
195         code stream.
196
197 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
198
199         * MethodBuilderTest.cs: Add a new test.
200
201 2007-09-02  Gert Driesen  <drieseng@users.sourceforge.net>
202
203         * TypeBuilderTest.cs: Split up and improved ignored GetField(s) tests
204         into MS and Mono tests. Added (NotWorking) test for bug #82625.
205
206 2007-08-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>
207
208         * ILGeneratorTest.cs: Added FilterAndCatchBlock (bug #81431), InvalidFilterBlock1, ValidFilterBlock1, ValidFilterBlock2.
209
210 2007-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
211
212         * TypeBuilderTest.cs: Added IsDefined test with null value for
213         attributeType argument.
214
215 2007-07-14  Gert Driesen  <drieseng@users.sourceforge.net>
216
217         * TypeBuilderTest.cs: Modified enum tests to use already constructed
218         AssemblyBuilder and ModuleBuilder. Fixed some compiler warnings.
219         Removed duplicate test for bug #82018. Added some IsCreated tests after
220         TypeLoadException, but comment them out for now (see bug #82101).
221
222 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
223
224         * TypeBuilderTest.cs: Added test for MakeArrayType with incomplete enum type. Related to bug #82015
225
226 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
227
228         * TypeBuilderTest.cs: Added tests for enum creation. These tests are related to bugs #82018 and #82075
229
230 2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
231
232         * TypeBuilderTest.cs: Improved tests for SetParent.
233         * ModuleBuilderTest.cs: Added test for creating non-abstract
234         interface.
235
236 2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
237
238         * TypeBuilderTest.cs: Enabled test for IsCOMObject. Improved test
239         for IsImport.
240
241 2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
242
243         * TypeBuilderTest.cs: Added tests for bug #82018. Added tests for
244         MakeArrayType (2.0).
245
246 2007-05-21  Gert Driesen  <drieseng@users.sourceforge.net>
247
248         * MethodBuilderTest.cs: Split up GetCustomAttributes test and marked
249         the one for a baked type as NotWorking. Added test for 
250         SetCustomAttribute with SuppressUnmanagedCodeSecurity attribute.
251         * TypeBuilderTest.cs: Split up HasElementType test and marked the
252         baked variant as NotWorking on the 1.0 profile. Enabled additional
253         test for bug #81640. Added test for SetCustomAttribute with
254         SuppressUnmanagedCodeSecurity attribute.
255
256 2007-05-16  Gert Driesen  <drieseng@users.sourceforge.net>
257
258         * TypeBuilderTest.cs: Added GetFields test for bug #81368. Enabled
259         test for bug #81640.
260
261 2007-05-16  Gert Driesen  <drieseng@users.sourceforge.net>
262
263         * TypeBuilderTest.cs: Use Assert instead of deprecated Assertion
264         class. Number tests. Added tests for bug #81638 and #81640.
265
266 2007-05-06  Zoltan Varga  <vargaz@gmail.com>
267
268         * TypeBuilderTest.cs: Add test for null parent.
269
270 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
271
272         * DynamicMethodTest.cs: Add a test for circular references.
273
274 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
275
276         * EnumBuilderTest.cs: Enabled test that failed due to bug #81037.
277         Coding style fixes.
278         * ModuleBuilderTest.cs: Avoid compiler warning in test for bug #80435.
279         Use Assert instead of deprecated Assertion class. Number tests.
280
281 2007-03-06  Rolf Bjarne Kvinge  <RKvinge@novell.com>
282
283         * ModuleBuilderTest.cs: Added GetArrayMethodToStringTest () -#80435.
284
285 2007-03-05  Gert Driesen  <drieseng@users.sourceforge.net>
286
287         * EnumBuilderTest.cs: Added tests for bug #81007. Use Assert instead
288         of deriving from Assertion. Marked HasElementType test NotWorking on
289         2.0 profile.
290
291 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
292
293         * MethodBuilderTest.cs: Move from Assertion to Assert. Added tests
294         for zero-length and null dll name for DllImport.  Enabled extra tests
295         in TestDynamicParams.
296
297 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
298
299         * EnumBuilderTest.cs: Created test for #80396.
300
301 2006-12-15  Raja R Harinath  <rharinath@novell.com>
302
303         * TypeBuilderTest.cs (MakeGenericType, Fail_MakeGenericType): New
304         tests inspired by #80253.
305
306 2006-09-16  Gert Driesen  <drieseng@users.sourceforge.net>
307
308         * DynamicMethodTest.cs: Enabled tests for bug #79367.
309
310 2006-09-13  Gert Driesen  <drieseng@users.sourceforge.net>
311
312         * DynamicMethodTest.cs: Added ctor tests for name null check. Added
313         tests for bug #79367 (marked NotWorking).
314
315 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
316
317         * TypeBuilderTest.cs: Add a test for #79249.
318
319 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
320
321         * DynamicMethodTest.cs: Add a test for skipVisibility.
322
323 2006-07-31  Sebastien Pouliot  <sebastien@ximian.com> 
324
325         * AssemblyBuilderTest.cs: The GetType_IgnoreCase test case doesn't 
326         work under MS.
327         * ConstructorBuilderTest.cs: The TestMethodHandle test case doesn't
328         work under MS.
329
330 2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
331
332         * AssemblyBuilderTest.cs: Added test for bug #78724.
333         * DynamicMethodTest.cs: Added test for bug #78253, and added test for
334         empty method body.
335
336 2006-02-27  Gert Driesen  <drieseng@users.sourceforge.net>
337
338         * ConstructorBuilderTest.cs: Expect ArgumentOutOfRangeException
339         instead of ArgumentException when passing Request action to
340         AddDeclarativeSecurity (bug #77640).
341         * MethodBuilderTest.cs: Same.
342         * TypeBuilderTest.cs: Same.
343
344 2005-12-15  Raja R Harinath  <rharinath@novell.com>
345
346         * TypeBuilderTest.cs (GenericType): Add a minimal testcase for
347         generic type builders.
348
349 2005-12-12  Raja R Harinath  <rharinath@novell.com>
350
351         * AssemblyBuilderTest.cs (TestIsDefined): Make failure messages unique.
352
353 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
354
355         * MethodBuilderTest.cs: Add test for handling not accessible custom
356         attributes.
357
358 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
359
360         * FieldBuilderTest.cs MethodBuilderTest.cs ConstructorBuilderTest.cs:
361         Add tests for #76521.
362
363 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
364
365         * AssemblyBuilderTest.cs: Add test for #75650.
366
367 2005-07-21  Jb Evain  <jbevain@gmail.com>
368
369         * ILGeneratorTest.cs: Add tests for exception filters (bug #75010).
370
371 2005-06-22  Gert Driesen  <drieseng@users.sourceforge.net>
372
373         * MethodBuilderTest.cs: Updated existing tests to no longer define
374         zero-length method body. Added tests for bug #75236.
375
376 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
377
378         * AssemblyBuilderTest.cs: Split AssemblyName_PublicKey to move culture
379         tests to a new method (as their problem is different from #75246).
380
381 2005-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
382
383         * AssemblyBuilderTest.cs: Setting KeyPair of AssemblyName has 
384         currently no effect on PublicKey(Token) and FullName of AssemblyName
385         of the AssemblyBuilder. Test for bug #75246.
386
387 2005-06-13  Gert Driesen  <drieseng@users.sourceforge.net>
388
389         * AssemblyBuilderTest.cs: Removed inheritance from deprecated
390         Assertion class. Use Assert class instead.
391
392 2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>
393
394         * AssemblyBuilderTest.cs: Added AssemblyName tests that currently
395         fail on Mono.
396
397 2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>
398
399         * FieldBuilderTest.cs: Enabled tests for FieldHandle again after 
400         fixing regression.
401         * ConstructorBuilderTest.cs: MethodHandle should not throw
402         NotSupportedException.
403         * MethodBuilderTest.cs: Enabled test for MethodHandle again after
404         fixing regression, and added additional test.
405
406 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
407
408         * MethodBuilderTest.cs: Add tests for setting DllImportAttribute.
409
410 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
411
412         * TypeBuilderTest.cs: Add tests for bug #74906.
413
414 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
415
416         * TypeBuilderTest.cs: Don't write to a specific path in /tmp --
417         breaks multiple users.
418
419 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
420
421         * AssemblyBuilderTest.cs: Add test for GetModules ().
422
423 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
424
425         * MethodBuilderTest.cs: Add test for parameter attributes.
426
427 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
428
429         * MethodRentalCas.cs: New. CAS unit tests for MethodRental.
430
431 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
432
433         * TypeBuilderTest.cs: Fix this up after the last change.
434
435 2005-03-23  Martin Baulig  <martin@ximian.com>
436
437         * TypeBuilderTest.cs (TestIsAssignableTo_NotDotNet): Put this
438         whole method into the "NotWorking" category.
439
440 2005-03-23  Martin Baulig  <martin@ximian.com>
441
442         * TypeBuilderTest.cs: Disable last test again since the bug report
443         is reopened.
444
445 2005-03-21  Nick Drochak <ndrochak@ieee.org>
446
447         * TypeBuilderTest.cs: Move asserts which fail on .NET to a new
448         test method and disable it on .NET.
449
450 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
451
452         * TypeBuilderTest.cs: Reenable last test.
453
454 2005-03-09  Marek Safar  <marek.safar@seznam.cz>
455
456         * ILGeneratorTest.cs: New test file.
457
458 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
459
460         * TypeBuilderTest.cs: Disable last test since the fix is reverted.
461
462 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
463
464         * TypeBuilderTest.cs: Add new test.
465
466 2005-02-11  Zoltan Varga  <vargaz@freemail.hu>
467
468         * TypeBuilderTest.cs: Add tests for IsAssignableFrom.
469
470 2004-01-31  Nick Drochak <ndrochak@ieee.org>
471
472         * TypeBuilderTest.cs: Put "NotWorking" on failing tests for mono.
473
474 2004-01-30  Nick Drochak <ndrochak@ieee.org>
475
476         * ModuleBuilderTest.cs: Avoid path length exceptions on Windows.
477
478 2004-11-22  Zoltan Varga  <vargaz@freemail.hu>
479
480         * AssemblyBuilderTest.cs: Add regression test for bug #69780.
481
482 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
483
484         * TypeBuilderTest.cs: Ignore some tests which depend on TypeBuilder
485         features which are unlikely to change due to mcs depending on them.
486
487 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
488
489         * EnumBuilderTest.cs: Remove test that depends on the exact format
490         of AssemblyName.FullName.
491
492 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
493
494         * TypeBuilderTest.cs: Add a TypeResolve test. Remove a test which
495         depends on exception ordering.
496
497 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
498
499         * MethodBuilderTest.cs: Add tests for default values for parameters.
500
501 2004-10-02  Gert Driesen  <drieseng@users.sourceforge.net>
502
503         * TypeBuilderTest.cs: Added test to ensure NotSupportedException is
504         thrown when creating a type with a default ctor while parent does
505         not have a default ctor.
506
507 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
508
509         * ModuleBuilderTest.cs: Add test for lookup of global methods.
510
511 2004-08-29  Nick Drochak <ndrochak@ieee.org>
512
513         * TypeBuilderTestTest.cs: Call EnumBuilder.CreateType() before you call
514         TypeBuilder.CreateType().
515
516 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
517
518         * TypeBuilderTest.cs: Add regression test for #62237.
519
520 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
521
522         * EnumBuilderTest.cs: Fixed typos so the test is reported in 
523         alphabetical order by NUnit.
524
525 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
526
527         * TypeBuilderTest.cs: Added tests for completed/created type
528
529         * FieldBuilderTest.cs: Added tests for FieldBuilder (mostly
530         checking error conditions for now)
531
532         * EnumBuilderTest.cs: Added tests for EnumBuilder
533
534         * MethodBuilderTest.cs: Added tests for invalid parameter 
535         indexes for created types, added test for GetHashCode
536
537 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
538
539         * MethodRentalTest.cs: Added check for invalid method size,
540         fixed tests on MS.NET, Mono-stylized
541
542 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
543
544         * MethodRentalTest.cs: New file.
545
546 2004-03-24  Sebastien Pouliot  <sebastien@ximian.com>
547
548         * AssemblyBuilderTest.cs: Added new tests to build strongnamed 
549         assemblies.
550
551 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
552
553         * CustomAttributeBuilderTest.cs: Call GetCustomAttributes with false
554         so custom attributes on Object do not screw the results.
555
556 2004-03-15  Nick Drochak <ndrochak@ieee.org>
557
558         * CustomAttributeBuilderTest.cs: Force test to pass if we are running
559         on version 1.1 of the CLR.  That version does not throw the exception.
560
561 2004-03-09  Jackson Harper  <jackson@ximian.com>
562
563         * AssemblyBuilderAccessTest.cs:
564         * CustomAttributeBuilderTest.cs: New test cases
565         from nvineeth_mono@yahoo.com.
566
567 2004-02-16  Zoltan Varga  <vargaz@freemail.hu>
568
569         * MethodBuilderTest.cs: Fix test so it runs under MS.
570
571         * TypeBuilderTest.cs: Add some tests.
572
573 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
574
575         * MethodBuilderTest.cs: Add tests for parameter info.
576
577 2004-01-27  Zoltan Varga  <vargaz@freemail.hu>
578
579         * AssemblyBuilderTest.cs (TestCustomAttributes): Remove 
580         KeyFileAttribute from the test, since it must point to a valid keyfile.
581
582 2004-01-09  Nick Drochak <ndrochak@ieee.org>
583
584         * TypeBuilderTest.cs (TestEnums): Fix build with csc.
585
586 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
587
588         * TypeBuilderTest.cs (IsDefined): Comment out this test, since 
589         IsDefined works under mono.
590
591         * TypeBuilderTest.cs (TestEnums): New test for using runtime generated
592         enums.
593
594 2003-12-17  Nick Drochak <ndrochak@gol.com>
595
596         * ModuleBuilderTest.cs: Shorten the path, there's a 260-or-so character
597         limit for the path name.
598
599 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
600
601         * MethodBuilderTest.cs ConstructorBuilderTest.cs: Add tests for
602         AddDeclarativeSecurity.
603
604 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
605
606         * ConstructorBuilderTest.cs (TestAttributes): Make this test more
607         general so it runs on mono too.
608
609 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
610
611         * ModuleBuilderTest.cs: Added tests for IsTransient ().
612
613         * ModuleBuilderTest.cs: Added tests for DefineDocument ().
614
615         * AssemblyBuilderTest.cs: Added error handling tests.
616
617 2003-06-30  Zoltan Varga  <vargaz@freemail.hu>
618
619         * MethodBuilderTest.cs (TestReturnType): Make test more general so
620         it works both on Mono and MS.NET.
621
622 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
623
624         * EventBuilderTest.cs: New file.
625
626         * PropertyBuilderTest.cs: New file.
627
628 2003-05-28  Nick Drochak <ndrochak@gol.com>
629
630         * MethodBuilderTest: correct order of expected and actual values.
631
632 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
633
634         * ModuleBuilderTest.cs: New file.
635
636 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
637
638         * TypeBuilderTest.cs: More tests.
639
640 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
641
642         * AssemblyBuilderTest.cs: More tests.
643
644 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
645
646         * MethodBuilderTest.cs: Comment out test which fails because of a mono
647         extension to DefineParameter.
648
649 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
650
651         * AssemblyBuilderTest.cs: New file.
652
653 2003-02-12  Zoltan Varga  <vargaz@freemail.hu>
654
655         * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
656         using a custom attribute.
657
658 2003-02-10  Zoltan Varga  <vargaz@freemail.hu>
659
660         * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
661
662         * MethodBuilderTest.cs: updated to NUNIT2 conventions.
663
664         * ConstructorBuilderTest.cs: New file.
665
666 2003-02-09  Zoltan Varga  <vargaz@freemail.hu>
667
668         * TypeBuilderTest.cs: Added lots of new tests.
669
670 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
671
672         * TypeBuilderTest.cs: New file.
673
674         * MethodBuilderTest.cs ChangeLog: New files.