ChangeLog 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. 2005-06-14 Sebastien Pouliot <[email protected]>
  2. * AssemblyNameCas.cs: Removed execution of AssemblyNameTest.Self as it
  3. is now NotWorking.
  4. 2005-06-13 Sebastien Pouliot <[email protected]>
  5. * AssemblyNameTest.cs: "Fixed" tests so they execute without errors on
  6. both Fx 1.1 SP1 and Fx 2.0 beta 2. Added corresponding NotWorking.
  7. 2005-06-13 Sebastien Pouliot <[email protected]>
  8. * AssemblyNameTest.cs: Added distinctive names for all asserts in
  9. Version. Changed Self to NotWorking as other cases returns null. It
  10. will re-activated once we know the logic behind it.
  11. 2005-06-07 Carlos Alberto Cortez <[email protected]>
  12. * AssemblyNameTest.cs: Added tests to Version method,
  13. in order to do additional checks with AssemblyBuilder
  14. version.
  15. 2005-06-07 Gonzalo Paniagua Javier <[email protected]>
  16. * AssemblyTest.cs: put back GetEntryAssembly, but this one is working.
  17. 2005-06-06 Sebastien Pouliot <[email protected]>
  18. * AssemblyTest.cs: Removed asserts using PortableExecutableKind -
  19. because (1) it was renamed to PortableExecutableKinds *and* (2)
  20. it's documented as obsolete and will be removed for 2.0 RTM.
  21. 2005-06-06 Zoltan Varga <[email protected]>
  22. * MethodInfoTest.cs: Disable pseudo custom attribute test.
  23. 2005-06-05 Gert Driesen <[email protected]>
  24. * AssemblyTest.cs: Enabled test for bug #74958.
  25. 2005-05-27 Zoltan Varga <[email protected]>
  26. * MethodInfoTest.cs: Reenable the pseudo attribute test.
  27. 2005-05-25 Zoltan Varga <[email protected]>
  28. * TypeDelegatorTest.cs: New file.
  29. * MethodInfoTest.cs: Add a test for bug #75029.
  30. 2005-05-20 Gert Driesen <[email protected]>
  31. * AssemblyTest.cs: Allow test for bug #74958 to pass on .NET 2.0
  32. Beta 2.
  33. 2005-05-15 Gert Driesen <[email protected]>
  34. * AssemblyTest.cs: Added (ignored) test case for bug #74958.
  35. 2005-05-07 Ben Maurer <[email protected]>
  36. * EventInfoTest.cs: New file. Has a test case for #64191.
  37. 2005-05-02 Sebastien Pouliot <[email protected]>
  38. * AssemblyTest.cs, FieldInfoTest.cs, MethodInfoTest.cs: Disabled
  39. ReflectionOnly tests as they break every tests afterward. Calberto
  40. is looking for the problem...
  41. 2005-04-28 Sebastien Pouliot <[email protected]>
  42. * AssemblyCas.cs: New. CAS unit tests for Assembly.
  43. 2005-04-27 Sebastien Pouliot <[email protected]>
  44. * AssemblyTest.cs: Updated NET_2_0 tests to check for v2.0.50215
  45. (beta2).
  46. 2005-04-14 Sebastien Pouliot <[email protected]>
  47. * AssemblyTest.cs: Added tests for GetObjectData (null) and
  48. GetReferencedAssemblies (no codebase returned) methods.
  49. 2005-04-08 Raja R Harinath <[email protected]>
  50. * FieldInfoTest.cs (RefOnlyFieldClass): Rename from RefOnlyClass.
  51. * MethodInfoTest.cs (RefOnlyMethodClass): Rename from RefOnlyClass.
  52. 2005-04-08 Carlos Alberto Cortez <[email protected]>
  53. * AssemblyTest.cs: Added tests for ReflectionOnly support.
  54. * MethodInfoTest.cs: Added test for Reflection Only support.
  55. * FieldInfoTest.cs: Added tests for ReflectionOnly support.
  56. 2005-04-04 Sebastien Pouliot <[email protected]>
  57. * AssemblyNameTest.cs: Added tests for Clone and serialization without
  58. a strongname.
  59. * AssemblyNameCas.cs: New. CAS unit tests for AssemblyName.
  60. * StrongNameKeyPairTest.cs: Little changes to make it easier to reuse
  61. in CAS tests.
  62. * StrongNameKeyPairCas.cs: New. CAS unit tests for StrongNameKeyPair.
  63. 2005-04-04 Sebastien Pouliot <[email protected]>
  64. * AssemblyNameTest.cs: Add test for ArgumentNullException on
  65. GetObjectData. Made existing tests more nunit2.2 like.
  66. * ModuleCas.cs: Added new tests for FullyQualifiedName and Name
  67. properties.
  68. * ModuleTest.cs: Add test for ArgumentNullException on GetObjectData.
  69. 2005-03-24 Sebastien Pouliot <[email protected]>
  70. * ModuleCas.cs: New. CAS unit tests for Module.
  71. 2005-03-01 Zoltan Varga <[email protected]>
  72. * MethodInfoTest.cs: Disable code causing mcs to fail.
  73. 2005-01-28 Sebastien Pouliot <[email protected]>
  74. * AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false)
  75. attribute as it wasn't required (and gives a compilation warning).
  76. 2005-01-23 Nick Drochak <[email protected]>
  77. * ModuleTest.cs: Long path names gives Windows fits.
  78. 2005-01-19 Zoltan Varga <[email protected]>
  79. * MethodInfoTest.cs: Add tests for GetMethodBody.
  80. 2005-01-16 Nick Drochak <[email protected]>
  81. * AssemblyTest.cs: Try loading assembly from .NET tests and mono tests
  82. 2004-11-05 Zoltan Varga <[email protected]>
  83. * AssemblyTest.cs: Reenable GetFiles (true) test. Add a LoadWithPartialName () test.
  84. * MethodInfoTest.cs: Add test for byref parameters to Invoke ().
  85. 2004-09-26 Zoltan Varga <[email protected]>
  86. * FieldInfoTest.cs: Add tests for MarshalAsAttribute.
  87. * ParameterInfoTest.cs: Add tests for MarshalAsAttribute.
  88. * FieldInfoTest.cs: Add tests for FieldOffsetAttribute.
  89. * FieldInfoTest.cs: New file.
  90. * MethodInfoTest.cs: Add tests for PreserveSigAttribute.
  91. * MethodInfoTest.cs: New file.
  92. 2004-09-25 Zoltan Varga <[email protected]>
  93. * ParameterInfoTest.cs: New file.
  94. 2004-09-22 Zoltan Varga <[email protected]>
  95. * ModuleTest.cs: Add tests for NET 2.0 ResolveXXX methods.
  96. 2004-09-20 Zoltan Varga <[email protected]>
  97. * AssemblyTest.cs: Add tests for MetadataToken and ManifestModule.
  98. 2004-08-29 Nick Drochak <[email protected]>
  99. * BinderTests.cs: Make tests pass on MS.NET 1.1.
  100. 2004-08-09 Sebastien Pouliot <[email protected]>
  101. * AssemblyTest.cs: Added new tests for 1.1 and 2.0 features. Converted
  102. existing tests to NUnit 2.2.
  103. 2004-07-03 Zoltan Varga <[email protected]>
  104. * ModuleTest.cs: New tests for FindTypes.
  105. 2004-06-10 Lluis Sanchez <[email protected]>
  106. * AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
  107. empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys.
  108. Added messages to the assertions.
  109. 2004-06-09 Gert Driesen <[email protected]>
  110. * AssemblyNameTests.cs: added tests for AssemblyName.FullName
  111. and serialization of AssemblyName, converted tests to use Assert
  112. class
  113. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  114. * BinderTests.cs: added test for null type in the argument list.
  115. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  116. * BinderTests.cs: one more test for matching a single property. Adapted
  117. to nunit 2.2 style.
  118. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  119. * BinderTests.cs: added more indexers and more SelectProperty tests.
  120. 2003-05-20 Sebastien Pouliot <[email protected]>
  121. * StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required
  122. for new nunit).
  123. 2004-05-18 Gert Driesen ([email protected])
  124. * PropertyInfoTest.cs: New file. Added test for
  125. bug #58661.
  126. 2004-05-13 Gonzalo Paniagua Javier <[email protected]>
  127. * BinderTests.cs: New file.
  128. 2003-04-06 Sebastien Pouliot <[email protected]>
  129. * StrongNameKeyPairTest.cs: Added test case for ECMA "key".
  130. 2003-03-24 Sebastien Pouliot <[email protected]>
  131. * StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
  132. unneeded code and false comments (too much copy-n-paste).
  133. 2003-03-09 Jackson Harper <[email protected]>
  134. * AssemblyAlgorithmIdAttributeTest.cs:
  135. * AssemblyConfigurationAttributeTest.cs:
  136. * AssemblyCopyrightAttributeTest.cs:
  137. * AssemblyCultureAttributeTest.cs:
  138. * AssemblyDelaySignAttributeTest.cs:
  139. * AssemblyDescriptionAttributeTest.cs:
  140. * AssemblyFileVersionAttributeTest.cs:
  141. * AssemblyInformationalVersionAttributeTest.cs: New test cases
  142. from [email protected].
  143. 2003-11-24 Zoltan Varga <[email protected]>
  144. * ModuleTest.cs: Make the assembly name unique to fix the GlobalData
  145. test.
  146. 2003-11-17 Zoltan Varga <[email protected]>
  147. * ModuleTest.cs: Fix temp folder path
  148. 2003-10-17 Zoltan Varga <[email protected]>
  149. * AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
  150. CultureInfo, Version and HashAlgorithm properties.
  151. 2003-09-30 Zoltan Varga <[email protected]>
  152. * AssemblyTest.cs (TestGetType): New regression test for #49114.
  153. 2003-05-21 Zoltan Varga <[email protected]>
  154. * ModuleTest.cs: New file.
  155. 2003-05-13 Gonzalo Paniagua Javier <[email protected]>
  156. * AssemblyTest.cs: New file.
  157. 2002-12-30 Sebastien Pouliot <[email protected]>
  158. * AssemblyNameTest.cs: Added test for FullName (null cultureinfo).
  159. 2002-12-23 Sebastien Pouliot <[email protected]>
  160. * AssemblyNameTest.cs: Added test for non-signed assembly (which
  161. returns an empty array - i.e. not null like an empty assembly).
  162. 2002-12-21 Nick Drochak <[email protected]>
  163. * all: make tests build and run under nunit2
  164. 2002-12-08 Sebastien Pouliot <[email protected]>
  165. * AllTests.cs: Added test suites for AssemblyName and
  166. StrongNameKeyPair.
  167. * AssemblyNameTest.cs: New. Test suite for AssemblyName.
  168. * StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.