2003-05-29  Nick Drochak  <ndrochak@gol.com>

	* makefile.gnu: turn on debug since it works now

2003-03-29  Nick Drochak  <ndrochak@gol.com>

	* makefile.gnu: link from where the dll is placed now

2003-03-29  Nick Drochak  <ndrochak@gol.com>

	* BasicOperationsTest.cs: Moved into proper subdir
	* system_linux_test.args: Change path to above file

2003/03/25  Nick Drochak <ndrochak@gol.com>

	* System_test.build: Use nunit2 to run the tests.

2003-03-18  Martin Willemoes Hansen <mwh@sysrq.dk>
	* Removed: Old AllTests.cs files
	* NUnit20ified the tests.

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

	* System_test.build: Fix build.  Need to link with System.Xml.dll

2002-12-20 Jonathan Pryor <jonpryor@vt.edu>

	* makefile.gnu: Add System.Xml.dll to list of referenced assemblies
	* system_linux_test.args: Add System.Xml, new test cases
	* test-config-file: new file; sample .config file that
	  System.Diagnostics/SwitchesTest.cs would use to test .config file
		operations.
		I'm not sure what this file should be named, much less it's proper
		location.  In CVS so it's stored in a "safe" location.

2002-12-08 Jackson Harper <jackson@latitudegeo.com>

	* system_linux_test.args: Remove Compiler tests

2002-11-6 Jackson Harper <jackson@latitudegeo.com>

	* AllTests.cs system_linux_test.args: Added Microsft.CSharp tests

2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* AllTests.cs:
	* system_linux_test.args: added System.ComponentModel and
	EventHandlerListTests to the build.

2002-09-17  Nick Drochak  <ndrochak@gol.com>

	* TheTests.cs: Removed.  Not needed anymore since NUnit runs on linux.
	* System_test.build: Build a linux version of the unit tests (just a 
	different linking of dll's)

2002/05/17  Lawrence Pit  <loz@cable.a2000.nl>

	* AllTests.cs: added call to System.Net.Sockets.AllTests.cs

2002/05/14  Lawrence Pit  <loz@cable.a2000.nl>

	* Dnstest.cs: added test for asynchronous methods
	
2002/05/09  Lawrence Pit  <loz@cable.a2000.nl>

	* AllTests.cs: added System.AllTests
	* Moved 2 files to the System.Collections.Specialized dir

2002/05/07  Nick Drochak <ndrochak@gol.com>

	* AllTests.cs: Run the System.Net tests from here.

2002-05-05  Nick Drochak  <ndrochak@gol.com>

	* ChangeLog: Update build file to run correct class in the test dll.

2002-05-05  Nick Drochak  <ndrochak@gol.com>

	* AllTests.cs:
	* BasicOperationsTest.cs:
	* DnsTest.cs:
	* NameValueCollectionTest.cs:
	* StringCollectionTest.cs:
	* TheTests.cs:
	* System.Text.RegularExpressions/AllTests.cs:
	* System.Text.RegularExpressions/PerlTest.cs:
	* System.Text.RegularExpressions/PerlTrials.cs:
	* System.Text.RegularExpressions/RegexTrial.cs: Fix Namespace
	inconsistancies.  Use MonoTests instead of Ximian.Mono.Tests

2002-04-07  Jonathan Pryor  <jonpryor@vt.edu>

	* AllTests.cs: Added System.Diagnostics tests, as they work now.

2002/03/08  Nick Drochak <ndrochak@gol.com>

	* System.XML_test.build: Don't build test dll by default.  Only build
	it when 'make test' is specified.

2002-02-27  Martin Baulig  <martin@gnome.org>

	* System.Text.RegularExpressions/*.cs: Put everything into namespace
	Ximian.Mono.Tests.System.Text.RegularExpressions.

	* System_test.build: Build new executable RunTests.System.exe which you can
	use to run the tests on Linux.

	* NameValueCollectionTest.cs: Split out BasicOperationTest into
	BasicOperationTest.cs.

	* AllTests.cs: Use namespace Ximian.Mono.Tests.System instead of
	Ximian.Mono.Tests.

	* DnsTest.cs: Put this into namespace Ximian.Mono.Tests.Systeam.
	* NameValueCollectionTest.cs: Likewise.
	* StringCollectionTest.cs: Likewise.

2002-02-11  Duncan Mak  <duncan@ximian.com>

	* AllTests.cs: Removed entry for IPHostEntryTest.cs because Mads
	removed it and included it in the new DnsTest.cs. This fixes the build.

2002-01-17  Miguel de Icaza  <miguel@ximian.com>

	* DnsTest.cs: Updated test.

2001-09-26  Mads Pultz <mpultz@get2net.dk>
	* DnsTest.cs: initial tests of BeginGetHostByName and EndGetHostByName implemented.

2001-09-24  Mads Pultz <mpultz@get2net.dk>

	* DnsTest.cs: now tests GetHostByAddress, GetHostByName,
	  IpToString and Resolve. 

2001-09-23  Mads Pultz <mpultz@get2net.dk>

	* DnsTest.cs: Initial work submitted to repository.
	* IPHostEntryTest.cs: Initial work submitted to repository.

