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