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