ChangeLog 6.1 KB

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