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