ChangeLog 837 B

123456789101112131415161718192021222324252627282930
  1. 2004-02-05 Sebastien Pouliot <[email protected]>
  2. * ThreadTest.cs: Added unit tests for CurrentPrincipal.
  3. 2003-01-28 Nick Drochak <[email protected]>
  4. * MutexTest.cs: Ignore tests that hang mono.
  5. * ThreadTest.cs: Ignore tests that hang mono.
  6. 2003/01/23 Nick Drochak <[email protected]>
  7. * ThreadTest.cs: Test for alternate possibilities
  8. 2003-01-13 Nick Drochak <[email protected]>
  9. * MutexTest.cs: Disable some tests that case unhandled exceptions
  10. on MS.NET.
  11. 2002-12-21 Nick Drochak <[email protected]>
  12. * all: make tests build and run under nunit2
  13. 2002-11-29 Eduardo Garcia Cebollero <[email protected]>
  14. * MutexTest.cs : New suite for Mutex.
  15. 2002-11-23 Eduardo Garcia Cebollero <[email protected]>
  16. * ThreadTest.cs : New suite for Thread.
  17. * AllTests.cs : Add the new suite.