ChangeLog 1.7 KB

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