2005-10-27  Alexandre Rocha Lima e Marcondes  <alexandre@psl-pr.softwarelivre.org>
	* DateAndTimeTest.cs : Added new DateTime parsing tests.
	* FileSystemTest.cs : Removed Windows platform speficic tests.
	* ConversionTest.cs : Implemented Invariant CultureInfo on tests.

2005-10-23  Atsushi Enomoto  <atsushi@ximian.com>
	* StringsTest.cs : it's pretty massive task to just remove problematic
	  lines, so just remove this file.

2005-08-08 Gert Driesen <drieseng@users.sourceforge.net>
	* CollectionTest.cs: Added tests for IList implementation. No longer
	inherit from Assertion. Fixed tests to pass on MS.NET 1.x and 2.0.

2005-08-02 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* StringsTest.cs:
		Implement tests for InStrRev

2004-08-04  Jochen Wezel <jwezel@compumaster.de>
	* StringsTest.cs: reenabled Split and StrComp tests which had been 
		disabled because of compilation trouble in the past
	
2004-06-17  Jambunathan K <kjambunathan@novell.com>
	* FileSystemTest.cs: A few more test cases from Rob Tillie 
	<Rob.Tillie@Student.tUL.EDU>

2004-05-15 Anirban Bhattacharjee <banirban@novell.com>
	* FinancialTest.cs: Tests for Financial class

2004-04-26	Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* DateAndTimeTest.cs:
		Allow some slack for rounding differences on test #TI02

2004-01-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* FileSystemTest.cs:
		Correcting expected exception type in TestDir to match MS' behaviour
	* CollectionTest.cs
		Correcting expected exception type in Exception #E19 to match MS' behaviour
	* DateAndTimeTest.cs:
		Correcting expected WeekDay values for many asserts to match MS' behaviour
		Correcting expected exception type in DateValue "#DV03" to match MS' behaviour
		WeekdayName Test assumed FirstDayOfWeek.System to always be the same, but it is user configurable, 
			test with FirstDayOfWeek.Monday instead
		TimeValue Test wrongly wanted to receive the parsed time as happening today, 
			instead it comes in day 1/1/1 (timescale-zero)
		
2004-01-21  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* Added FileSystemTest.cs:
		Initial tests for FileSystem.Dir function
	* moved sources and this Changelog to correct namespace directory

2003-12-29  Jochen Wezel <jwezel@compumaster.de>

	* Updated StringsTest.cs

2003-12-10  Jochen Wezel <jwezel@compumaster.de>

	* Added StringsTest.cs (needs further work on)

2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
	* CollectionTest.cs ConversionTest.cs DateAndTimeTest.cs
	  Inherited from Assertion and removed 
	  Assertion. prefix from assertions

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

	* makefile.gnu: get the nunit dll from class/lib now.
	* DateAndTimeTest.cs: Ignore test that hangs mono.

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

	* Microsoft.VisualBasic_test.build: use nunit version 2

2003-03-13  Martin Willemoes Hansen <mwh@sysrq.dk>
	* Credited myself in CollectionTest.cs, 
	  ConversionTest.cs and DateAndTimeTest.cs

2003-03-12  Martin Willemoes Hansen <mwh@sysrq.dk>
	* Added makefile.gnu
	* Added microsoftvisualbasic_test.args
	* Removed AllTests.cs not need for NUnit 2.0
	* Updated CollectionTest.cs, ConversionTest.cs and
	  DateAndTimeTest.cs to NUnit 2.0

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

	* DateAndTimeTest.cs: Make tests pass on Windows with .NET

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

	* DateAndTimeTest.cs: Try to set the culture for these tests and see
	if that helps.  All but one works on my machine.
