2003-05-20 Sebastien Pouliot * PublisherIdentityPermissionTest.cs: SetUp is now public (required for new nunit). 2004-01-27 Sebastien Pouliot * FileIOPermissionTest.cs: Converted to NUnit2. Added a test to show a strange behaviour (short/long path) - ignored for now. * FileIOPermissionAttributeTest.cs: Removed GetTempPath from the tests as the introduced failures weren't related to the class (test moved to FileIOPermissionTest.cs). 2003-12-29 Sebastien Pouliot * EnvironmentPermissionAttributeTest.cs: Updated to test default properties, Actions, get for All (1.1) and Unrestricted. * FileDialogPermissionAttributeTest.cs: Updated to test default properties, Actions and Unrestricted. * FileIOPermissionAttributeTest.cs: Updated to test default properties, Actions, get for All (1.1) and Unrestricted. * IsolatedStorageFilePermissionAttributeTest.cs: New. * PermissionSetAttributeTest.cs: New. * PrincipalPermissionAttributeTest.cs: Updated to test default properties, Actions and Unrestricted. * PublisherIdentityPermissionAttributeTest.cs: Updated to test default properties, Actions and Unrestricted. * ReflectionPermissionAttributeTest.cs: Updated to test default properties, Actions and Unrestricted. * RegistryPermissionAttributeTest.cs: New. * SecurityPermissionAttributeTest.cs: New. * SiteIdentityPermissionAttributeTest.cs: New. * StrongNameIdentityPermissionAttributeTest.cs: New. * StrongNamePublicKeyBlobTest.cs: Converted to NUnit2 format. * UIPermissionAttributeTest.cs: New. * UrlIdentityPermissionAttributeTest.cs: New. * ZoneIdentityPermissionAttributeTest.cs: New. 2003-10-21 Nick Drochak * FileIOPermissionAttributeTest.cs: Handle Short File Name vs. Long File Name messiness. This probably needs to be worked on for the tests to work on Linux, etc. 2003-07-01 Sebastien Pouliot * PrincipalPermissionAttributeTest.cs: New. * PrincipalPermissionTest.cs: New. 2003-06-29 Sebastien Pouliot * ReflectionPermissionAttributeTest.cs: New. * ReflectionPermissionTest.cs: New. 2003-06-29 Nick Drochak * FileIOPermissionAttributeTest.cs: Don't use windows path name. 2003-06-28 Sebastien Pouliot * EnvironmentPermissionAttributeTest.cs: New. * EnvironmentPermissionTest.cs: New. * FileDialogPermissionAttributeTest.cs: New. * FileDialogPermissionTest.cs: New. * FileIOPermissionAttributeTest.cs: New. * PublisherIdentityPermissionAttributeTest.cs: New. * PublisherIdentityPermissionTest.cs: New. 2002-12-21 Nick Drochak * all: make tests build and run under nunit2 2002-12-16 Sebastien Pouliot AllTests.cs: Added StrongNamePublicKeyBlobTest suite. StrongNamePublicKeyBlobTest.cs: New. Test suite for StrongNamePublicKeyBlob. 2002-06-18 Nick Drochak * 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 * 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 * FileIOPermissionTest.cs: New File. * AllTests.cs: New File.