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