ChangeLog 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. 2004-09-25 Zoltan Varga <[email protected]>
  2. * ParameterInfoTest.cs: New file.
  3. 2004-09-22 Zoltan Varga <[email protected]>
  4. * ModuleTest.cs: Add tests for NET 2.0 ResolveXXX methods.
  5. 2004-09-20 Zoltan Varga <[email protected]>
  6. * AssemblyTest.cs: Add tests for MetadataToken and ManifestModule.
  7. 2004-08-29 Nick Drochak <[email protected]>
  8. * BinderTests.cs: Make tests pass on MS.NET 1.1.
  9. 2004-08-09 Sebastien Pouliot <[email protected]>
  10. * AssemblyTest.cs: Added new tests for 1.1 and 2.0 features. Converted
  11. existing tests to NUnit 2.2.
  12. 2004-07-03 Zoltan Varga <[email protected]>
  13. * ModuleTest.cs: New tests for FindTypes.
  14. 2004-06-10 Lluis Sanchez <[email protected]>
  15. * AssemblyNameTest.cs: AssertEqualsByteArrays(): don't crash if arrays are
  16. empty. TestSerialization(): Use AssertEqualsByteArrays to compare keys.
  17. Added messages to the assertions.
  18. 2004-06-09 Gert Driesen <[email protected]>
  19. * AssemblyNameTests.cs: added tests for AssemblyName.FullName
  20. and serialization of AssemblyName, converted tests to use Assert
  21. class
  22. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  23. * BinderTests.cs: added test for null type in the argument list.
  24. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  25. * BinderTests.cs: one more test for matching a single property. Adapted
  26. to nunit 2.2 style.
  27. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  28. * BinderTests.cs: added more indexers and more SelectProperty tests.
  29. 2003-05-20 Sebastien Pouliot <[email protected]>
  30. * StrongNameKeyPairTest.cs: SetUp (renamed) is now public (required
  31. for new nunit).
  32. 2004-05-18 Gert Driesen ([email protected])
  33. * PropertyInfoTest.cs: New file. Added test for
  34. bug #58661.
  35. 2004-05-13 Gonzalo Paniagua Javier <[email protected]>
  36. * BinderTests.cs: New file.
  37. 2003-04-06 Sebastien Pouliot <[email protected]>
  38. * StrongNameKeyPairTest.cs: Added test case for ECMA "key".
  39. 2003-03-24 Sebastien Pouliot <[email protected]>
  40. * StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
  41. unneeded code and false comments (too much copy-n-paste).
  42. 2003-03-09 Jackson Harper <[email protected]>
  43. * AssemblyAlgorithmIdAttributeTest.cs:
  44. * AssemblyConfigurationAttributeTest.cs:
  45. * AssemblyCopyrightAttributeTest.cs:
  46. * AssemblyCultureAttributeTest.cs:
  47. * AssemblyDelaySignAttributeTest.cs:
  48. * AssemblyDescriptionAttributeTest.cs:
  49. * AssemblyFileVersionAttributeTest.cs:
  50. * AssemblyInformationalVersionAttributeTest.cs: New test cases
  51. from [email protected].
  52. 2003-11-24 Zoltan Varga <[email protected]>
  53. * ModuleTest.cs: Make the assembly name unique to fix the GlobalData
  54. test.
  55. 2003-11-17 Zoltan Varga <[email protected]>
  56. * ModuleTest.cs: Fix temp folder path
  57. 2003-10-17 Zoltan Varga <[email protected]>
  58. * AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
  59. CultureInfo, Version and HashAlgorithm properties.
  60. 2003-09-30 Zoltan Varga <[email protected]>
  61. * AssemblyTest.cs (TestGetType): New regression test for #49114.
  62. 2003-05-21 Zoltan Varga <[email protected]>
  63. * ModuleTest.cs: New file.
  64. 2003-05-13 Gonzalo Paniagua Javier <[email protected]>
  65. * AssemblyTest.cs: New file.
  66. 2002-12-30 Sebastien Pouliot <[email protected]>
  67. * AssemblyNameTest.cs: Added test for FullName (null cultureinfo).
  68. 2002-12-23 Sebastien Pouliot <[email protected]>
  69. * AssemblyNameTest.cs: Added test for non-signed assembly (which
  70. returns an empty array - i.e. not null like an empty assembly).
  71. 2002-12-21 Nick Drochak <[email protected]>
  72. * all: make tests build and run under nunit2
  73. 2002-12-08 Sebastien Pouliot <[email protected]>
  74. * AllTests.cs: Added test suites for AssemblyName and
  75. StrongNameKeyPair.
  76. * AssemblyNameTest.cs: New. Test suite for AssemblyName.
  77. * StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.