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