| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- 2004-01-27 Zoltan Varga <[email protected]>
- * AssemblyBuilderTest.cs (TestCustomAttributes): Remove
- KeyFileAttribute from the test, since it must point to a valid keyfile.
- 2004-01-09 Nick Drochak <[email protected]>
- * TypeBuilderTest.cs (TestEnums): Fix build with csc.
- 2004-01-07 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs (IsDefined): Comment out this test, since
- IsDefined works under mono.
- * TypeBuilderTest.cs (TestEnums): New test for using runtime generated
- enums.
- 2003-12-17 Nick Drochak <[email protected]>
- * ModuleBuilderTest.cs: Shorten the path, there's a 260-or-so character
- limit for the path name.
- 2003-12-15 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs ConstructorBuilderTest.cs: Add tests for
- AddDeclarativeSecurity.
- 2003-11-17 Zoltan Varga <[email protected]>
- * ConstructorBuilderTest.cs (TestAttributes): Make this test more
- general so it runs on mono too.
- 2003-07-11 Zoltan Varga <[email protected]>
- * ModuleBuilderTest.cs: Added tests for IsTransient ().
- * ModuleBuilderTest.cs: Added tests for DefineDocument ().
- * AssemblyBuilderTest.cs: Added error handling tests.
- 2003-06-30 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs (TestReturnType): Make test more general so
- it works both on Mono and MS.NET.
- 2003-06-15 Zoltan Varga <[email protected]>
- * EventBuilderTest.cs: New file.
- * PropertyBuilderTest.cs: New file.
- 2003-05-28 Nick Drochak <[email protected]>
- * MethodBuilderTest: correct order of expected and actual values.
- 2003-05-21 Zoltan Varga <[email protected]>
- * ModuleBuilderTest.cs: New file.
- 2003-05-20 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: More tests.
- 2003-05-19 Zoltan Varga <[email protected]>
- * AssemblyBuilderTest.cs: More tests.
- 2003-05-12 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Comment out test which fails because of a mono
- extension to DefineParameter.
- 2003-02-13 Zoltan Varga <[email protected]>
- * AssemblyBuilderTest.cs: New file.
- 2003-02-12 Zoltan Varga <[email protected]>
- * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
- using a custom attribute.
- 2003-02-10 Zoltan Varga <[email protected]>
- * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
- * MethodBuilderTest.cs: updated to NUNIT2 conventions.
- * ConstructorBuilderTest.cs: New file.
- 2003-02-09 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: Added lots of new tests.
- 2003-02-08 Zoltan Varga <[email protected]>
- * TypeBuilderTest.cs: New file.
- * MethodBuilderTest.cs ChangeLog: New files.
|