* Removed: Old AllTests.cs files
[mono.git] / mcs / class / System / Test / ChangeLog
1 2003-03-18  Martin Willemoes Hansen <mwh@sysrq.dk>
2         * Removed: Old AllTests.cs files
3         * NUnit20ified the tests.
4
5 2002-12-23  Nick Drochak  <ndrochak@gol.com>
6
7         * System_test.build: Fix build.  Need to link with System.Xml.dll
8
9 2002-12-20 Jonathan Pryor <jonpryor@vt.edu>
10
11         * makefile.gnu: Add System.Xml.dll to list of referenced assemblies
12         * system_linux_test.args: Add System.Xml, new test cases
13         * test-config-file: new file; sample .config file that
14           System.Diagnostics/SwitchesTest.cs would use to test .config file
15                 operations.
16                 I'm not sure what this file should be named, much less it's proper
17                 location.  In CVS so it's stored in a "safe" location.
18
19 2002-12-08 Jackson Harper <jackson@latitudegeo.com>
20
21         * system_linux_test.args: Remove Compiler tests
22
23 2002-11-6 Jackson Harper <jackson@latitudegeo.com>
24
25         * AllTests.cs system_linux_test.args: Added Microsft.CSharp tests
26
27 2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28
29         * AllTests.cs:
30         * system_linux_test.args: added System.ComponentModel and
31         EventHandlerListTests to the build.
32
33 2002-09-17  Nick Drochak  <ndrochak@gol.com>
34
35         * TheTests.cs: Removed.  Not needed anymore since NUnit runs on linux.
36         * System_test.build: Build a linux version of the unit tests (just a 
37         different linking of dll's)
38
39 2002/05/17  Lawrence Pit  <loz@cable.a2000.nl>
40
41         * AllTests.cs: added call to System.Net.Sockets.AllTests.cs
42
43 2002/05/14  Lawrence Pit  <loz@cable.a2000.nl>
44
45         * Dnstest.cs: added test for asynchronous methods
46         
47 2002/05/09  Lawrence Pit  <loz@cable.a2000.nl>
48
49         * AllTests.cs: added System.AllTests
50         * Moved 2 files to the System.Collections.Specialized dir
51
52 2002/05/07  Nick Drochak <ndrochak@gol.com>
53
54         * AllTests.cs: Run the System.Net tests from here.
55
56 2002-05-05  Nick Drochak  <ndrochak@gol.com>
57
58         * ChangeLog: Update build file to run correct class in the test dll.
59
60 2002-05-05  Nick Drochak  <ndrochak@gol.com>
61
62         * AllTests.cs:
63         * BasicOperationsTest.cs:
64         * DnsTest.cs:
65         * NameValueCollectionTest.cs:
66         * StringCollectionTest.cs:
67         * TheTests.cs:
68         * System.Text.RegularExpressions/AllTests.cs:
69         * System.Text.RegularExpressions/PerlTest.cs:
70         * System.Text.RegularExpressions/PerlTrials.cs:
71         * System.Text.RegularExpressions/RegexTrial.cs: Fix Namespace
72         inconsistancies.  Use MonoTests instead of Ximian.Mono.Tests
73
74 2002-04-07  Jonathan Pryor  <jonpryor@vt.edu>
75
76         * AllTests.cs: Added System.Diagnostics tests, as they work now.
77
78 2002/03/08  Nick Drochak <ndrochak@gol.com>
79
80         * System.XML_test.build: Don't build test dll by default.  Only build
81         it when 'make test' is specified.
82
83 2002-02-27  Martin Baulig  <martin@gnome.org>
84
85         * System.Text.RegularExpressions/*.cs: Put everything into namespace
86         Ximian.Mono.Tests.System.Text.RegularExpressions.
87
88         * System_test.build: Build new executable RunTests.System.exe which you can
89         use to run the tests on Linux.
90
91         * NameValueCollectionTest.cs: Split out BasicOperationTest into
92         BasicOperationTest.cs.
93
94         * AllTests.cs: Use namespace Ximian.Mono.Tests.System instead of
95         Ximian.Mono.Tests.
96
97         * DnsTest.cs: Put this into namespace Ximian.Mono.Tests.Systeam.
98         * NameValueCollectionTest.cs: Likewise.
99         * StringCollectionTest.cs: Likewise.
100
101 2002-02-11  Duncan Mak  <duncan@ximian.com>
102
103         * AllTests.cs: Removed entry for IPHostEntryTest.cs because Mads
104         removed it and included it in the new DnsTest.cs. This fixes the build.
105
106 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
107
108         * DnsTest.cs: Updated test.
109
110 2001-09-26  Mads Pultz <mpultz@get2net.dk>
111         * DnsTest.cs: initial tests of BeginGetHostByName and EndGetHostByName implemented.
112
113 2001-09-24  Mads Pultz <mpultz@get2net.dk>
114
115         * DnsTest.cs: now tests GetHostByAddress, GetHostByName,
116           IpToString and Resolve. 
117
118 2001-09-23  Mads Pultz <mpultz@get2net.dk>
119
120         * DnsTest.cs: Initial work submitted to repository.
121         * IPHostEntryTest.cs: Initial work submitted to repository.
122