1 2009-02-04 Zoltan Varga <vargaz@gmail.com>
3 * TypeBuilderTest.cs: Make this test quiet.
5 2009-01-21 Mark Probst <mark.probst@gmail.com>
7 * TypeBuilderTest.cs: Add test for fields in dynamic generic
10 2008-11-11 Rodrigo Kumpera <rkumpera@novell.com>
12 * ConstructorOnTypeBuilderInstTest.cs: Add test for
13 MetadataToken under compilation context.
15 2008-09-29 Rodrigo Kumpera <rkumpera@novell.com>
17 * TypeBuilderTest.cs: Fix the 1.0 build.
19 2008-09-29 Rodrigo Kumpera <rkumpera@novell.com>
21 * TypeBuilderTest.cs: Add a test for MakeGenericType with EnumBuilder.
24 2008-09-02 Rodrigo Kumpera <rkumpera@novell.com>
26 * TypeBuilderTest.cs: New test for a field with initialized data
27 that is referenced from another assembly.
29 2008-08-31 Zoltan Varga <vargaz@gmail.com>
31 * TypeBuilderTest.cs: Add a test for IsAssignableFrom and generic instances
34 2008-08-14 Raja R Harinath <harinath@hurrynot.org>
36 * TypeBuilderTest.cs (DefineCtorUsingDefineMethod): Use a
37 'DefineMethod' overload that's present in the 1.1 profile.
39 2008-08-12 Zoltan Varga <vargaz@gmail.com>
41 * TypeBuilderTest.cs: Add new test for #416632.
43 2008-07-30 Rodrigo Kumpera <rkumpera@novell.com>
45 * MethodOnTypeBuilderInstTest.cs: Regression test for #412965.
47 2008-07-25 Rodrigo Kumpera <rkumpera@novell.com>
49 * TypeBuilderTest.cs: New test for the regression found by
52 * MethodOnTypeBuilderInstTest.cs: Renable some CompilerContext
55 2008-07-25 Rodrigo Kumpera <rkumpera@novell.com>
57 * TypeBuilderTest.cs: Disable the special behavior of GetMethod
58 under compiler behavior as mcs has been fixed.
60 2008-07-22 Rodrigo Kumpera <rkumpera@novell.com>
62 * TypeBuilderTest.cs: Added tests for the special cased behavior
65 2008-07-17 Rodrigo Kumpera <rkumpera@novell.com>
67 * MethodOnTypeBuilderInstTest.cs: Disable new tests as the change
68 that made then work was reverted.
70 2008-07-16 Rodrigo Kumpera <rkumpera@novell.com>
72 * MethodOnTypeBuilderInstTest.cs: Added test for stuff under compiler
75 2008-06-21 Gert Driesen <drieseng@users.sourceforge.net>
77 * ModuleBuilderTest.cs: Added test for DefineType with interface as
79 * TypeBuilderTest.cs: Added test for SetParent with interface as
80 parent. Added test for CreateType of an interface with invalid parent.
81 Added tests for checks in DefineGenericParameters. Improved test
82 for MakeGenericType, and added tests for argument checks in
85 2008-06-18 Rodrigo Kumpera <rkumpera@novell.com>
87 * TypeBuilderTest.cs: Fixed previous tests to follow the suite
88 convention. Added tests for bugs #349194 and #400643.
90 2008-06-17 Rodrigo Kumpera <rkumpera@novell.com>
92 * TypeBuilderTest.cs: Added tests for retrieving custom attributes from
93 generic instances of SRE types.
95 2008-06-11 Zoltan Varga <vargaz@gmail.com>
97 * TypeBuilderTest.cs (GetField): Add a test for calling GetField on an
100 2008-06-10 Rodrigo Kumpera <rkumpera@novell.com>
102 * TypeBuilderTest.cs: Added test for bug #399047.
104 2008-05-18 Gert Driesen <drieseng@users.sourceforge.net>
106 * TypeBuilderTest.cs: Enabled test for bug #389171. Added and improved
107 tests for IsAssignableFrom/IsAssignableTo. Added and improved tests
108 for DefineDefaultConstructor.
110 2008-05-11 Gert Driesen <drieseng@users.sourceforge.net>
112 * TypeBuilderTest.cs: Added test for type null check in DefineField.
114 2008-05-11 Gert Driesen <drieseng@users.sourceforge.net>
116 * TypeBuilderTest.cs: Renamed tests and updated bug number. Enabled
117 test for UnderlyingSystemType, and improved it. Improved test for
119 * ConstructorOnTypeBuilderInstTest.cs: Enabled test for GetParameters.
120 * ConstructorBuilderTest.cs: Enabled test for GetParameters. Renamed
121 test for SetCustomAttribute, and added new tests.
122 * ModuleBuilderTest.cs: Added tests for bug #387404.
124 2008-05-08 Rodrigo Kumpera <rkumpera@novell.com>
126 * TypeBuilderTest.cs: Added regression tests for #354047.
128 2008-05-05 Zoltan Varga <vargaz@gmail.com>
130 * ConstructorOnTypeBuilderInstTest.cs: Disable one more test for GetParameters ().
132 2008-05-03 Zoltan Varga <vargaz@gmail.com>
134 * ConstructorBuilderTest.cs: Mark the GetParameters_Incomplete () test not-working,
135 as the corresponding fix has been reverted.
137 2008-05-01 Gert Driesen <drieseng@users.sourceforge.net>
139 * ConstructorBuilderTest.cs: Use Assert class instead of deriving from
140 deprecated Assertion class. Improved some existing tests, and avoid
141 creating too much TypeBuilder instances.
143 2008-04-30 Gert Driesen <drieseng@users.sourceforge.net>
145 * MethodOnTypeBuilderInstTest.cs: Fixed exception message in comments.
146 * TypeBuilderTest.cs: Do not use ExpectedException to avoid false
147 positives. Added argument check tests for DefineEvent, DefineField,
148 DefineMethod, DefinePInvokeMethod and DefinePropety. Use
149 Type.EmptyTypes instead of constructing empty array.
150 * ConstructorBuilderTest.cs: Added Test attributes. Added tests
151 for DefineParameter and Invoke overloads. Added tests for
152 GetCustomAttributes overloads. Avoid use of ExpectedException.
153 * ModuleBuilderTest.cs: Added tests for DefineType name argument
155 * ConstructorOnTypeBuilderInstTest.cs: Added basic set of tests.
157 2008-04-26 Gert Driesen <drieseng@users.sourceforge.net>
159 * MethodOnTypeBuilderInstTest.cs: Added basic set of tests.
160 * TypeBuilderTest.cs: Added Test attribute.
162 2008-04-22 Zoltan Varga <vargaz@gmail.com>
164 * TypeBuilderTest.cs: Add tests for GetMethod () / GetConstructor ().
166 2008-04-14 Zoltan Varga <vargaz@gmail.com>
168 * AssemblyBuilderTest.cs (GetCustomAttributes_NotCreated): New test for
171 2008-03-29 Gert Driesen <drieseng@users.sourceforge.net>
173 * AssemblyBuilderTest.cs: Enabled DefineUnmanagedResource and
174 DefineVersionInfoResource tests for ArgumentException when native
175 resource is already defined. Added tests for not supported culture
176 in AssemblyCultureAttribute when definining versioninfo resource.
178 2008-03-16 Zoltan Varga <vargaz@gmail.com>
180 * TypeBuilderTest.cs (GetField): Add test for #351172.
182 2008-03-14 Zoltan Varga <vargaz@gmail.com>
184 * TypeBuilderTest.cs: Add tests for GetField ().
186 2008-03-06 Zoltan Varga <vargaz@gmail.com>
188 * DynamicMethodTest.cs: Add a test for anon-hosted dynamic methods.
190 * ModuleBuilderTest.cs: Add a test for #367668.
192 2008-03-06 Jb Evain <jbevain@novell.com>
194 * ILGeneratorTest.cs: add test for #367663, checking
195 that EmitCalli deals with null return types.
197 2008-03-03 Rodrigo Kumpera <rkumpera@novell.com>
199 * TypeBuilderTest.cs: Added CreateTypeFailsWithInvalidMethodOverride.
200 Test for bug #361689.
202 2008-02-20 Raja R Harinath <harinath@hurrynot.org>
204 * MethodBuilderTest.cs (Bug354757): New test.
206 2008-01-29 Zoltan Varga <vargaz@gmail.com>
208 * ModuleBuilderTest.cs: Add tests for GetTypes ().
210 * AssemblyBuilderTest.cs (GetModule): Add some tests and comment out one which
213 2008-01-21 Gert Driesen <drieseng@users.sourceforge.net>
215 * AssemblyBuilderTest.cs: Enabled test for bug #354970.
217 2008-01-20 Gert Driesen <drieseng@users.sourceforge.net>
219 * AssemblyBuilderTest.cs: Added tests for DefineUnmanagedResource and
220 DefineVersionInfoResource overloads that check whether only a single
221 unmanaged resource can be defined. Improved test for SetCustomAttribute.
223 2008-01-16 Gert Driesen <drieseng@users.sourceforge.net>
225 * TypeBuilderTest.cs: Enabled tests for bug #322762.
227 2008-01-06 Gert Driesen <drieseng@users.sourceforge.net>
229 * AssemblyBuilderTest.cs: Added (NotWorking) test for bug #351932.
231 2007-12-31 Gert Driesen <drieseng@users.sourceforge.net>
233 * AssemblyBuilderTest.cs: Improved existing AssemblyName related tests.
234 Enabled AssemblyName tests that previously failed.
236 2007-12-29 Gert Driesen <drieseng@users.sourceforge.net>
238 * TypeBuilderTest.cs: Added tests for GetConstructor(s), GetEvent(s),
239 GetField(s), GetPropert(y/ies) and GetMethod(s) that verify our
240 behavior for inherited members. Most of these are marked NotWorking
241 until bug #322762 is fixed.
243 2007-12-10 Zoltan Varga <vargaz@gmail.com>
245 * ModuleBuilderTest.cs: Simplify some code. Add tests for ResolveField ()
248 2007-11-16 Atsushi Enomoto <atsushi@ximian.com>
250 * SignatureHelperTest.cs : new test.
252 2007-11-08 Rodrigo Kumpera <rkumpera@novell.com>
254 * TypeBuilderTest.cs: Enabled TestGetFieldsComplete_Generic.
255 This tests bug #82625 / #325292.
257 2007-10-26 Zoltan Varga <vargaz@gmail.com>
259 * TypeBuilderTest.cs: Add a test for calling GetCustomAttributes on inflated
262 2007-10-15 Gert Driesen <drieseng@users.sourceforge.net>
264 * ILGeneratorTest.cs: Improve test for DeclareLocal null check.
265 Added tests for null checks in Emit overloads.
267 2007-09-30 Gert Driesen <drieseng@users.sourceforge.net>
269 * DynamicMethodTest.cs: Marked test for bug #325444 as NotDotNet, and
270 added link to MS bug report.
272 2007-09-23 Gert Driesen <drieseng@users.sourceforge.net>
274 * AssemblyBuilderTest.cs: Added test for ManifestModule. Added missing
275 Test attributes. Avoid using ExpectedException, thereby improving lots
276 of existing tests. Uncomment test that checks max length of dynamic
277 module name and removed LAMESPEC, since MS implements the described
278 behavior (but we don't, so mark it NotWorking). Code formatting.
279 * TypeBuilderTest.cs: Removed unused variables.
281 2007-09-22 Gert Driesen <drieseng@users.sourceforge.net>
283 * TypeBuilderTest.cs: Added test for bug #327484. Split up and improved
284 TestGetProperties(Flags)Incomplete and TestGetMethods(Flags)Incomplete
285 tests. Improved TestGetMethodsComplete test.
287 2007-09-11 Jb Evain <jbevain@novell.com>
289 * DynamicMethodTest.cs: add test for owner member access.
291 2007-09-11 Zoltan Varga <vargaz@gmail.com>
293 * MethodBuilderTest.cs: Add new tests for using generic types in the IL
296 2007-09-09 Zoltan Varga <vargaz@gmail.com>
298 * MethodBuilderTest.cs: Add a new test.
300 2007-09-02 Gert Driesen <drieseng@users.sourceforge.net>
302 * TypeBuilderTest.cs: Split up and improved ignored GetField(s) tests
303 into MS and Mono tests. Added (NotWorking) test for bug #82625.
305 2007-08-17 Rolf Bjarne Kvinge <RKvinge@novell.com>
307 * ILGeneratorTest.cs: Added FilterAndCatchBlock (bug #81431), InvalidFilterBlock1, ValidFilterBlock1, ValidFilterBlock2.
309 2007-08-16 Gert Driesen <drieseng@users.sourceforge.net>
311 * TypeBuilderTest.cs: Added IsDefined test with null value for
312 attributeType argument.
314 2007-07-14 Gert Driesen <drieseng@users.sourceforge.net>
316 * TypeBuilderTest.cs: Modified enum tests to use already constructed
317 AssemblyBuilder and ModuleBuilder. Fixed some compiler warnings.
318 Removed duplicate test for bug #82018. Added some IsCreated tests after
319 TypeLoadException, but comment them out for now (see bug #82101).
321 2007-07-12 Rodrigo Kumpera <rkumpera@novell.com>
323 * TypeBuilderTest.cs: Added test for MakeArrayType with incomplete enum type. Related to bug #82015
325 2007-07-11 Rodrigo Kumpera <rkumpera@novell.com>
327 * TypeBuilderTest.cs: Added tests for enum creation. These tests are related to bugs #82018 and #82075
329 2007-07-06 Gert Driesen <drieseng@users.sourceforge.net>
331 * TypeBuilderTest.cs: Improved tests for SetParent.
332 * ModuleBuilderTest.cs: Added test for creating non-abstract
335 2007-07-06 Gert Driesen <drieseng@users.sourceforge.net>
337 * TypeBuilderTest.cs: Enabled test for IsCOMObject. Improved test
340 2007-07-06 Gert Driesen <drieseng@users.sourceforge.net>
342 * TypeBuilderTest.cs: Added tests for bug #82018. Added tests for
345 2007-05-21 Gert Driesen <drieseng@users.sourceforge.net>
347 * MethodBuilderTest.cs: Split up GetCustomAttributes test and marked
348 the one for a baked type as NotWorking. Added test for
349 SetCustomAttribute with SuppressUnmanagedCodeSecurity attribute.
350 * TypeBuilderTest.cs: Split up HasElementType test and marked the
351 baked variant as NotWorking on the 1.0 profile. Enabled additional
352 test for bug #81640. Added test for SetCustomAttribute with
353 SuppressUnmanagedCodeSecurity attribute.
355 2007-05-16 Gert Driesen <drieseng@users.sourceforge.net>
357 * TypeBuilderTest.cs: Added GetFields test for bug #81368. Enabled
360 2007-05-16 Gert Driesen <drieseng@users.sourceforge.net>
362 * TypeBuilderTest.cs: Use Assert instead of deprecated Assertion
363 class. Number tests. Added tests for bug #81638 and #81640.
365 2007-05-06 Zoltan Varga <vargaz@gmail.com>
367 * TypeBuilderTest.cs: Add test for null parent.
369 2007-03-12 Zoltan Varga <vargaz@gmail.com>
371 * DynamicMethodTest.cs: Add a test for circular references.
373 2007-03-07 Gert Driesen <drieseng@users.sourceforge.net>
375 * EnumBuilderTest.cs: Enabled test that failed due to bug #81037.
377 * ModuleBuilderTest.cs: Avoid compiler warning in test for bug #80435.
378 Use Assert instead of deprecated Assertion class. Number tests.
380 2007-03-06 Rolf Bjarne Kvinge <RKvinge@novell.com>
382 * ModuleBuilderTest.cs: Added GetArrayMethodToStringTest () -#80435.
384 2007-03-05 Gert Driesen <drieseng@users.sourceforge.net>
386 * EnumBuilderTest.cs: Added tests for bug #81007. Use Assert instead
387 of deriving from Assertion. Marked HasElementType test NotWorking on
390 2007-02-26 Gert Driesen <drieseng@users.sourceforge.net>
392 * MethodBuilderTest.cs: Move from Assertion to Assert. Added tests
393 for zero-length and null dll name for DllImport. Enabled extra tests
394 in TestDynamicParams.
396 2007-01-16 Rolf Bjarne Kvinge <RKvinge@novell.com>
398 * EnumBuilderTest.cs: Created test for #80396.
400 2006-12-15 Raja R Harinath <rharinath@novell.com>
402 * TypeBuilderTest.cs (MakeGenericType, Fail_MakeGenericType): New
403 tests inspired by #80253.
405 2006-09-16 Gert Driesen <drieseng@users.sourceforge.net>
407 * DynamicMethodTest.cs: Enabled tests for bug #79367.
409 2006-09-13 Gert Driesen <drieseng@users.sourceforge.net>
411 * DynamicMethodTest.cs: Added ctor tests for name null check. Added
412 tests for bug #79367 (marked NotWorking).
414 2006-09-02 Zoltan Varga <vargaz@gmail.com>
416 * TypeBuilderTest.cs: Add a test for #79249.
418 2006-08-31 Zoltan Varga <vargaz@gmail.com>
420 * DynamicMethodTest.cs: Add a test for skipVisibility.
422 2006-07-31 Sebastien Pouliot <sebastien@ximian.com>
424 * AssemblyBuilderTest.cs: The GetType_IgnoreCase test case doesn't
426 * ConstructorBuilderTest.cs: The TestMethodHandle test case doesn't
429 2006-07-09 Gert Driesen <drieseng@users.sourceforge.net>
431 * AssemblyBuilderTest.cs: Added test for bug #78724.
432 * DynamicMethodTest.cs: Added test for bug #78253, and added test for
435 2006-02-27 Gert Driesen <drieseng@users.sourceforge.net>
437 * ConstructorBuilderTest.cs: Expect ArgumentOutOfRangeException
438 instead of ArgumentException when passing Request action to
439 AddDeclarativeSecurity (bug #77640).
440 * MethodBuilderTest.cs: Same.
441 * TypeBuilderTest.cs: Same.
443 2005-12-15 Raja R Harinath <rharinath@novell.com>
445 * TypeBuilderTest.cs (GenericType): Add a minimal testcase for
446 generic type builders.
448 2005-12-12 Raja R Harinath <rharinath@novell.com>
450 * AssemblyBuilderTest.cs (TestIsDefined): Make failure messages unique.
452 2005-12-10 Zoltan Varga <vargaz@gmail.com>
454 * MethodBuilderTest.cs: Add test for handling not accessible custom
457 2005-10-27 Zoltan Varga <vargaz@gmail.com>
459 * FieldBuilderTest.cs MethodBuilderTest.cs ConstructorBuilderTest.cs:
460 Add tests for #76521.
462 2005-07-29 Zoltan Varga <vargaz@freemail.hu>
464 * AssemblyBuilderTest.cs: Add test for #75650.
466 2005-07-21 Jb Evain <jbevain@gmail.com>
468 * ILGeneratorTest.cs: Add tests for exception filters (bug #75010).
470 2005-06-22 Gert Driesen <drieseng@users.sourceforge.net>
472 * MethodBuilderTest.cs: Updated existing tests to no longer define
473 zero-length method body. Added tests for bug #75236.
475 2005-06-14 Sebastien Pouliot <sebastien@ximian.com>
477 * AssemblyBuilderTest.cs: Split AssemblyName_PublicKey to move culture
478 tests to a new method (as their problem is different from #75246).
480 2005-06-13 Gert Driesen <drieseng@users.sourceforge.net>
482 * AssemblyBuilderTest.cs: Setting KeyPair of AssemblyName has
483 currently no effect on PublicKey(Token) and FullName of AssemblyName
484 of the AssemblyBuilder. Test for bug #75246.
486 2005-06-13 Gert Driesen <drieseng@users.sourceforge.net>
488 * AssemblyBuilderTest.cs: Removed inheritance from deprecated
489 Assertion class. Use Assert class instead.
491 2005-06-12 Gert Driesen <drieseng@users.sourceforge.net>
493 * AssemblyBuilderTest.cs: Added AssemblyName tests that currently
496 2005-06-12 Gert Driesen <drieseng@users.sourceforge.net>
498 * FieldBuilderTest.cs: Enabled tests for FieldHandle again after
500 * ConstructorBuilderTest.cs: MethodHandle should not throw
501 NotSupportedException.
502 * MethodBuilderTest.cs: Enabled test for MethodHandle again after
503 fixing regression, and added additional test.
505 2005-06-06 Zoltan Varga <vargaz@freemail.hu>
507 * MethodBuilderTest.cs: Add tests for setting DllImportAttribute.
509 2005-05-12 Zoltan Varga <vargaz@freemail.hu>
511 * TypeBuilderTest.cs: Add tests for bug #74906.
513 2005-04-30 Ben Maurer <bmaurer@ximian.com>
515 * TypeBuilderTest.cs: Don't write to a specific path in /tmp --
516 breaks multiple users.
518 2005-04-28 Zoltan Varga <vargaz@freemail.hu>
520 * AssemblyBuilderTest.cs: Add test for GetModules ().
522 2005-04-16 Zoltan Varga <vargaz@freemail.hu>
524 * MethodBuilderTest.cs: Add test for parameter attributes.
526 2005-03-24 Sebastien Pouliot <sebastien@ximian.com>
528 * MethodRentalCas.cs: New. CAS unit tests for MethodRental.
530 2005-03-23 Zoltan Varga <vargaz@freemail.hu>
532 * TypeBuilderTest.cs: Fix this up after the last change.
534 2005-03-23 Martin Baulig <martin@ximian.com>
536 * TypeBuilderTest.cs (TestIsAssignableTo_NotDotNet): Put this
537 whole method into the "NotWorking" category.
539 2005-03-23 Martin Baulig <martin@ximian.com>
541 * TypeBuilderTest.cs: Disable last test again since the bug report
544 2005-03-21 Nick Drochak <ndrochak@ieee.org>
546 * TypeBuilderTest.cs: Move asserts which fail on .NET to a new
547 test method and disable it on .NET.
549 2005-03-09 Zoltan Varga <vargaz@freemail.hu>
551 * TypeBuilderTest.cs: Reenable last test.
553 2005-03-09 Marek Safar <marek.safar@seznam.cz>
555 * ILGeneratorTest.cs: New test file.
557 2005-03-09 Zoltan Varga <vargaz@freemail.hu>
559 * TypeBuilderTest.cs: Disable last test since the fix is reverted.
561 2005-03-08 Zoltan Varga <vargaz@freemail.hu>
563 * TypeBuilderTest.cs: Add new test.
565 2005-02-11 Zoltan Varga <vargaz@freemail.hu>
567 * TypeBuilderTest.cs: Add tests for IsAssignableFrom.
569 2004-01-31 Nick Drochak <ndrochak@ieee.org>
571 * TypeBuilderTest.cs: Put "NotWorking" on failing tests for mono.
573 2004-01-30 Nick Drochak <ndrochak@ieee.org>
575 * ModuleBuilderTest.cs: Avoid path length exceptions on Windows.
577 2004-11-22 Zoltan Varga <vargaz@freemail.hu>
579 * AssemblyBuilderTest.cs: Add regression test for bug #69780.
581 2004-11-06 Zoltan Varga <vargaz@freemail.hu>
583 * TypeBuilderTest.cs: Ignore some tests which depend on TypeBuilder
584 features which are unlikely to change due to mcs depending on them.
586 2004-11-05 Zoltan Varga <vargaz@freemail.hu>
588 * EnumBuilderTest.cs: Remove test that depends on the exact format
589 of AssemblyName.FullName.
591 2004-11-04 Zoltan Varga <vargaz@freemail.hu>
593 * TypeBuilderTest.cs: Add a TypeResolve test. Remove a test which
594 depends on exception ordering.
596 2004-10-05 Zoltan Varga <vargaz@freemail.hu>
598 * MethodBuilderTest.cs: Add tests for default values for parameters.
600 2004-10-02 Gert Driesen <drieseng@users.sourceforge.net>
602 * TypeBuilderTest.cs: Added test to ensure NotSupportedException is
603 thrown when creating a type with a default ctor while parent does
604 not have a default ctor.
606 2004-09-09 Zoltan Varga <vargaz@freemail.hu>
608 * ModuleBuilderTest.cs: Add test for lookup of global methods.
610 2004-08-29 Nick Drochak <ndrochak@ieee.org>
612 * TypeBuilderTestTest.cs: Call EnumBuilder.CreateType() before you call
613 TypeBuilder.CreateType().
615 2004-08-08 Zoltan Varga <vargaz@freemail.hu>
617 * TypeBuilderTest.cs: Add regression test for #62237.
619 2004-06-14 Sebastien Pouliot <sebastien@ximian.com>
621 * EnumBuilderTest.cs: Fixed typos so the test is reported in
622 alphabetical order by NUnit.
624 2004-06-09 Gert Driesen <drieseng@users.sourceforge.net>
626 * TypeBuilderTest.cs: Added tests for completed/created type
628 * FieldBuilderTest.cs: Added tests for FieldBuilder (mostly
629 checking error conditions for now)
631 * EnumBuilderTest.cs: Added tests for EnumBuilder
633 * MethodBuilderTest.cs: Added tests for invalid parameter
634 indexes for created types, added test for GetHashCode
636 2004-06-09 Gert Driesen <drieseng@users.sourceforge.net>
638 * MethodRentalTest.cs: Added check for invalid method size,
639 fixed tests on MS.NET, Mono-stylized
641 2004-04-28 Zoltan Varga <vargaz@freemail.hu>
643 * MethodRentalTest.cs: New file.
645 2004-03-24 Sebastien Pouliot <sebastien@ximian.com>
647 * AssemblyBuilderTest.cs: Added new tests to build strongnamed
650 2004-03-22 Zoltan Varga <vargaz@freemail.hu>
652 * CustomAttributeBuilderTest.cs: Call GetCustomAttributes with false
653 so custom attributes on Object do not screw the results.
655 2004-03-15 Nick Drochak <ndrochak@ieee.org>
657 * CustomAttributeBuilderTest.cs: Force test to pass if we are running
658 on version 1.1 of the CLR. That version does not throw the exception.
660 2004-03-09 Jackson Harper <jackson@ximian.com>
662 * AssemblyBuilderAccessTest.cs:
663 * CustomAttributeBuilderTest.cs: New test cases
664 from nvineeth_mono@yahoo.com.
666 2004-02-16 Zoltan Varga <vargaz@freemail.hu>
668 * MethodBuilderTest.cs: Fix test so it runs under MS.
670 * TypeBuilderTest.cs: Add some tests.
672 2004-02-11 Zoltan Varga <vargaz@freemail.hu>
674 * MethodBuilderTest.cs: Add tests for parameter info.
676 2004-01-27 Zoltan Varga <vargaz@freemail.hu>
678 * AssemblyBuilderTest.cs (TestCustomAttributes): Remove
679 KeyFileAttribute from the test, since it must point to a valid keyfile.
681 2004-01-09 Nick Drochak <ndrochak@ieee.org>
683 * TypeBuilderTest.cs (TestEnums): Fix build with csc.
685 2004-01-07 Zoltan Varga <vargaz@freemail.hu>
687 * TypeBuilderTest.cs (IsDefined): Comment out this test, since
688 IsDefined works under mono.
690 * TypeBuilderTest.cs (TestEnums): New test for using runtime generated
693 2003-12-17 Nick Drochak <ndrochak@gol.com>
695 * ModuleBuilderTest.cs: Shorten the path, there's a 260-or-so character
696 limit for the path name.
698 2003-12-15 Zoltan Varga <vargaz@freemail.hu>
700 * MethodBuilderTest.cs ConstructorBuilderTest.cs: Add tests for
701 AddDeclarativeSecurity.
703 2003-11-17 Zoltan Varga <vargaz@freemail.hu>
705 * ConstructorBuilderTest.cs (TestAttributes): Make this test more
706 general so it runs on mono too.
708 2003-07-11 Zoltan Varga <vargaz@freemail.hu>
710 * ModuleBuilderTest.cs: Added tests for IsTransient ().
712 * ModuleBuilderTest.cs: Added tests for DefineDocument ().
714 * AssemblyBuilderTest.cs: Added error handling tests.
716 2003-06-30 Zoltan Varga <vargaz@freemail.hu>
718 * MethodBuilderTest.cs (TestReturnType): Make test more general so
719 it works both on Mono and MS.NET.
721 2003-06-15 Zoltan Varga <vargaz@freemail.hu>
723 * EventBuilderTest.cs: New file.
725 * PropertyBuilderTest.cs: New file.
727 2003-05-28 Nick Drochak <ndrochak@gol.com>
729 * MethodBuilderTest: correct order of expected and actual values.
731 2003-05-21 Zoltan Varga <vargaz@freemail.hu>
733 * ModuleBuilderTest.cs: New file.
735 2003-05-20 Zoltan Varga <vargaz@freemail.hu>
737 * TypeBuilderTest.cs: More tests.
739 2003-05-19 Zoltan Varga <vargaz@freemail.hu>
741 * AssemblyBuilderTest.cs: More tests.
743 2003-05-12 Zoltan Varga <vargaz@freemail.hu>
745 * MethodBuilderTest.cs: Comment out test which fails because of a mono
746 extension to DefineParameter.
748 2003-02-13 Zoltan Varga <vargaz@freemail.hu>
750 * AssemblyBuilderTest.cs: New file.
752 2003-02-12 Zoltan Varga <vargaz@freemail.hu>
754 * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
755 using a custom attribute.
757 2003-02-10 Zoltan Varga <vargaz@freemail.hu>
759 * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
761 * MethodBuilderTest.cs: updated to NUNIT2 conventions.
763 * ConstructorBuilderTest.cs: New file.
765 2003-02-09 Zoltan Varga <vargaz@freemail.hu>
767 * TypeBuilderTest.cs: Added lots of new tests.
769 2003-02-08 Zoltan Varga <vargaz@freemail.hu>
771 * TypeBuilderTest.cs: New file.
773 * MethodBuilderTest.cs ChangeLog: New files.