Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Test « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd12e3214564159a48d02021272d2a79a3e78486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
2009-05-12  Jonathan Pryor  <jpryor@novell.com>

	* test-config-file: Add a /configuration/system.diagnostics/source
	  section to elicit the buggy behavior found in #502944.

2008-12-09  Christian Hergert <christian.hergert@gmail.com>

	* System.Diagnostics/CounterCreationDataTest.cs: New test to verify
	that CounterHelp defaults to String.Empty.

2007-12-04  Arina Itkes <arinai@mainsoft.com>

	* System_test.dll.sources : added RegexReplaceTests.cs
	* PerlTest.cs, PerlTrials.cs, RegexResultTests.cs: New tests added.

2007-12-04  Arina Itkes <arinai@mainsoft.com>

	* UriTest.cs, UriTest2.cs : Tests that check Unix path should 
	  not run on Windows.

2007-07-06  Alan McGovern  <amcgovern@novell.com>

	* UriTest.cs : Added test to check that whitespace
	is trimmed correctly before parsing a Uri.

2007-07-06  Alan McGovern  <amcgovern@novell.com>

	* SoundPlayerTest.cs : added SoundPlayerTest.cs

2007-05-19  Atsushi Enomoto  <atsushi@ximian.com>

	* System_test.dll.sources : added DelimitedListTraceListenerTest.cs.

2007-04-19  Atsushi Enomoto  <atsushi@ximian.com>

	* System.dll.sources : added XmlWriterTraceListener.cs.
	* System_test.dll.sources : added TraceListenerTest.cs and
	  XmlWriterTraceListenerTest.cs.

2007-02-01  Ilya Kharmatsky <ilyak -at- mainsoft.com>

	* System.Test20.vmwcsproj: in project's files list - changed
	SocketTest.cs to SocketTest.jvm.cs .

2007-01-30  Ilya Kharmatsky <ilyak -at- mainsoft.com>

	* System.Test20.vmwcsproj: updated list of files.

2006-01-13  John Luke  <john.luke@gmail.com>

	* System.Net.Mail/*Test.cs: update tests

2006-01-06  Raja R Harinath  <rharinath@novell.com>

	* System.Net.Mime/ContentDispositionTest.cs: Use Assert.AreEqual
	rather than Assert.IsTrue(foo == bar) where appropriate.
	(ToStringTest):	Make it work on all timezones.

2005-12-25  John Luke  <john.luke@gmail.com>

	* System.Net.Mail/*Test.cs: additional tests

2005-12-24  John Luke  <john.luke@gmail.com>

	* System.Net.Mail/*Test.cs: add tests

2005-12-23  John Luke  <john.luke@gmail.com>

	* System.Net.Mime/ContentDispositionTest.cs:
	* System.Net.Mime/ContentTypeTest.cs: add new tests

2005-09-22  Chris Toshok  <toshok@ximian.com>

	* System.Configuration.Provider/ProviderBaseTest.cs: add test for
	null description.
	
2005-09-22  Chris Toshok  <toshok@ximian.com>

	* System.Configuration.Provider/ProviderBaseTest.cs: new (rather
	tiny) test.

2005-09-21  Chris Toshok  <toshok@ximian.com>

	* System.Configuration/ApplicationSettingsBaseTest.cs: start of
	tests.  These are going to be rather convoluted.

2005-09-20  Chris Toshok  <toshok@ximian.com>

	* System.Configuration/ProviderCollectionTest.cs: new test.

2005-09-20  Chris Toshok  <toshok@ximian.com>

	* System.Configuration/SettingsPropertyValueCollectionTest.cs: new
	test.

	* System.Configuration/SettingsPropertyCollectionTest.cs: new
	test.

	* System.Configuration/SettingsPropertyValueTest.cs: new test.

2005-09-19  Chris Toshok  <toshok@ximian.com>

	* System.Configuration/SettingsPropertyTest.cs: new tests.

2005-01-18  Jonathan Pryor  <jonpryor@vt.edu>

	* test-config-file: Remove "string-value" switch, as it causes
	  ConfigurationExceptions under .NET 1.1 (the value attribute can't be
	  non-numeric), and Mono now follows this behavior.  Add a "custom-switch"
	  value, which is used in the regression tests.

2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>

	* test-config-file: Remove <add/> elements lacking a value attribute.
	  .NET 1.1 doesn't support this anymore, and neither does Mono.

2004-12-03  Raja R Harinath  <rharinath@novell.com>

	* System.IO.Compression/GzipStreamTest.cs: Fix compile errors.
	* System.IO.Compression/GzipStreamTest.cs: Likewise.

2004-10-04  Raja R Harinath  <rharinath@novell.com>

	* System.IO.Compression/DeflateStreamTest.cs: NET_2_0 only.
	* System.IO.Compression/GzipStreamTest.cs: Likewise.
	Report from Mayank Ritvik <mritvik@novell.com>.
	
2003-05-29  Nick Drochak  <ndrochak@gol.com>

	* makefile.gnu: turn on debug since it works now

2003-03-29  Nick Drochak  <ndrochak@gol.com>

	* makefile.gnu: link from where the dll is placed now

2003-03-29  Nick Drochak  <ndrochak@gol.com>

	* BasicOperationsTest.cs: Moved into proper subdir
	* system_linux_test.args: Change path to above file

2003/03/25  Nick Drochak <ndrochak@gol.com>

	* System_test.build: Use nunit2 to run the tests.

2003-03-18  Martin Willemoes Hansen <mwh@sysrq.dk>
	* Removed: Old AllTests.cs files
	* NUnit20ified the tests.

2002-12-23  Nick Drochak  <ndrochak@gol.com>

	* System_test.build: Fix build.  Need to link with System.Xml.dll

2002-12-20 Jonathan Pryor <jonpryor@vt.edu>

	* makefile.gnu: Add System.Xml.dll to list of referenced assemblies
	* system_linux_test.args: Add System.Xml, new test cases
	* test-config-file: new file; sample .config file that
	  System.Diagnostics/SwitchesTest.cs would use to test .config file
		operations.
		I'm not sure what this file should be named, much less it's proper
		location.  In CVS so it's stored in a "safe" location.

2002-12-08 Jackson Harper <jackson@latitudegeo.com>

	* system_linux_test.args: Remove Compiler tests

2002-11-6 Jackson Harper <jackson@latitudegeo.com>

	* AllTests.cs system_linux_test.args: Added Microsft.CSharp tests

2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* AllTests.cs:
	* system_linux_test.args: added System.ComponentModel and
	EventHandlerListTests to the build.

2002-09-17  Nick Drochak  <ndrochak@gol.com>

	* TheTests.cs: Removed.  Not needed anymore since NUnit runs on linux.
	* System_test.build: Build a linux version of the unit tests (just a 
	different linking of dll's)

2002/05/17  Lawrence Pit  <loz@cable.a2000.nl>

	* AllTests.cs: added call to System.Net.Sockets.AllTests.cs

2002/05/14  Lawrence Pit  <loz@cable.a2000.nl>

	* Dnstest.cs: added test for asynchronous methods
	
2002/05/09  Lawrence Pit  <loz@cable.a2000.nl>

	* AllTests.cs: added System.AllTests
	* Moved 2 files to the System.Collections.Specialized dir

2002/05/07  Nick Drochak <ndrochak@gol.com>

	* AllTests.cs: Run the System.Net tests from here.

2002-05-05  Nick Drochak  <ndrochak@gol.com>

	* ChangeLog: Update build file to run correct class in the test dll.

2002-05-05  Nick Drochak  <ndrochak@gol.com>

	* AllTests.cs:
	* BasicOperationsTest.cs:
	* DnsTest.cs:
	* NameValueCollectionTest.cs:
	* StringCollectionTest.cs:
	* TheTests.cs:
	* System.Text.RegularExpressions/AllTests.cs:
	* System.Text.RegularExpressions/PerlTest.cs:
	* System.Text.RegularExpressions/PerlTrials.cs:
	* System.Text.RegularExpressions/RegexTrial.cs: Fix Namespace
	inconsistancies.  Use MonoTests instead of Ximian.Mono.Tests

2002-04-07  Jonathan Pryor  <jonpryor@vt.edu>

	* AllTests.cs: Added System.Diagnostics tests, as they work now.

2002/03/08  Nick Drochak <ndrochak@gol.com>

	* System.XML_test.build: Don't build test dll by default.  Only build
	it when 'make test' is specified.

2002-02-27  Martin Baulig  <martin@gnome.org>

	* System.Text.RegularExpressions/*.cs: Put everything into namespace
	Ximian.Mono.Tests.System.Text.RegularExpressions.

	* System_test.build: Build new executable RunTests.System.exe which you can
	use to run the tests on Linux.

	* NameValueCollectionTest.cs: Split out BasicOperationTest into
	BasicOperationTest.cs.

	* AllTests.cs: Use namespace Ximian.Mono.Tests.System instead of
	Ximian.Mono.Tests.

	* DnsTest.cs: Put this into namespace Ximian.Mono.Tests.Systeam.
	* NameValueCollectionTest.cs: Likewise.
	* StringCollectionTest.cs: Likewise.

2002-02-11  Duncan Mak  <duncan@ximian.com>

	* AllTests.cs: Removed entry for IPHostEntryTest.cs because Mads
	removed it and included it in the new DnsTest.cs. This fixes the build.

2002-01-17  Miguel de Icaza  <miguel@ximian.com>

	* DnsTest.cs: Updated test.

2001-09-26  Mads Pultz <mpultz@get2net.dk>
	* DnsTest.cs: initial tests of BeginGetHostByName and EndGetHostByName implemented.

2001-09-24  Mads Pultz <mpultz@get2net.dk>

	* DnsTest.cs: now tests GetHostByAddress, GetHostByName,
	  IpToString and Resolve. 

2001-09-23  Mads Pultz <mpultz@get2net.dk>

	* DnsTest.cs: Initial work submitted to repository.
	* IPHostEntryTest.cs: Initial work submitted to repository.