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