2004-06-22  Dick Porter <dick@ximian.com>

	* MutexTest.cs: No need to ignore these tests now

	* ThreadTest.cs: You can't Start() a thread that's been aborted.
	Improve state tests.

2004-06-17  Lluis Sanchez Gual <lluis@ximian.com>

	* ThreadTest.cs: Improved test.

2004-06-15  Lluis Sanchez Gual <lluis@ximian.com>

	* TimerTest.cs: Added more tests.
	* ThreadTest.cs: Added new tests for Thread.Suspend.

2004-06-10  Lluis Sanchez Gual <lluis@ximian.com>

	* ThreadTest.cs: Removed Ignore attribute from several threading tests that
	  failed because of Thread.Abort.

2004-05-01  Nick Drochak <ndrochak@gol.com>

	* ThreadTest.cs: Un-ignore some tests that seem to run pretty well
	now.  Getting one failure from these, but at least they run without
	crasing, or trowing some nasty _wapi exception thingy.

2004-04-27  Nick Drochak <ndrochak@ieee.org>

	* ReaderWriterLockTest.cs: Remove compiler warnings.

2004-04-13  Lluis Sanchez Gual <lluis@ximian.com>

	* ReaderWriterLockTest.cs: Added more tests for bugs 55911 and 55909.

2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>

	* ThreadTest.cs: Removed [Ignore] on WindowsPrincipal test. Adjusted
	CurrentPrincipal tests to work on both Windows and Linux.

2004-04-09  Zoltan Varga  <vargaz@freemail.hu>

	* TimerTest.cs: Beginnings of regression tests for the Timer class.

2004-04-07  Lluis Sanchez Gual <lluis@ximian.com>

	* ReaderWriterLockTest.cs: Added one more test.

2004-04-06  Lluis Sanchez Gual <lluis@ximian.com>

	* ReaderWriterLockTest.cs: New tests for System.Threading.ReaderWriterLock.

2004-03-19  David Sheldon <dave-mono@earth.li>

  * ThreadTest.cs: Removed Ignore attributes from 
      CurrentPrincipal_PrincipalPolicy_NoPrincipal and
      CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
    Now that bug 54041 is fixed, and they wont livelock.

2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>

	* ThreadTest.cs: Added unit tests for CurrentPrincipal.

2003-01-28  Nick Drochak <ndrochak@gol.com>

        * MutexTest.cs: Ignore tests that hang mono.
        * ThreadTest.cs: Ignore tests that hang mono.

2003/01/23  Nick Drochak <ndrochak@gol.com>

	* ThreadTest.cs: Test for alternate possibilities

2003-01-13  Nick Drochak  <ndrochak@gol.com>

	* MutexTest.cs: Disable some tests that case unhandled exceptions
	on MS.NET.

2002-12-21  Nick Drochak <ndrochak@gol.com>

	* all: make tests build and run under nunit2

2002-11-29  Eduardo Garcia Cebollero <kiwnix@yahoo.es>

	* MutexTest.cs : New suite for Mutex.
	
2002-11-23  Eduardo Garcia Cebollero <kiwnix@yahoo.es>

	* ThreadTest.cs : New suite for Thread.
	* AllTests.cs : Add the new suite.
