ChangeLog 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. 2004-03-24 Sebastien Pouliot <[email protected]>
  2. * AssemblyBuilderTest.cs: Added new tests to build strongnamed
  3. assemblies.
  4. 2004-03-22 Zoltan Varga <[email protected]>
  5. * CustomAttributeBuilderTest.cs: Call GetCustomAttributes with false
  6. so custom attributes on Object do not screw the results.
  7. 2004-03-15 Nick Drochak <[email protected]>
  8. * CustomAttributeBuilderTest.cs: Force test to pass if we are running
  9. on version 1.1 of the CLR. That version does not throw the exception.
  10. 2004-03-09 Jackson Harper <[email protected]>
  11. * AssemblyBuilderAccessTest.cs:
  12. * CustomAttributeBuilderTest.cs: New test cases
  13. from [email protected].
  14. 2004-02-16 Zoltan Varga <[email protected]>
  15. * MethodBuilderTest.cs: Fix test so it runs under MS.
  16. * TypeBuilderTest.cs: Add some tests.
  17. 2004-02-11 Zoltan Varga <[email protected]>
  18. * MethodBuilderTest.cs: Add tests for parameter info.
  19. 2004-01-27 Zoltan Varga <[email protected]>
  20. * AssemblyBuilderTest.cs (TestCustomAttributes): Remove
  21. KeyFileAttribute from the test, since it must point to a valid keyfile.
  22. 2004-01-09 Nick Drochak <[email protected]>
  23. * TypeBuilderTest.cs (TestEnums): Fix build with csc.
  24. 2004-01-07 Zoltan Varga <[email protected]>
  25. * TypeBuilderTest.cs (IsDefined): Comment out this test, since
  26. IsDefined works under mono.
  27. * TypeBuilderTest.cs (TestEnums): New test for using runtime generated
  28. enums.
  29. 2003-12-17 Nick Drochak <[email protected]>
  30. * ModuleBuilderTest.cs: Shorten the path, there's a 260-or-so character
  31. limit for the path name.
  32. 2003-12-15 Zoltan Varga <[email protected]>
  33. * MethodBuilderTest.cs ConstructorBuilderTest.cs: Add tests for
  34. AddDeclarativeSecurity.
  35. 2003-11-17 Zoltan Varga <[email protected]>
  36. * ConstructorBuilderTest.cs (TestAttributes): Make this test more
  37. general so it runs on mono too.
  38. 2003-07-11 Zoltan Varga <[email protected]>
  39. * ModuleBuilderTest.cs: Added tests for IsTransient ().
  40. * ModuleBuilderTest.cs: Added tests for DefineDocument ().
  41. * AssemblyBuilderTest.cs: Added error handling tests.
  42. 2003-06-30 Zoltan Varga <[email protected]>
  43. * MethodBuilderTest.cs (TestReturnType): Make test more general so
  44. it works both on Mono and MS.NET.
  45. 2003-06-15 Zoltan Varga <[email protected]>
  46. * EventBuilderTest.cs: New file.
  47. * PropertyBuilderTest.cs: New file.
  48. 2003-05-28 Nick Drochak <[email protected]>
  49. * MethodBuilderTest: correct order of expected and actual values.
  50. 2003-05-21 Zoltan Varga <[email protected]>
  51. * ModuleBuilderTest.cs: New file.
  52. 2003-05-20 Zoltan Varga <[email protected]>
  53. * TypeBuilderTest.cs: More tests.
  54. 2003-05-19 Zoltan Varga <[email protected]>
  55. * AssemblyBuilderTest.cs: More tests.
  56. 2003-05-12 Zoltan Varga <[email protected]>
  57. * MethodBuilderTest.cs: Comment out test which fails because of a mono
  58. extension to DefineParameter.
  59. 2003-02-13 Zoltan Varga <[email protected]>
  60. * AssemblyBuilderTest.cs: New file.
  61. 2003-02-12 Zoltan Varga <[email protected]>
  62. * MethodBuilderTest.cs: Added test for setting MethodImplAttributes
  63. using a custom attribute.
  64. 2003-02-10 Zoltan Varga <[email protected]>
  65. * ConstructorBuilderTest.cs: added SetCustomAttribute() tests.
  66. * MethodBuilderTest.cs: updated to NUNIT2 conventions.
  67. * ConstructorBuilderTest.cs: New file.
  68. 2003-02-09 Zoltan Varga <[email protected]>
  69. * TypeBuilderTest.cs: Added lots of new tests.
  70. 2003-02-08 Zoltan Varga <[email protected]>
  71. * TypeBuilderTest.cs: New file.
  72. * MethodBuilderTest.cs ChangeLog: New files.