2009-10-29  Lluis Sanchez Gual  <lluis@novell.com>

	* NUnitRunner.csproj: Flush.

2009-10-06  Lluis Sanchez Gual  <lluis@novell.com>

	* NUnitTestRunner.cs: The name of inherited tests include the
	  base class name as prefix. That prefix has to be removed.
	  Fixes bug #543772 - derived TestFixtures are visible but not
	  being run.

2009-06-18  Lluis Sanchez Gual  <lluis@novell.com>

	* NUnitTestRunner.cs: In some cases MS.NET can't properly
	  resolve assemblies even if they are already loaded. For
	  example, when deserializing objects from remoting. Added a
	  handler for AssemblyResolve that handle this case.

2009-02-17  Lluis Sanchez Gual  <lluis@novell.com>

	* Makefile.am: Added support for running unit tests using a
	  special execution mode (for example, using the debugger).

2009-02-06 Michael Hutchinson  <mhutchinson@novell.com>

	* Makefile.am: Fix distcheck.

2009-02-06  Lluis Sanchez Gual  <lluis@novell.com>

	* NUnitRunner.mdp:
	* NUnitRunner.csproj: Migrated to MSBuild file format.

