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