2002/03/08 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / class / System / Test / ChangeLog
1 2002/03/08  Nick Drochak <ndrochak@gol.com>
2
3         * System.XML_test.build: Don't build test dll by default.  Only build
4         it when 'make test' is specified.
5
6 2002-02-27  Martin Baulig  <martin@gnome.org>
7
8         * System.Text.RegularExpressions/*.cs: Put everything into namespace
9         Ximian.Mono.Tests.System.Text.RegularExpressions.
10
11         * System_test.build: Build new executable RunTests.System.exe which you can
12         use to run the tests on Linux.
13
14         * NameValueCollectionTest.cs: Split out BasicOperationTest into
15         BasicOperationTest.cs.
16
17         * AllTests.cs: Use namespace Ximian.Mono.Tests.System instead of
18         Ximian.Mono.Tests.
19
20         * DnsTest.cs: Put this into namespace Ximian.Mono.Tests.Systeam.
21         * NameValueCollectionTest.cs: Likewise.
22         * StringCollectionTest.cs: Likewise.
23
24 2002-02-11  Duncan Mak  <duncan@ximian.com>
25
26         * AllTests.cs: Removed entry for IPHostEntryTest.cs because Mads
27         removed it and included it in the new DnsTest.cs. This fixes the build.
28
29 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
30
31         * DnsTest.cs: Updated test.
32
33 2001-09-26  Mads Pultz <mpultz@get2net.dk>
34         * DnsTest.cs: initial tests of BeginGetHostByName and EndGetHostByName implemented.
35
36 2001-09-24  Mads Pultz <mpultz@get2net.dk>
37
38         * DnsTest.cs: now tests GetHostByAddress, GetHostByName,
39           IpToString and Resolve. 
40
41 2001-09-23  Mads Pultz <mpultz@get2net.dk>
42
43         * DnsTest.cs: Initial work submitted to repository.
44         * IPHostEntryTest.cs: Initial work submitted to repository.
45