ChangeLog 13 KB

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