ChangeLog 10 KB

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