ChangeLog 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. 2005-01-28 Sebastien Pouliot <[email protected]>
  2. * AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false)
  3. attribute as it wasn't required (and gives a compilation warning).
  4. 2005-01-23 Nick Drochak <[email protected]>
  5. * ModuleTest.cs: Long path names gives Windows fits.
  6. 2005-01-19 Zoltan Varga <[email protected]>
  7. * MethodInfoTest.cs: Add tests for GetMethodBody.
  8. 2005-01-16 Nick Drochak <[email protected]>
  9. * AssemblyTest.cs: Try loading assembly from .NET tests and mono tests
  10. 2004-11-05 Zoltan Varga <[email protected]>
  11. * AssemblyTest.cs: Reenable GetFiles (true) test. Add a LoadWithPartialName () test.
  12. * MethodInfoTest.cs: Add test for byref parameters to Invoke ().
  13. 2004-09-26 Zoltan Varga <[email protected]>
  14. * FieldInfoTest.cs: Add tests for MarshalAsAttribute.
  15. * ParameterInfoTest.cs: Add tests for MarshalAsAttribute.
  16. * FieldInfoTest.cs: Add tests for FieldOffsetAttribute.
  17. * FieldInfoTest.cs: New file.
  18. * MethodInfoTest.cs: Add tests for PreserveSigAttribute.
  19. * MethodInfoTest.cs: New file.
  20. 2004-09-25 Zoltan Varga <[email protected]>
  21. * ParameterInfoTest.cs: New file.
  22. 2004-09-22 Zoltan Varga <[email protected]>
  23. * ModuleTest.cs: Add tests for NET 2.0 ResolveXXX methods.
  24. 2004-09-20 Zoltan Varga <[email protected]>
  25. * AssemblyTest.cs: Add tests for MetadataToken and ManifestModule.
  26. 2004-08-29 Nick Drochak <[email protected]>
  27. * BinderTests.cs: Make tests pass on MS.NET 1.1.
  28. 2004-08-09 Sebastien Pouliot <[email protected]>
  29. * AssemblyTest.cs: Added new tests for 1.1 and 2.0 features. Converted
  30. existing tests to NUnit 2.2.
  31. 2004-07-03 Zoltan Varga <[email protected]>
  32. * ModuleTest.cs: New tests for FindTypes.
  33. 2004-06-10 Lluis Sanchez <[email protected]>
  34. * AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
  35. empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys.
  36. Added messages to the assertions.
  37. 2004-06-09 Gert Driesen <[email protected]>
  38. * AssemblyNameTests.cs: added tests for AssemblyName.FullName
  39. and serialization of AssemblyName, converted tests to use Assert
  40. class
  41. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  42. * BinderTests.cs: added test for null type in the argument list.
  43. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  44. * BinderTests.cs: one more test for matching a single property. Adapted
  45. to nunit 2.2 style.
  46. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  47. * BinderTests.cs: added more indexers and more SelectProperty tests.
  48. 2003-05-20 Sebastien Pouliot <[email protected]>
  49. * StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required
  50. for new nunit).
  51. 2004-05-18 Gert Driesen ([email protected])
  52. * PropertyInfoTest.cs: New file. Added test for
  53. bug #58661.
  54. 2004-05-13 Gonzalo Paniagua Javier <[email protected]>
  55. * BinderTests.cs: New file.
  56. 2003-04-06 Sebastien Pouliot <[email protected]>
  57. * StrongNameKeyPairTest.cs: Added test case for ECMA "key".
  58. 2003-03-24 Sebastien Pouliot <[email protected]>
  59. * StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
  60. unneeded code and false comments (too much copy-n-paste).
  61. 2003-03-09 Jackson Harper <[email protected]>
  62. * AssemblyAlgorithmIdAttributeTest.cs:
  63. * AssemblyConfigurationAttributeTest.cs:
  64. * AssemblyCopyrightAttributeTest.cs:
  65. * AssemblyCultureAttributeTest.cs:
  66. * AssemblyDelaySignAttributeTest.cs:
  67. * AssemblyDescriptionAttributeTest.cs:
  68. * AssemblyFileVersionAttributeTest.cs:
  69. * AssemblyInformationalVersionAttributeTest.cs: New test cases
  70. from [email protected].
  71. 2003-11-24 Zoltan Varga <[email protected]>
  72. * ModuleTest.cs: Make the assembly name unique to fix the GlobalData
  73. test.
  74. 2003-11-17 Zoltan Varga <[email protected]>
  75. * ModuleTest.cs: Fix temp folder path
  76. 2003-10-17 Zoltan Varga <[email protected]>
  77. * AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
  78. CultureInfo, Version and HashAlgorithm properties.
  79. 2003-09-30 Zoltan Varga <[email protected]>
  80. * AssemblyTest.cs (TestGetType): New regression test for #49114.
  81. 2003-05-21 Zoltan Varga <[email protected]>
  82. * ModuleTest.cs: New file.
  83. 2003-05-13 Gonzalo Paniagua Javier <[email protected]>
  84. * AssemblyTest.cs: New file.
  85. 2002-12-30 Sebastien Pouliot <[email protected]>
  86. * AssemblyNameTest.cs: Added test for FullName (null cultureinfo).
  87. 2002-12-23 Sebastien Pouliot <[email protected]>
  88. * AssemblyNameTest.cs: Added test for non-signed assembly (which
  89. returns an empty array - i.e. not null like an empty assembly).
  90. 2002-12-21 Nick Drochak <[email protected]>
  91. * all: make tests build and run under nunit2
  92. 2002-12-08 Sebastien Pouliot <[email protected]>
  93. * AllTests.cs: Added test suites for AssemblyName and
  94. StrongNameKeyPair.
  95. * AssemblyNameTest.cs: New. Test suite for AssemblyName.
  96. * StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.