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