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