ChangeLog 862 B

12345678910111213141516171819202122232425262728
  1. 2002-12-21 Nick Drochak <[email protected]>
  2. * all: make tests build and run under nunit2
  3. 2002-12-16 Sebastien Pouliot <[email protected]>
  4. AllTests.cs: Added StrongNamePublicKeyBlobTest suite.
  5. StrongNamePublicKeyBlobTest.cs: New. Test suite for
  6. StrongNamePublicKeyBlob.
  7. 2002-06-18 Nick Drochak <[email protected]>
  8. * FileIOPermissionTest.cs: Use Unix paths if it looks like we are not
  9. running the tests on Windows. Need to expand this when we run the
  10. tests on Mac OS's (and others I suppose). Also consolidated some
  11. redundant code.
  12. 2002-02-09 Nick Drochak <[email protected]>
  13. * FileIOPermissionTest.cs: Remove intersect test where it was trying
  14. to intersect a permission with itself. This throws an exception
  15. with mscorlib.
  16. 2002-01-14 Nick Drochak <[email protected]>
  17. * FileIOPermissionTest.cs: New File.
  18. * AllTests.cs: New File.