ChangeLog 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 2004-03-19 David Sheldon <[email protected]>
  2. * ThreadTest.cs: Removed Ignore attributes from
  3. CurrentPrincipal_PrincipalPolicy_NoPrincipal and
  4. CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
  5. Now that bug 54041 is fixed, and they wont livelock.
  6. 2004-02-05 Sebastien Pouliot <[email protected]>
  7. * ThreadTest.cs: Added unit tests for CurrentPrincipal.
  8. 2003-01-28 Nick Drochak <[email protected]>
  9. * MutexTest.cs: Ignore tests that hang mono.
  10. * ThreadTest.cs: Ignore tests that hang mono.
  11. 2003/01/23 Nick Drochak <[email protected]>
  12. * ThreadTest.cs: Test for alternate possibilities
  13. 2003-01-13 Nick Drochak <[email protected]>
  14. * MutexTest.cs: Disable some tests that case unhandled exceptions
  15. on MS.NET.
  16. 2002-12-21 Nick Drochak <[email protected]>
  17. * all: make tests build and run under nunit2
  18. 2002-11-29 Eduardo Garcia Cebollero <[email protected]>
  19. * MutexTest.cs : New suite for Mutex.
  20. 2002-11-23 Eduardo Garcia Cebollero <[email protected]>
  21. * ThreadTest.cs : New suite for Thread.
  22. * AllTests.cs : Add the new suite.