2002/05/14 Lawrence Pit * Dnstest.cs: added test for asynchronous methods 2002/05/09 Lawrence Pit * AllTests.cs: added System.AllTests * Moved 2 files to the System.Collections.Specialized dir 2002/05/07 Nick Drochak * AllTests.cs: Run the System.Net tests from here. 2002-05-05 Nick Drochak * ChangeLog: Update build file to run correct class in the test dll. 2002-05-05 Nick Drochak * 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 * AllTests.cs: Added System.Diagnostics tests, as they work now. 2002/03/08 Nick Drochak * System.XML_test.build: Don't build test dll by default. Only build it when 'make test' is specified. 2002-02-27 Martin Baulig * 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 * 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 * DnsTest.cs: Updated test. 2001-09-26 Mads Pultz * DnsTest.cs: initial tests of BeginGetHostByName and EndGetHostByName implemented. 2001-09-24 Mads Pultz * DnsTest.cs: now tests GetHostByAddress, GetHostByName, IpToString and Resolve. 2001-09-23 Mads Pultz * DnsTest.cs: Initial work submitted to repository. * IPHostEntryTest.cs: Initial work submitted to repository.