ChangeLog 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. 2005-04-28 Sebastien Pouliot <[email protected]>
  2. * AssemblyCas.cs: New. CAS unit tests for Assembly.
  3. 2005-04-27 Sebastien Pouliot <[email protected]>
  4. * AssemblyTest.cs: Updated NET_2_0 tests to check for v2.0.50215
  5. (beta2).
  6. 2005-04-14 Sebastien Pouliot <[email protected]>
  7. * AssemblyTest.cs: Added tests for GetObjectData (null) and
  8. GetReferencedAssemblies (no codebase returned) methods.
  9. 2005-04-08 Raja R Harinath <[email protected]>
  10. * FieldInfoTest.cs (RefOnlyFieldClass): Rename from RefOnlyClass.
  11. * MethodInfoTest.cs (RefOnlyMethodClass): Rename from RefOnlyClass.
  12. 2005-04-08 Carlos Alberto Cortez <[email protected]>
  13. * AssemblyTest.cs: Added tests for ReflectionOnly support.
  14. * MethodInfoTest.cs: Added test for Reflection Only support.
  15. * FieldInfoTest.cs: Added tests for ReflectionOnly support.
  16. 2005-04-04 Sebastien Pouliot <[email protected]>
  17. * AssemblyNameTest.cs: Added tests for Clone and serialization without
  18. a strongname.
  19. * AssemblyNameCas.cs: New. CAS unit tests for AssemblyName.
  20. * StrongNameKeyPairTest.cs: Little changes to make it easier to reuse
  21. in CAS tests.
  22. * StrongNameKeyPairCas.cs: New. CAS unit tests for StrongNameKeyPair.
  23. 2005-04-04 Sebastien Pouliot <[email protected]>
  24. * AssemblyNameTest.cs: Add test for ArgumentNullException on
  25. GetObjectData. Made existing tests more nunit2.2 like.
  26. * ModuleCas.cs: Added new tests for FullyQualifiedName and Name
  27. properties.
  28. * ModuleTest.cs: Add test for ArgumentNullException on GetObjectData.
  29. 2005-03-24 Sebastien Pouliot <[email protected]>
  30. * ModuleCas.cs: New. CAS unit tests for Module.
  31. 2005-03-01 Zoltan Varga <[email protected]>
  32. * MethodInfoTest.cs: Disable code causing mcs to fail.
  33. 2005-01-28 Sebastien Pouliot <[email protected]>
  34. * AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false)
  35. attribute as it wasn't required (and gives a compilation warning).
  36. 2005-01-23 Nick Drochak <[email protected]>
  37. * ModuleTest.cs: Long path names gives Windows fits.
  38. 2005-01-19 Zoltan Varga <[email protected]>
  39. * MethodInfoTest.cs: Add tests for GetMethodBody.
  40. 2005-01-16 Nick Drochak <[email protected]>
  41. * AssemblyTest.cs: Try loading assembly from .NET tests and mono tests
  42. 2004-11-05 Zoltan Varga <[email protected]>
  43. * AssemblyTest.cs: Reenable GetFiles (true) test. Add a LoadWithPartialName () test.
  44. * MethodInfoTest.cs: Add test for byref parameters to Invoke ().
  45. 2004-09-26 Zoltan Varga <[email protected]>
  46. * FieldInfoTest.cs: Add tests for MarshalAsAttribute.
  47. * ParameterInfoTest.cs: Add tests for MarshalAsAttribute.
  48. * FieldInfoTest.cs: Add tests for FieldOffsetAttribute.
  49. * FieldInfoTest.cs: New file.
  50. * MethodInfoTest.cs: Add tests for PreserveSigAttribute.
  51. * MethodInfoTest.cs: New file.
  52. 2004-09-25 Zoltan Varga <[email protected]>
  53. * ParameterInfoTest.cs: New file.
  54. 2004-09-22 Zoltan Varga <[email protected]>
  55. * ModuleTest.cs: Add tests for NET 2.0 ResolveXXX methods.
  56. 2004-09-20 Zoltan Varga <[email protected]>
  57. * AssemblyTest.cs: Add tests for MetadataToken and ManifestModule.
  58. 2004-08-29 Nick Drochak <[email protected]>
  59. * BinderTests.cs: Make tests pass on MS.NET 1.1.
  60. 2004-08-09 Sebastien Pouliot <[email protected]>
  61. * AssemblyTest.cs: Added new tests for 1.1 and 2.0 features. Converted
  62. existing tests to NUnit 2.2.
  63. 2004-07-03 Zoltan Varga <[email protected]>
  64. * ModuleTest.cs: New tests for FindTypes.
  65. 2004-06-10 Lluis Sanchez <[email protected]>
  66. * AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
  67. empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys.
  68. Added messages to the assertions.
  69. 2004-06-09 Gert Driesen <[email protected]>
  70. * AssemblyNameTests.cs: added tests for AssemblyName.FullName
  71. and serialization of AssemblyName, converted tests to use Assert
  72. class
  73. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  74. * BinderTests.cs: added test for null type in the argument list.
  75. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  76. * BinderTests.cs: one more test for matching a single property. Adapted
  77. to nunit 2.2 style.
  78. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  79. * BinderTests.cs: added more indexers and more SelectProperty tests.
  80. 2003-05-20 Sebastien Pouliot <[email protected]>
  81. * StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required
  82. for new nunit).
  83. 2004-05-18 Gert Driesen ([email protected])
  84. * PropertyInfoTest.cs: New file. Added test for
  85. bug #58661.
  86. 2004-05-13 Gonzalo Paniagua Javier <[email protected]>
  87. * BinderTests.cs: New file.
  88. 2003-04-06 Sebastien Pouliot <[email protected]>
  89. * StrongNameKeyPairTest.cs: Added test case for ECMA "key".
  90. 2003-03-24 Sebastien Pouliot <[email protected]>
  91. * StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
  92. unneeded code and false comments (too much copy-n-paste).
  93. 2003-03-09 Jackson Harper <[email protected]>
  94. * AssemblyAlgorithmIdAttributeTest.cs:
  95. * AssemblyConfigurationAttributeTest.cs:
  96. * AssemblyCopyrightAttributeTest.cs:
  97. * AssemblyCultureAttributeTest.cs:
  98. * AssemblyDelaySignAttributeTest.cs:
  99. * AssemblyDescriptionAttributeTest.cs:
  100. * AssemblyFileVersionAttributeTest.cs:
  101. * AssemblyInformationalVersionAttributeTest.cs: New test cases
  102. from [email protected].
  103. 2003-11-24 Zoltan Varga <[email protected]>
  104. * ModuleTest.cs: Make the assembly name unique to fix the GlobalData
  105. test.
  106. 2003-11-17 Zoltan Varga <[email protected]>
  107. * ModuleTest.cs: Fix temp folder path
  108. 2003-10-17 Zoltan Varga <[email protected]>
  109. * AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
  110. CultureInfo, Version and HashAlgorithm properties.
  111. 2003-09-30 Zoltan Varga <[email protected]>
  112. * AssemblyTest.cs (TestGetType): New regression test for #49114.
  113. 2003-05-21 Zoltan Varga <[email protected]>
  114. * ModuleTest.cs: New file.
  115. 2003-05-13 Gonzalo Paniagua Javier <[email protected]>
  116. * AssemblyTest.cs: New file.
  117. 2002-12-30 Sebastien Pouliot <[email protected]>
  118. * AssemblyNameTest.cs: Added test for FullName (null cultureinfo).
  119. 2002-12-23 Sebastien Pouliot <[email protected]>
  120. * AssemblyNameTest.cs: Added test for non-signed assembly (which
  121. returns an empty array - i.e. not null like an empty assembly).
  122. 2002-12-21 Nick Drochak <[email protected]>
  123. * all: make tests build and run under nunit2
  124. 2002-12-08 Sebastien Pouliot <[email protected]>
  125. * AllTests.cs: Added test suites for AssemblyName and
  126. StrongNameKeyPair.
  127. * AssemblyNameTest.cs: New. Test suite for AssemblyName.
  128. * StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.