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