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