2002/05/07 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / class / System / Test / ChangeLog
1 2002/05/07  Nick Drochak <ndrochak@gol.com>
2
3         * AllTests.cs: Run the System.Net tests from here.
4
5 2002-05-05  Nick Drochak  <ndrochak@gol.com>
6
7         * ChangeLog: Update build file to run correct class in the test dll.
8
9 2002-05-05  Nick Drochak  <ndrochak@gol.com>
10
11         * AllTests.cs:
12         * BasicOperationsTest.cs:
13         * DnsTest.cs:
14         * NameValueCollectionTest.cs:
15         * StringCollectionTest.cs:
16         * TheTests.cs:
17         * System.Text.RegularExpressions/AllTests.cs:
18         * System.Text.RegularExpressions/PerlTest.cs:
19         * System.Text.RegularExpressions/PerlTrials.cs:
20         * System.Text.RegularExpressions/RegexTrial.cs: Fix Namespace
21         inconsistancies.  Use MonoTests instead of Ximian.Mono.Tests
22
23 2002-04-07  Jonathan Pryor  <jonpryor@vt.edu>
24
25         * AllTests.cs: Added System.Diagnostics tests, as they work now.
26
27 2002/03/08  Nick Drochak <ndrochak@gol.com>
28
29         * System.XML_test.build: Don't build test dll by default.  Only build
30         it when 'make test' is specified.
31
32 2002-02-27  Martin Baulig  <martin@gnome.org>
33
34         * System.Text.RegularExpressions/*.cs: Put everything into namespace
35         Ximian.Mono.Tests.System.Text.RegularExpressions.
36
37         * System_test.build: Build new executable RunTests.System.exe which you can
38         use to run the tests on Linux.
39
40         * NameValueCollectionTest.cs: Split out BasicOperationTest into
41         BasicOperationTest.cs.
42
43         * AllTests.cs: Use namespace Ximian.Mono.Tests.System instead of
44         Ximian.Mono.Tests.
45
46         * DnsTest.cs: Put this into namespace Ximian.Mono.Tests.Systeam.
47         * NameValueCollectionTest.cs: Likewise.
48         * StringCollectionTest.cs: Likewise.
49
50 2002-02-11  Duncan Mak  <duncan@ximian.com>
51
52         * AllTests.cs: Removed entry for IPHostEntryTest.cs because Mads
53         removed it and included it in the new DnsTest.cs. This fixes the build.
54
55 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
56
57         * DnsTest.cs: Updated test.
58
59 2001-09-26  Mads Pultz <mpultz@get2net.dk>
60         * DnsTest.cs: initial tests of BeginGetHostByName and EndGetHostByName implemented.
61
62 2001-09-24  Mads Pultz <mpultz@get2net.dk>
63
64         * DnsTest.cs: now tests GetHostByAddress, GetHostByName,
65           IpToString and Resolve. 
66
67 2001-09-23  Mads Pultz <mpultz@get2net.dk>
68
69         * DnsTest.cs: Initial work submitted to repository.
70         * IPHostEntryTest.cs: Initial work submitted to repository.
71