ChangeLog 907 B

1234567891011121314151617181920212223242526272829303132333435
  1. 2003-05-19 Zoltan Varga <[email protected]>
  2. * AssemblyBuilderTest.cs: More tests.
  3. 2003-05-12 Zoltan Varga <[email protected]>
  4. * MethodBuilderTest.cs: Comment out test which fails because of a mono
  5. extension to DefineParameter.
  6. 2003-02-13 Zoltan Varga <[email protected]>
  7. * AssemblyBuilderTest.cs: New file.
  8. 2003-02-12 Zoltan Varga <[email protected]>
  9. * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
  10. using a custom attribute.
  11. 2003-02-10 Zoltan Varga <[email protected]>
  12. * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
  13. * MethodBuilderTest.cs: updated to NUNIT2 conventions.
  14. * ConstructorBuilderTest.cs: New file.
  15. 2003-02-09 Zoltan Varga <[email protected]>
  16. * TypeBuilderTest.cs: Added lots of new tests.
  17. 2003-02-08 Zoltan Varga <[email protected]>
  18. * TypeBuilderTest.cs: New file.
  19. * MethodBuilderTest.cs ChangeLog: New files.