2009-06-30  Zoltan Varga  <vargaz@gmail.com>

	* DebugTest.cs TextWriterTraceListenerTest.cs: Convert all tests to 
	new-style nunit classes/methods.	

2009-06-25  Zoltan Varga  <vargaz@gmail.com>

	* *.cs: Convert all tests to new-style nunit classes/methods.	

2007-05-11  Gert Driesen  <drieseng@users.sourceforge.net>

	* DebuggerDisplayAttributeTest.cs: Make test forward compatible.
	Replaced Assert.AreEqual null comparison with Assert.IsNull. Replaced
	"" with string.Empty.

2007-05-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* DebuggerDisplayAttributeTest.cs: Added.

2006-07-24  Gert Driesen  <drieseng@users.sourceforge.net>

	* StackFrameTest.cs: Spaces to tabs. Marked tests that fail on Mono
	as NotWorking instead of Ignore. Enabled StackFrameTest2.GetFileName2
	and StackFrameTest3.GetFileName as tests pass on both Mono and .NET.

2005-06-12  Gert Driesen  <drieseng@users.sourceforge.net>

	* StackTraceTest.cs: Mono does not support StraceTrace for
	thread. Test passes on MS.NET 2.x.

2005-03-14  Sebastien Pouliot  <sebastien@ximian.com> 

	* StackFrameCas.cs: Fixed failures under MS for NET_1_1.
	* StackTraceCas.cs: Fixed failures under MS for NET_1_1.

2005-01-28  Sebastien Pouliot  <sebastien@ximian.com> 

	* StackFrameCas.cs: New. Permission tests for StackFrame.
	* StackTraceCas.cs: New. Permission tests for StackTrace.

2004-08-30  Nick Drochak <ndrochak@ieee.com>

	* StackTraceTest.cs: Fix warning.

2004-08-29  Nick Drochak <ndrochak@ieee.com>

	* StackFrameTest.cs : Ignore tests that fail on MS.NET.

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

	* StackFrameTest.cs: Added new unit tests to validate exceptions.
	Converted existing unit tests to NUnit 2.2.

2004-05-30  David Sheldon <dave-mono@earth.li>

	* StackFrameTest.cs: Mark the failures that have been failing
	for months due to bug 45730 as ignored as it doesn't look like
	it will be fixed soon.

2003-10-07  Nick Drochak <ndrochak@gol.com>

	* StackFrameTest.cs: Get tests to pass on .NET 1.1.

2003-08-19  Nick Drochak <ndrochak@gol.com>

	* StackFrameTest.cs: Isolate test failure by making tests finer
	grained.

2003-07-01  Zoltan Varga  <vargaz@freemail.hu>

	* StackFrameTest.cs (TestGetMethod): Remove test for method name, since
	it is not guaranteed to be 'InternalInvoke'.

2003-06-10  Nick Drochak <ndrochak@gol.com>

	* StackFrameTest.cs: More cleanups.  Now *all* tests pass.

2003-06-10  Nick Drochak <ndrochak@gol.com>

	* StackFrameTest.cs: Cleanups.  Now tests pass.

2003-04-17  Nick Drochak  <ndrochak@gol.com>

	* StackFrameTest.cs: Use nunit version 2 style.

2003-01-27  Zoltan Varga  <vargaz@freemail.hu>

	* StackTraceTest.cs: Added test for unthrown exceptions.

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

	* all: make tests build and run under nunit2

2002-06-19  Nick Drochak  <ndrochak@gol.com>

	* AllTests.cs: Add missing test: DebugTest

2002-02-10  Nick Drochak  <ndrochak@gol.com>

	* DebugTest.cs: Put in correct namespace.
	* TextWriterTraceListenerTest.cs: Put in correct namespace.