2009-05-18 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / class / System / Test / ChangeLog
1 2009-05-14  Jonathan Pryor  <jpryor@novell.com>
2
3         * test-config-file: Revert the prior change, as this breaks 1.0
4           profile testing.
5         * test-config-file-net-2.0: Added; config file to use when testing
6           under the .NET 2.0+ profile, for #502944.
7
8 2009-05-12  Jonathan Pryor  <jpryor@novell.com>
9
10         * test-config-file: Add a /configuration/system.diagnostics/source
11           section to elicit the buggy behavior found in #502944.
12
13 2008-12-09  Christian Hergert <christian.hergert@gmail.com>
14
15         * System.Diagnostics/CounterCreationDataTest.cs: New test to verify
16         that CounterHelp defaults to String.Empty.
17
18 2007-12-04  Arina Itkes <arinai@mainsoft.com>
19
20         * System_test.dll.sources : added RegexReplaceTests.cs
21         * PerlTest.cs, PerlTrials.cs, RegexResultTests.cs: New tests added.
22
23 2007-12-04  Arina Itkes <arinai@mainsoft.com>
24
25         * UriTest.cs, UriTest2.cs : Tests that check Unix path should 
26           not run on Windows.
27
28 2007-07-06  Alan McGovern  <amcgovern@novell.com>
29
30         * UriTest.cs : Added test to check that whitespace
31         is trimmed correctly before parsing a Uri.
32
33 2007-07-06  Alan McGovern  <amcgovern@novell.com>
34
35         * SoundPlayerTest.cs : added SoundPlayerTest.cs
36
37 2007-05-19  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * System_test.dll.sources : added DelimitedListTraceListenerTest.cs.
40
41 2007-04-19  Atsushi Enomoto  <atsushi@ximian.com>
42
43         * System.dll.sources : added XmlWriterTraceListener.cs.
44         * System_test.dll.sources : added TraceListenerTest.cs and
45           XmlWriterTraceListenerTest.cs.
46
47 2007-02-01  Ilya Kharmatsky <ilyak -at- mainsoft.com>
48
49         * System.Test20.vmwcsproj: in project's files list - changed
50         SocketTest.cs to SocketTest.jvm.cs .
51
52 2007-01-30  Ilya Kharmatsky <ilyak -at- mainsoft.com>
53
54         * System.Test20.vmwcsproj: updated list of files.
55
56 2006-01-13  John Luke  <john.luke@gmail.com>
57
58         * System.Net.Mail/*Test.cs: update tests
59
60 2006-01-06  Raja R Harinath  <rharinath@novell.com>
61
62         * System.Net.Mime/ContentDispositionTest.cs: Use Assert.AreEqual
63         rather than Assert.IsTrue(foo == bar) where appropriate.
64         (ToStringTest): Make it work on all timezones.
65
66 2005-12-25  John Luke  <john.luke@gmail.com>
67
68         * System.Net.Mail/*Test.cs: additional tests
69
70 2005-12-24  John Luke  <john.luke@gmail.com>
71
72         * System.Net.Mail/*Test.cs: add tests
73
74 2005-12-23  John Luke  <john.luke@gmail.com>
75
76         * System.Net.Mime/ContentDispositionTest.cs:
77         * System.Net.Mime/ContentTypeTest.cs: add new tests
78
79 2005-09-22  Chris Toshok  <toshok@ximian.com>
80
81         * System.Configuration.Provider/ProviderBaseTest.cs: add test for
82         null description.
83         
84 2005-09-22  Chris Toshok  <toshok@ximian.com>
85
86         * System.Configuration.Provider/ProviderBaseTest.cs: new (rather
87         tiny) test.
88
89 2005-09-21  Chris Toshok  <toshok@ximian.com>
90
91         * System.Configuration/ApplicationSettingsBaseTest.cs: start of
92         tests.  These are going to be rather convoluted.
93
94 2005-09-20  Chris Toshok  <toshok@ximian.com>
95
96         * System.Configuration/ProviderCollectionTest.cs: new test.
97
98 2005-09-20  Chris Toshok  <toshok@ximian.com>
99
100         * System.Configuration/SettingsPropertyValueCollectionTest.cs: new
101         test.
102
103         * System.Configuration/SettingsPropertyCollectionTest.cs: new
104         test.
105
106         * System.Configuration/SettingsPropertyValueTest.cs: new test.
107
108 2005-09-19  Chris Toshok  <toshok@ximian.com>
109
110         * System.Configuration/SettingsPropertyTest.cs: new tests.
111
112 2005-01-18  Jonathan Pryor  <jonpryor@vt.edu>
113
114         * test-config-file: Remove "string-value" switch, as it causes
115           ConfigurationExceptions under .NET 1.1 (the value attribute can't be
116           non-numeric), and Mono now follows this behavior.  Add a "custom-switch"
117           value, which is used in the regression tests.
118
119 2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>
120
121         * test-config-file: Remove <add/> elements lacking a value attribute.
122           .NET 1.1 doesn't support this anymore, and neither does Mono.
123
124 2004-12-03  Raja R Harinath  <rharinath@novell.com>
125
126         * System.IO.Compression/GzipStreamTest.cs: Fix compile errors.
127         * System.IO.Compression/GzipStreamTest.cs: Likewise.
128
129 2004-10-04  Raja R Harinath  <rharinath@novell.com>
130
131         * System.IO.Compression/DeflateStreamTest.cs: NET_2_0 only.
132         * System.IO.Compression/GzipStreamTest.cs: Likewise.
133         Report from Mayank Ritvik <mritvik@novell.com>.
134         
135 2003-05-29  Nick Drochak  <ndrochak@gol.com>
136
137         * makefile.gnu: turn on debug since it works now
138
139 2003-03-29  Nick Drochak  <ndrochak@gol.com>
140
141         * makefile.gnu: link from where the dll is placed now
142
143 2003-03-29  Nick Drochak  <ndrochak@gol.com>
144
145         * BasicOperationsTest.cs: Moved into proper subdir
146         * system_linux_test.args: Change path to above file
147
148 2003/03/25  Nick Drochak <ndrochak@gol.com>
149
150         * System_test.build: Use nunit2 to run the tests.
151
152 2003-03-18  Martin Willemoes Hansen <mwh@sysrq.dk>
153         * Removed: Old AllTests.cs files
154         * NUnit20ified the tests.
155
156 2002-12-23  Nick Drochak  <ndrochak@gol.com>
157
158         * System_test.build: Fix build.  Need to link with System.Xml.dll
159
160 2002-12-20 Jonathan Pryor <jonpryor@vt.edu>
161
162         * makefile.gnu: Add System.Xml.dll to list of referenced assemblies
163         * system_linux_test.args: Add System.Xml, new test cases
164         * test-config-file: new file; sample .config file that
165           System.Diagnostics/SwitchesTest.cs would use to test .config file
166                 operations.
167                 I'm not sure what this file should be named, much less it's proper
168                 location.  In CVS so it's stored in a "safe" location.
169
170 2002-12-08 Jackson Harper <jackson@latitudegeo.com>
171
172         * system_linux_test.args: Remove Compiler tests
173
174 2002-11-6 Jackson Harper <jackson@latitudegeo.com>
175
176         * AllTests.cs system_linux_test.args: Added Microsft.CSharp tests
177
178 2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
179
180         * AllTests.cs:
181         * system_linux_test.args: added System.ComponentModel and
182         EventHandlerListTests to the build.
183
184 2002-09-17  Nick Drochak  <ndrochak@gol.com>
185
186         * TheTests.cs: Removed.  Not needed anymore since NUnit runs on linux.
187         * System_test.build: Build a linux version of the unit tests (just a 
188         different linking of dll's)
189
190 2002/05/17  Lawrence Pit  <loz@cable.a2000.nl>
191
192         * AllTests.cs: added call to System.Net.Sockets.AllTests.cs
193
194 2002/05/14  Lawrence Pit  <loz@cable.a2000.nl>
195
196         * Dnstest.cs: added test for asynchronous methods
197         
198 2002/05/09  Lawrence Pit  <loz@cable.a2000.nl>
199
200         * AllTests.cs: added System.AllTests
201         * Moved 2 files to the System.Collections.Specialized dir
202
203 2002/05/07  Nick Drochak <ndrochak@gol.com>
204
205         * AllTests.cs: Run the System.Net tests from here.
206
207 2002-05-05  Nick Drochak  <ndrochak@gol.com>
208
209         * ChangeLog: Update build file to run correct class in the test dll.
210
211 2002-05-05  Nick Drochak  <ndrochak@gol.com>
212
213         * AllTests.cs:
214         * BasicOperationsTest.cs:
215         * DnsTest.cs:
216         * NameValueCollectionTest.cs:
217         * StringCollectionTest.cs:
218         * TheTests.cs:
219         * System.Text.RegularExpressions/AllTests.cs:
220         * System.Text.RegularExpressions/PerlTest.cs:
221         * System.Text.RegularExpressions/PerlTrials.cs:
222         * System.Text.RegularExpressions/RegexTrial.cs: Fix Namespace
223         inconsistancies.  Use MonoTests instead of Ximian.Mono.Tests
224
225 2002-04-07  Jonathan Pryor  <jonpryor@vt.edu>
226
227         * AllTests.cs: Added System.Diagnostics tests, as they work now.
228
229 2002/03/08  Nick Drochak <ndrochak@gol.com>
230
231         * System.XML_test.build: Don't build test dll by default.  Only build
232         it when 'make test' is specified.
233
234 2002-02-27  Martin Baulig  <martin@gnome.org>
235
236         * System.Text.RegularExpressions/*.cs: Put everything into namespace
237         Ximian.Mono.Tests.System.Text.RegularExpressions.
238
239         * System_test.build: Build new executable RunTests.System.exe which you can
240         use to run the tests on Linux.
241
242         * NameValueCollectionTest.cs: Split out BasicOperationTest into
243         BasicOperationTest.cs.
244
245         * AllTests.cs: Use namespace Ximian.Mono.Tests.System instead of
246         Ximian.Mono.Tests.
247
248         * DnsTest.cs: Put this into namespace Ximian.Mono.Tests.Systeam.
249         * NameValueCollectionTest.cs: Likewise.
250         * StringCollectionTest.cs: Likewise.
251
252 2002-02-11  Duncan Mak  <duncan@ximian.com>
253
254         * AllTests.cs: Removed entry for IPHostEntryTest.cs because Mads
255         removed it and included it in the new DnsTest.cs. This fixes the build.
256
257 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
258
259         * DnsTest.cs: Updated test.
260
261 2001-09-26  Mads Pultz <mpultz@get2net.dk>
262         * DnsTest.cs: initial tests of BeginGetHostByName and EndGetHostByName implemented.
263
264 2001-09-24  Mads Pultz <mpultz@get2net.dk>
265
266         * DnsTest.cs: now tests GetHostByAddress, GetHostByName,
267           IpToString and Resolve. 
268
269 2001-09-23  Mads Pultz <mpultz@get2net.dk>
270
271         * DnsTest.cs: Initial work submitted to repository.
272         * IPHostEntryTest.cs: Initial work submitted to repository.
273