ChangeLog 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. 2003-04-06 Sebastien Pouliot <[email protected]>
  2. * StrongNameKeyPairTest.cs: Added test case for ECMA "key".
  3. 2003-03-24 Sebastien Pouliot <[email protected]>
  4. * StrongNameKeyPairTest.cs: Converted to NUnit2 format. Removed
  5. unneeded code and false comments (too much copy-n-paste).
  6. 2003-03-09 Jackson Harper <[email protected]>
  7. * AssemblyAlgorithmIdAttributeTest.cs:
  8. * AssemblyConfigurationAttributeTest.cs:
  9. * AssemblyCopyrightAttributeTest.cs:
  10. * AssemblyCultureAttributeTest.cs:
  11. * AssemblyDelaySignAttributeTest.cs:
  12. * AssemblyDescriptionAttributeTest.cs:
  13. * AssemblyFileVersionAttributeTest.cs:
  14. * AssemblyInformationalVersionAttributeTest.cs: New test cases
  15. from [email protected].
  16. 2003-11-24 Zoltan Varga <[email protected]>
  17. * ModuleTest.cs: Make the assembly name unique to fix the GlobalData
  18. test.
  19. 2003-11-17 Zoltan Varga <[email protected]>
  20. * ModuleTest.cs: Fix temp folder path
  21. 2003-10-17 Zoltan Varga <[email protected]>
  22. * AssemblyNameTest.cs: Convert to Nunit2 format, add tests for
  23. CultureInfo, Version and HashAlgorithm properties.
  24. 2003-09-30 Zoltan Varga <[email protected]>
  25. * AssemblyTest.cs (TestGetType): New regression test for #49114.
  26. 2003-05-21 Zoltan Varga <[email protected]>
  27. * ModuleTest.cs: New file.
  28. 2003-05-13 Gonzalo Paniagua Javier <[email protected]>
  29. * AssemblyTest.cs: New file.
  30. 2002-12-30 Sebastien Pouliot <[email protected]>
  31. * AssemblyNameTest.cs: Added test for FullName (null cultureinfo).
  32. 2002-12-23 Sebastien Pouliot <[email protected]>
  33. * AssemblyNameTest.cs: Added test for non-signed assembly (which
  34. returns an empty array - i.e. not null like an empty assembly).
  35. 2002-12-21 Nick Drochak <[email protected]>
  36. * all: make tests build and run under nunit2
  37. 2002-12-08 Sebastien Pouliot <[email protected]>
  38. * AllTests.cs: Added test suites for AssemblyName and
  39. StrongNameKeyPair.
  40. * AssemblyNameTest.cs: New. Test suite for AssemblyName.
  41. * StrongNameKeyPairTest.cs: New. Test suite for StrongNameKeyPair.