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