ChangeLog 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. 2003-06-15 Zoltan Varga <[email protected]>
  2. * PropertyBuilderTest.cs: New file.
  3. 2003-05-28 Nick Drochak <[email protected]>
  4. * MethodBuilderTest: correct order of expected and actual values.
  5. 2003-05-21 Zoltan Varga <[email protected]>
  6. * ModuleBuilderTest.cs: New file.
  7. 2003-05-20 Zoltan Varga <[email protected]>
  8. * TypeBuilderTest.cs: More tests.
  9. 2003-05-19 Zoltan Varga <[email protected]>
  10. * AssemblyBuilderTest.cs: More tests.
  11. 2003-05-12 Zoltan Varga <[email protected]>
  12. * MethodBuilderTest.cs: Comment out test which fails because of a mono
  13. extension to DefineParameter.
  14. 2003-02-13 Zoltan Varga <[email protected]>
  15. * AssemblyBuilderTest.cs: New file.
  16. 2003-02-12 Zoltan Varga <[email protected]>
  17. * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
  18. using a custom attribute.
  19. 2003-02-10 Zoltan Varga <[email protected]>
  20. * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
  21. * MethodBuilderTest.cs: updated to NUNIT2 conventions.
  22. * ConstructorBuilderTest.cs: New file.
  23. 2003-02-09 Zoltan Varga <[email protected]>
  24. * TypeBuilderTest.cs: Added lots of new tests.
  25. 2003-02-08 Zoltan Varga <[email protected]>
  26. * TypeBuilderTest.cs: New file.
  27. * MethodBuilderTest.cs ChangeLog: New files.