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