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