ChangeLog 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. 2004-01-27 Zoltan Varga <[email protected]>
  2. * AssemblyBuilderTest.cs (TestCustomAttributes): Remove
  3. KeyFileAttribute from the test, since it must point to a valid keyfile.
  4. 2004-01-09 Nick Drochak <[email protected]>
  5. * TypeBuilderTest.cs (TestEnums): Fix build with csc.
  6. 2004-01-07 Zoltan Varga <[email protected]>
  7. * TypeBuilderTest.cs (IsDefined): Comment out this test, since
  8. IsDefined works under mono.
  9. * TypeBuilderTest.cs (TestEnums): New test for using runtime generated
  10. enums.
  11. 2003-12-17 Nick Drochak <[email protected]>
  12. * ModuleBuilderTest.cs: Shorten the path, there's a 260-or-so character
  13. limit for the path name.
  14. 2003-12-15 Zoltan Varga <[email protected]>
  15. * MethodBuilderTest.cs ConstructorBuilderTest.cs: Add tests for
  16. AddDeclarativeSecurity.
  17. 2003-11-17 Zoltan Varga <[email protected]>
  18. * ConstructorBuilderTest.cs (TestAttributes): Make this test more
  19. general so it runs on mono too.
  20. 2003-07-11 Zoltan Varga <[email protected]>
  21. * ModuleBuilderTest.cs: Added tests for IsTransient ().
  22. * ModuleBuilderTest.cs: Added tests for DefineDocument ().
  23. * AssemblyBuilderTest.cs: Added error handling tests.
  24. 2003-06-30 Zoltan Varga <[email protected]>
  25. * MethodBuilderTest.cs (TestReturnType): Make test more general so
  26. it works both on Mono and MS.NET.
  27. 2003-06-15 Zoltan Varga <[email protected]>
  28. * EventBuilderTest.cs: New file.
  29. * PropertyBuilderTest.cs: New file.
  30. 2003-05-28 Nick Drochak <[email protected]>
  31. * MethodBuilderTest: correct order of expected and actual values.
  32. 2003-05-21 Zoltan Varga <[email protected]>
  33. * ModuleBuilderTest.cs: New file.
  34. 2003-05-20 Zoltan Varga <[email protected]>
  35. * TypeBuilderTest.cs: More tests.
  36. 2003-05-19 Zoltan Varga <[email protected]>
  37. * AssemblyBuilderTest.cs: More tests.
  38. 2003-05-12 Zoltan Varga <[email protected]>
  39. * MethodBuilderTest.cs: Comment out test which fails because of a mono
  40. extension to DefineParameter.
  41. 2003-02-13 Zoltan Varga <[email protected]>
  42. * AssemblyBuilderTest.cs: New file.
  43. 2003-02-12 Zoltan Varga <[email protected]>
  44. * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
  45. using a custom attribute.
  46. 2003-02-10 Zoltan Varga <[email protected]>
  47. * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
  48. * MethodBuilderTest.cs: updated to NUNIT2 conventions.
  49. * ConstructorBuilderTest.cs: New file.
  50. 2003-02-09 Zoltan Varga <[email protected]>
  51. * TypeBuilderTest.cs: Added lots of new tests.
  52. 2003-02-08 Zoltan Varga <[email protected]>
  53. * TypeBuilderTest.cs: New file.
  54. * MethodBuilderTest.cs ChangeLog: New files.